mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Downgrade precision of java/concatenated-sql-query
This commit is contained in:
2
java/change-notes/2021-08-24-downgrade-sql-unescaped.md
Normal file
2
java/change-notes/2021-08-24-downgrade-sql-unescaped.md
Normal file
@@ -0,0 +1,2 @@
|
||||
lgtm,codescanning
|
||||
* Query `java/concatenated-sql-query` has been downgraded to medium precision in view of its heuristic nature, which is inherently prone to false positives. This means its alerts will not be visible by default on lgtm.com. Code Scanning will also no longer run the query by default.
|
||||
@@ -5,7 +5,7 @@
|
||||
* @kind problem
|
||||
* @problem.severity error
|
||||
* @security-severity 8.8
|
||||
* @precision high
|
||||
* @precision medium
|
||||
* @id java/concatenated-sql-query
|
||||
* @tags security
|
||||
* external/cwe/cwe-089
|
||||
|
||||
Reference in New Issue
Block a user