From 8ea1f87d2b943a6bdd642f39de8cf8151fd060ca Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Tue, 2 Nov 2021 12:42:32 +0000 Subject: [PATCH] Add change note --- .../2021-11-02-incorrect-integer-conversion-updated.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 change-notes/2021-11-02-incorrect-integer-conversion-updated.md 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.