You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app.run(debug=True) enables Werkzeug debugger with interactive Python console at /console when exceptions occur. Attackers can execute arbitrary Python code.
Type: Security Bug
File: app.py, line 59
app.run(debug=True)enables Werkzeug debugger with interactive Python console at/consolewhen exceptions occur. Attackers can execute arbitrary Python code.