Python

Python

Made by DeepSource

Audit required: Use of exec PYL-W0122

Security
Major
a03 owasp top 10

Usage of exec function is strongly discouraged, since it opens up possibilities of unauthorized code execution if the statements are not escaped properly. Read more on why should exec be avoided here.