File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1717 you know what to do).
1818-->
1919
20+ ## Release 2.15.5 (2023-12-20)
21+
22+ ### New features
23+
24+ - A new extractor option has been added to the JavaScript/TypeScript extractor.
25+ Set the environment variable ` CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES `
26+ to ` true ` to skip the extraction of types in TypeScript files.
27+ Use this to speed up extraction if your codebase has a high volume of
28+ TypeScript type information that causes a noticeable bottleneck for
29+ TypeScript extraction. The majority of analysis results should be preserved
30+ even when no types are extracted.
31+
32+ ### Bugs fixed
33+
34+ - Fixed an issue where CodeQL would sometimes incorrectly report that no files
35+ were scanned when running on Windows.
36+ This affected the human-readable summary produced by ` codeql database analyze `
37+ and ` codeql database interpret-results ` , but did not impact the file coverage
38+ information produced in the SARIF output and displayed on the tool status page.
39+ - When analyzing Swift codebases, CodeQL build tracing will now ignore the
40+ ` codesign ` tool. This prevents errors in build commands or workflows on macOS
41+ that include both CodeQL and code signing.
42+
2043## Release 2.15.4 (2023-12-11)
2144
2245### Improvements
You can’t perform that action at this time.
0 commit comments