Merge pull request #644 from github/post-release-prep/codeql-cli-2.7.4

Post-release preparation for codeql-cli-2.7.4
This commit is contained in:
Dave Bartolomeo
2022-01-03 17:09:54 -05:00
committed by GitHub
106 changed files with 23 additions and 12 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 +1,3 @@
## 0.0.4
## 0.0.3

View File

@@ -0,0 +1 @@
## 0.0.4

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.0.3
lastReleaseVersion: 0.0.4

View File

@@ -1,5 +1,5 @@
name: codeql/go-all
version: 0.0.4-dev
version: 0.0.5-dev
groups: go
dbscheme: go.dbscheme
extractor: go

View File

@@ -1,3 +1,9 @@
## 0.0.4
### New Queries
* 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.
## 0.0.3
### New Queries

View File

@@ -1,2 +1,5 @@
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.
## 0.0.4
### New Queries
* 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.

Some files were not shown because too many files have changed in this diff Show More