diff --git a/python/ql/src/Security/CWE-078/UnsafeShellCommandConstruction.ql b/python/ql/src/Security/CWE-078/UnsafeShellCommandConstruction.ql index d22ee170f3a..10f4b771261 100644 --- a/python/ql/src/Security/CWE-078/UnsafeShellCommandConstruction.ql +++ b/python/ql/src/Security/CWE-078/UnsafeShellCommandConstruction.ql @@ -5,7 +5,7 @@ * @kind path-problem * @problem.severity error * @security-severity 6.3 - * @precision high + * @precision medium * @id py/shell-command-constructed-from-input * @tags correctness * security