Merge pull request #17571 from jsoref/issue-17570

Downgrade IncorrectIntegerConversionQuery precision to high
This commit is contained in:
Owen Mansel-Chan
2024-09-25 09:58:43 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
* @tags security
* external/cwe/cwe-190
* external/cwe/cwe-681
* @precision very-high
* @precision high
*/
import go

View File

@@ -0,0 +1,4 @@
---
category: queryMetadata
---
* The precision of the `go/incorrect-integer-conversion-query` query was decreased from `very-high` to `high`, since there is at least one known class of false positives involving dynamic bounds checking.