Skip to content
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

Stop using eval() #371

Open
jwodder opened this issue May 5, 2023 · 0 comments
Open

Stop using eval() #371

jwodder opened this issue May 5, 2023 · 0 comments
Labels
cleanup internal Changes only affect the internal API

Comments

@jwodder
Copy link
Collaborator

jwodder commented May 5, 2023

The code contains a number of calls to the eval() function, which should almost always be avoided. These should all be audited and replaced with more secure alternatives.

@jwodder jwodder added cleanup internal Changes only affect the internal API labels May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup internal Changes only affect the internal API
Projects
None yet
Development

No branches or pull requests

1 participant