Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 133ec79

Browse filesBrowse files
authored
Merge pull request #181 from github/angelapwen/add-changelog-2-19-2
Add CLI v2.19.2 changelog entry
2 parents 9b69269 + 5338773 commit 133ec79
Copy full SHA for 133ec79

File tree

Expand file treeCollapse file tree

1 file changed

+18
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+18
-2
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-2Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
you know what to do).
1818
-->
1919

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+
2036
## Release 2.19.0 (2024-09-18)
2137

2238
### Improvements
@@ -236,7 +252,7 @@
236252

237253
- The OWASP Java HTML Sanitizer library used by the CodeQL CLI for internal
238254
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).
240256

241257
## Release 2.17.4 (2024-06-03)
242258

@@ -400,7 +416,7 @@
400416
`--extractor-option python_executable_name=py` or `--extractor-option
401417
python_executable_name=python` or `--extractor-option
402418
python_executable_name=python3` to commands that run the extractor, for
403-
example: `codeql database create`.
419+
example: `codeql database create`.
404420

405421
On Windows machines, the Python extractor will expect to find `py.exe` on the
406422
system `PATH` by default. If the Python executable has a different name, you

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.