Python

Python

Made by DeepSource

Audit required: Use of eval PYL-W0123

Security
Major
Autofix a03 owasp top 10

Use of possibly insecure function - consider using safer ast.literal_eval. Read more on why should eval be avoided here.