Merge pull request #639 from github/dbartol/fix-change-notes

Fix change notes
This commit is contained in:
Dave Bartolomeo
2021-12-14 14:32:56 -05:00
committed by GitHub
96 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +0,0 @@
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

@@ -1,2 +0,0 @@
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.

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.