| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,6 +17,22 @@ | |||
| 17 | 17 | you know what to do). | |
| 18 | 18 | --> | |
| 19 | 19 | ||
| 20 | + ## Release 2.19.1 (2024-10-04) | ||
| 21 | + | ||
| 22 | + ### New Features | ||
| 23 | + | ||
| 24 | + - The command `codeql generate query-help` now supports Markdown help files. | ||
| 25 | + The Markdown help format is commonly used in custom CodeQL query packs. This new | ||
| 26 | + feature allows us to generate SARIF reporting descriptors for CodeQL queries that | ||
| 27 | + include Markdown help directly from a query Markdown help file. | ||
| 28 | + | ||
| 29 | + - Added a new command, `codeql resolve packs`. This command shows each step in the | ||
| 30 | + pack search process, including what packs were found in each step. With the | ||
| 31 | + `--show-hidden-packs` option, it can also show details on which packs were hidden | ||
| 32 | + by packs found earlier in the search sequence. `codeql resolve packs` is intended | ||
| 33 | + as a replacement for most uses of `codeql resolve qlpacks`, whose output is both | ||
| 34 | + less detailed and less accurate. | ||
| 35 | + | ||
| 20 | 36 | ## Release 2.19.0 (2024-09-18) | |
| 21 | 37 | ||
| 22 | 38 | ### Improvements | |
@@ -236,7 +252,7 @@ | |||
| 236 | 252 | ||
| 237 | 253 | - The OWASP Java HTML Sanitizer library used by the CodeQL CLI for internal | |
| 238 | 254 | documentation generation commands has been updated to version | |
| 239 | - [20240325.1](https://github.com/OWASP/java-html-sanitizer/releases/tag/release-20240325.1). | ||
| 255 | + [20240325.1](https://github.com/OWASP/java-html-sanitizer/releases/tag/release-20240325.1). | ||
| 240 | 256 | ||
| 241 | 257 | ## Release 2.17.4 (2024-06-03) | |
| 242 | 258 | ||
@@ -400,7 +416,7 @@ | |||
| 400 | 416 | `--extractor-option python_executable_name=py` or `--extractor-option | |
| 401 | 417 | python_executable_name=python` or `--extractor-option | |
| 402 | 418 | python_executable_name=python3` to commands that run the extractor, for | |
| 403 | - example: `codeql database create`. | ||
| 419 | + example: `codeql database create`. | ||
| 404 | 420 | ||
| 405 | 421 | On Windows machines, the Python extractor will expect to find `py.exe` on the | |
| 406 | 422 | system `PATH` by default. If the Python executable has a different name, you | |
| Back | FazBrowse Home | New Git URL |
0 commit comments