mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Merge pull request #639 from github/dbartol/fix-change-notes
Fix change notes
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
5
ql/src/change-notes/2021-11-19-log-injection-query.md
Normal file
5
ql/src/change-notes/2021-11-19-log-injection-query.md
Normal 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.
|
||||
Reference in New Issue
Block a user