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 5205c9a

Browse filesBrowse files
committed
Add changelof for 2.19.4
1 parent fd9e254 commit 5205c9a
Copy full SHA for 5205c9a

File tree

1 file changed

+20
-0
lines changed
Filter options

1 file changed

+20
-0
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,26 @@
1616
checklist for a CLI release, you can edit here. But then
1717
you know what to do).
1818
-->
19+
## Release 2.19.4 (2024-12-02)
20+
21+
### Improvements
22+
23+
- CodeQL now supports passing values containing the equals character (`=`) to extractor options via
24+
the `--extractor-option` flag. This allows cases like `--extractor-option opt=key=value`, which
25+
sets the extractor option `opt` to hold the value `key=value`, whereas previously that would have
26+
been rejected with an error.
27+
- The `codeql pack bundle` command now sets the numeric user and group IDs of entries in the generated
28+
`tar` archive to `0`. This avoids failures like `IllegalArgumentException: user id '7111111' is too big ( > 2097151 )`
29+
when the numeric user ID is too large.
30+
31+
### Bugs fixed
32+
33+
- On MacOS, `arch -arm64` commands no longer fail when they are executed via `codeql database create --command`,
34+
via `codeql database trace-command`, or are run after `codeql database init --begin-tracing`. Note
35+
that build commands invoked this way still will not normally be traced, so this is useful only for
36+
running ancillary commands which are incidental to building your code.
37+
- Fixed a bug where `codeql test run` would not preserve test
38+
databases on disk after a test failed.
1939

2040
## Release 2.19.3 (2024-11-07)
2141

0 commit comments

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