mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Align Java CommandInjectionRuntimeExec.ql Severity
Align severity with other command injection vulnerabilities: -4a448f445e/cpp/ql/src/Security/CWE/CWE-078/ExecTainted.ql (L8)-4a448f445e/go/ql/src/Security/CWE-078/CommandInjection.ql (L7)-4a448f445e/swift/ql/src/queries/Security/CWE-078/CommandInjection.ql (L7)-4a448f445e/javascript/ql/src/Security/CWE-078/CommandInjection.ql (L7)
This commit is contained in:
committed by
GitHub
parent
4a448f445e
commit
472cca9221
@@ -3,7 +3,7 @@
|
||||
* @description High sensitvity and precision version of java/command-line-injection, designed to find more cases of command injection in rare cases that the default query does not find
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @security-severity 6.1
|
||||
* @security-severity 9.8
|
||||
* @precision high
|
||||
* @id java/command-line-injection-extra
|
||||
* @tags security
|
||||
|
||||
Reference in New Issue
Block a user