File tree 1 file changed +20
-0
lines changed
Filter options
1 file changed +20
-0
lines changed
Original file line number Diff line number Diff line change 16
16
checklist for a CLI release, you can edit here. But then
17
17
you know what to do).
18
18
-->
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.
19
39
20
40
## Release 2.19.3 (2024-11-07)
21
41
You can’t perform that action at this time.
0 commit comments