You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,12 @@
17
17
you know what to do).
18
18
-->
19
19
20
+
## Release 2.24.2 (2026-02-20)
21
+
22
+
### Bug Fixes
23
+
24
+
- Fixed SARIF output to generate RFC 1738 compatible file URIs. File URIs now always use the `file:///` format instead of `file:/` for better interoperability with SARIF consumers.
25
+
20
26
## Release 2.24.1 (2026-02-05)
21
27
22
28
### Miscellaneous
@@ -82,7 +88,7 @@ This release was skipped.
82
88
}
83
89
```
84
90
85
-
The `--permissive` option was removed, as under some circumstances it would break the extractor's ability to parse valid C++ code. When calling the extractor directly,
91
+
The `--permissive` option was removed, as under some circumstances it would break the extractor's ability to parse valid C++ code. When calling the extractor directly,
86
92
`--permissive` should no longer be passed. The above code will fail to parse, and we
87
93
recommend the code being made `const`-correct.
88
94
@@ -231,7 +237,7 @@ This release was skipped.
231
237
232
238
- On macOS the `CODEQL_TRACER_RELOCATION_EXCLUDE` environment variable can now be used to exclude certain paths from the
233
239
tracer relocation and tracing process. This environment variable accepts newline-separated regex patterns of binaries
0 commit comments