diff --git a/change-notes/2021-11-02-incorrect-integer-conversion-updated.md b/change-notes/2021-11-02-incorrect-integer-conversion-updated.md new file mode 100644 index 00000000000..3075f44118f --- /dev/null +++ b/change-notes/2021-11-02-incorrect-integer-conversion-updated.md @@ -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.