Merge pull request #16808 from JLLeitschuh/patch-8

Align Java CommandInjectionRuntimeExec.ql Severity
This commit is contained in:
Anders Schack-Mulligen
2024-08-16 15:14:48 +02:00
committed by GitHub

View File

@@ -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