Add change note

This commit is contained in:
Owen Mansel-Chan
2025-10-21 16:15:43 +01:00
committed by Owen Mansel-Chan
parent 52d7e2dd18
commit d2033ca1d5

View File

@@ -0,0 +1,5 @@
---
category: newQuery
---
* 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.