Release preparation for version 2.11.3

This commit is contained in:
github-actions[bot]
2022-11-04 20:16:23 +00:00
parent 649c3af98a
commit 508327235a
82 changed files with 214 additions and 81 deletions

View File

@@ -1,3 +1,7 @@
## 0.3.3
No user-facing changes.
## 0.3.2
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 0.3.3
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.3.2
lastReleaseVersion: 0.3.3

View File

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

View File

@@ -1,3 +1,9 @@
## 0.3.3
### Minor Analysis Improvements
* Query `go/clear-text-logging` now excludes `GetX` methods of protobuf `Message` structs, except where taint is specifically known to belong to the right field. This is to avoid FPs where taint is written to one field and then spuriously read from another.
## 0.3.2
### Minor Analysis Improvements

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 0.3.3
### Minor Analysis Improvements
* Query `go/clear-text-logging` now excludes `GetX` methods of protobuf `Message` structs, except where taint is specifically known to belong to the right field. This is to avoid FPs where taint is written to one field and then spuriously read from another.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.3.2
lastReleaseVersion: 0.3.3

View File

@@ -1,5 +1,5 @@
name: codeql/go-queries
version: 0.3.3-dev
version: 0.3.3
groups:
- go
- queries