Update CHANGELOG.md

Add message about `rb/weak-cryptographic-algorithm`.
This commit is contained in:
Andrew Eisenberg 2022-11-04 10:14:36 -07:00 committed by GitHub
parent e260194d76
commit 29a5553722
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
## 2.1.31 - 04 Nov 2022
No user facing changes.
- The `rb/weak-cryptographic-algorithm` Ruby query has been updated to no longer report uses of hash functions such as `MD5` and `SHA1` even if they are known to be weak. These hash algorithms are used very often in non-sensitive contexts, making the query too imprecise in practice. [#1344](https://github.com/github/codeql-action/pull/1344)
## 2.1.30 - 02 Nov 2022