Change notes

This commit is contained in:
Dave Bartolomeo
2021-11-29 16:47:56 -05:00
parent 52b68963d2
commit 8367fdbec4
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
category: majorAnalysis
tags: [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.

View File

@@ -0,0 +1,5 @@
---
category: newQuery
tags: [lgtm,codescanning]
---
* A new query "Log entries created from user input" (`go/log-injection`) has been added. The query reports user-provided data reaching calls to logging methods.