-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python execute security #611
Comments
Just doing some quick research on how to secure python execution and thought I would leave this here for consideration: |
Thanks @jdegenstein |
Anything new on that? |
What about using web assembly? I am certainly not an expert when it comes to web development but it might work for this use case: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python execute has been disabled for the time being.
Since python is a general purpose language getting security right is trick, the way it currently runs it would be possible to grab some aws credentials, as well as other things like crypto mining, the 30s execute limit does help but does not fix the problem.
Much more robust tracing and limits are needed before enabling this feature again.
The text was updated successfully, but these errors were encountered: