We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e2b84 commit 818c5deCopy full SHA for 818c5de
java/ql/src/Security/CWE/CWE-078/ExecTaintedEnvironment.ql
@@ -3,6 +3,7 @@
3
* @description Using tainted data in a call to exec() may allow an attacker to execute arbitrary commands.
4
* @problem.severity error
5
* @kind path-problem
6
+ * @security-severity 9.8
7
* @precision medium
8
* @id java/exec-tainted-environment
9
* @tags security
0 commit comments