Add change note

This commit is contained in:
Owen Mansel-Chan
2021-11-02 12:42:32 +00:00
parent 7c1b7b8810
commit 8ea1f87d2b

View File

@@ -0,0 +1,4 @@
lgtm,codescanning
* The query "Incorrect conversion between integer types" has been improved to
treat `math.MaxUint` and `math.MaxInt` as the values they would be on a
32-bit architecture. This should lead to fewer false positive results.