Skip to content

Commit c414ee5

Browse files
committed
Update changelog for 2.14.4
1 parent 14629fa commit c414ee5

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,39 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.14.4 (2023-09-12)
21+
22+
### Potentially breaking changes
23+
24+
- The CodeQL CLI no longer supports the `SEMMLE_JAVA_ARGS` environment variable.
25+
All previous versions of the CodeQL CLI perform command substitution on the
26+
`SEMMLE_JAVA_ARGS` value (for example, replacing `'$(echo foo)'` with `'foo'`)
27+
when starting a new Java virtual machine, which, depending on the execution
28+
environment, may have security implications. Users are advised to check their
29+
environments for possible `SEMMLE_JAVA_ARGS` misuse.
30+
31+
### New Features
32+
33+
- The Java extractor now supports files that use Lombok.
34+
35+
### Bugs fixed
36+
37+
- `codeql database init` (and `github/codeql-action/init@v2` on GitHub Actions)
38+
should no longer hang or crash for traced languages on 64-bit Windows machines
39+
when certain antivirus software is installed.
40+
- During `codeql pack create` and `codeql pack publish`, a source version of a
41+
pack coming from `--additional-packs` can explicitly be used to override a
42+
requested pack version even if this source version is incompatible with the
43+
requested version in the pack file. Previously, this would fail with a
44+
confusing error message.
45+
- Fixed a bug where `codeql database interpret-results` hangs when a path query
46+
produces a result that has no paths from source to sink.
47+
48+
### Miscellaneous
49+
50+
- The build of Eclipse Temurin OpenJDK that is bundled with the CodeQL
51+
CLI has been updated to version 17.0.8.
52+
2053
## Release 2.14.3 (2023-08-25)
2154

2255
### Breaking changes

0 commit comments

Comments
 (0)