eight0153/CartPole-NEAT

View on GitHub
web/api/run.py

Summary

Maintainability
A
0 mins
Test Coverage

A Flask app appears to be run with debug=True, which exposes the Werkzeug debugger and allows the execution of arbitrary code.
Open

    app.run(host='0.0.0.0', debug=True)
Severity: Major
Found in web/api/run.py by bandit

Possible binding to all interfaces.
Open

    app.run(host='0.0.0.0', debug=True)
Severity: Minor
Found in web/api/run.py by bandit

There are no issues that match your filters.

Category
Status