Update ExecUnescaped.ql - causing FPs with hard coded strings

This query is generating False positives with hard coded strings declared within the function - issue reported by customer. We had a discussion on code_scanning channel on 6/5/25 and the team agreed upon reducing its precision to Medium.
This commit is contained in:
Ana Scolari
2025-06-10 16:06:22 -07:00
committed by GitHub
parent d659d40d58
commit 857b51be58

View File

@@ -5,7 +5,7 @@
* @kind problem
* @problem.severity error
* @security-severity 9.8
* @precision high
* @precision medium
* @id java/concatenated-command-line
* @tags security
* external/cwe/cwe-078