Python logoPython/
PYL-W0122

Audit required: Use of `exec`PYL-W0122

Major severityMajor
Security categorySecurity
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.