-
Notifications
You must be signed in to change notification settings - Fork 212
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
Document that it's not safe to use evaluate() with user inputs #323
Comments
We don't call
crashes CPython, so probably you should report it as an upstream bug with CPython's |
The point is with this snippet I can execute arbitrary code... Also it's not the compilation which fails, but the execution, for which you do use See:
when used with |
This crashes CPython (v3.6.6)
see: https://nedbatchelder.com/blog/201206/eval_really_is_dangerous.html
The text was updated successfully, but these errors were encountered: