Skip to content

Commit 7f94c25

Browse files
committed
Change precision to high.
1 parent 6ebf504 commit 7f94c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Security/CWE-215/FlaskDebug.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Running a Flask app in debug mode may allow an attacker to run arbitrary code through the Werkzeug debugger.
44
* @kind problem
55
* @problem.severity error
6-
* @precision medium
6+
* @precision high
77
* @id py/flask-debug
88
* @tags security
99
* external/cwe/cwe-215

0 commit comments

Comments
 (0)