diff --git a/python/ql/src/Expressions/UseofInput.ql b/python/ql/src/Expressions/UseofInput.ql index 68566ab0f955..a22510ac22e1 100644 --- a/python/ql/src/Expressions/UseofInput.ql +++ b/python/ql/src/Expressions/UseofInput.ql @@ -4,7 +4,8 @@ * @kind problem * @tags security * correctness - * security/cwe/cwe-78 + * security/cwe/cwe-94 + * security/cwe/cwe-95 * @problem.severity error * @security-severity 5.9 * @sub-severity high