Skip to content

Commit ed73f08

Browse files
authored
Merge pull request #5 from IneHerm/fix/aikido-security-sast-8322291-2NFa
[Aikido] AI Fix for Flask app debug mode may allow remote code execution
2 parents f5899fc + 0d4ed56 commit ed73f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

insecure-app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ def index():
165165
""", output=output)
166166

167167
if __name__ == '__main__':
168-
app.run(host='0.0.0.0', port=8080, debug=True)
168+
app.run(host='0.0.0.0', port=8080)

0 commit comments

Comments
 (0)