Files
codeql/go/old-change-notes/2020-08-05-incorrect-integer-conversion.md
2022-05-20 10:07:19 -07:00

242 B

lgtm,codescanning

  • Query "Incorrect integer conversion" (go/incorrect-integer-conversion) is promoted from experimental status. This checks for parsing a string to an integer and then assigning it to an integer type of a smaller bit size.