Mention query in change note

This commit is contained in:
Owen Mansel-Chan
2024-01-03 13:02:49 +00:00
parent 5a2c48f37f
commit 0279e4903f

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* There was a bug which meant that upper bound checks using a strict inequality (`<`) and comparing against `math.MaxInt` or `math.MaxUint` were not considered correctly, which led to false positives. This has now been fixed.
* There was a bug in the query `go/incorrect-integer-conversion` which meant that upper bound checks using a strict inequality (`<`) and comparing against `math.MaxInt` or `math.MaxUint` were not considered correctly, which led to false positives. This has now been fixed.