mariana-bteixeira / python-mini-projects

A collection of simple python mini projects to enhance your python skills
https://python-world.github.io/python-mini-projects/#/
MIT License
0 stars 0 forks source link

CX Debug_Enabled @ projects/Todo_app/app.py [master] #9

Open mariana-bteixeira opened 7 months ago

mariana-bteixeira commented 7 months ago

Debug_Enabled issue exists @ projects/Todo_app/app.py in branch master

The application source code includes true, in line 66 of projects\Todo_app\app.py, which was left from development and debugging, and is not part of the intended application functionality.Similarity ID: 79371496

Severity: Low

CWE:11

Vulnerability details and guidance

Internal Guidance

Checkmarx

Training Recommended Fix

Lines: 66


Code (Line #66):

app.run(debug=True)

mariana-bteixeira commented 7 months ago

Issue still exists.