Release preparation for version 2.23.7

This commit is contained in:
github-actions[bot]
2025-12-01 16:07:37 +00:00
parent f1aaefc107
commit 19a13467e0
174 changed files with 432 additions and 147 deletions

View File

@@ -1,3 +1,7 @@
## 1.0.36
No user-facing changes.
## 1.0.35
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.35
lastReleaseVersion: 1.0.36

View File

@@ -1,5 +1,5 @@
name: codeql-go-consistency-queries
version: 1.0.36-dev
version: 1.0.36
groups:
- go
- queries

View File

@@ -1,3 +1,7 @@
## 5.0.3
No user-facing changes.
## 5.0.2
### Bug Fixes

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 5.0.2
lastReleaseVersion: 5.0.3

View File

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

View File

@@ -1,3 +1,12 @@
## 1.5.0
### New Queries
* The `go/cookie-http-only-not-set` query has been promoted from the experimental query pack. This query was originally contributed to the experimental query pack by @edvraa.
* A new query `go/cookie-secure-not-set` has been added to detect cookies without the `Secure` flag set.
* Added a new query, `go/weak-crypto-algorithm`, to detect the use of a broken or weak cryptographic algorithm. A very simple version of this query was originally contributed as an [experimental query by @dilanbhalla](https://github.com/github/codeql-go/pull/284).
* Added a new query, `go/weak-sensitive-data-hashing`, to detect the use of a broken or weak cryptographic hash algorithm on sensitive data.
## 1.4.9
No user-facing changes.

View File

@@ -1,5 +0,0 @@
---
category: newQuery
---
* The `go/cookie-http-only-not-set` query has been promoted from the experimental query pack. This query was originally contributed to the experimental query pack by @edvraa.
* A new query `go/cookie-secure-not-set` has been added to detect cookies without the `Secure` flag set.

View File

@@ -1,5 +1,8 @@
---
category: newQuery
---
## 1.5.0
### New Queries
* The `go/cookie-http-only-not-set` query has been promoted from the experimental query pack. This query was originally contributed to the experimental query pack by @edvraa.
* A new query `go/cookie-secure-not-set` has been added to detect cookies without the `Secure` flag set.
* Added a new query, `go/weak-crypto-algorithm`, to detect the use of a broken or weak cryptographic algorithm. A very simple version of this query was originally contributed as an [experimental query by @dilanbhalla](https://github.com/github/codeql-go/pull/284).
* Added a new query, `go/weak-sensitive-data-hashing`, to detect the use of a broken or weak cryptographic hash algorithm on sensitive data.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.4.9
lastReleaseVersion: 1.5.0

View File

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