| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | 5 | No user facing changes. | |
| 6 | 6 | ||
| 7 | + ## 2.1.31 - 04 Nov 2022 | ||
| 8 | + | ||
| 9 | + - 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. For more information, see the corresponding change in the [github/codeql repository](https://github.com/github/codeql/pull/11129). [#1344](https://github.com/github/codeql-action/pull/1344) | ||
| 10 | + | ||
| 7 | 11 | ## 2.1.30 - 02 Nov 2022 | |
| 8 | 12 | ||
| 9 | 13 | - Improve the error message when using CodeQL bundle version 2.7.2 and earlier in a workflow that runs on a runner image such as `ubuntu-22.04` that uses glibc version 2.34 and later. [#1334](https://github.com/github/codeql-action/pull/1334) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "codeql", | |
| 3 | - "version": "2.1.31", | ||
| 3 | + "version": "2.1.32", | ||
| 4 | 4 | "private": true, | |
| 5 | 5 | "description": "CodeQL action", | |
| 6 | 6 | "scripts": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments