Change precision to high.

This commit is contained in:
Taus Brock-Nannestad
2018-11-27 19:02:44 +01:00
parent 6ebf504d97
commit 7f94c257a7

View File

@@ -3,7 +3,7 @@
* @description Running a Flask app in debug mode may allow an attacker to run arbitrary code through the Werkzeug debugger.
* @kind problem
* @problem.severity error
* @precision medium
* @precision high
* @id py/flask-debug
* @tags security
* external/cwe/cwe-215