From 6a5d6eb5c2fff4d1beeaa7ecf514beff716d8668 Mon Sep 17 00:00:00 2001 From: erik-krogh Date: Mon, 13 Mar 2023 14:56:42 +0100 Subject: [PATCH] lower precision of py/shell-command-constructed-from-input to medium --- .../ql/src/Security/CWE-078/UnsafeShellCommandConstruction.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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