mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Align Ruby NonConstantKernelOpen.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
1728e5dfd5
@@ -5,7 +5,7 @@
|
||||
* user to execute arbitrary system commands.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 6.5
|
||||
* @security-severity 9.8
|
||||
* @precision high
|
||||
* @id rb/non-constant-kernel-open
|
||||
* @tags correctness
|
||||
|
||||
Reference in New Issue
Block a user