mirror of
https://github.com/github/codeql.git
synced 2026-02-26 11:53:42 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user