Skip to content

v2.15.5

Compare
Choose a tag to compare
@codeql-ci codeql-ci released this 20 Dec 16:59
· 41 commits to main since this release
e67d1c0

New features

  • A new extractor option has been added to the JavaScript/TypeScript extractor.
    Set the environment variable CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES
    to true to skip the extraction of types in TypeScript files.

Bugs fixed

  • Fixed an issue where CodeQL would sometimes incorrectly report that no files
    were scanned when running on Windows.
    This affected the human-readable summary produced by codeql database analyze
    and codeql database interpret-results, but did not impact the file coverage
    information produced in the SARIF output and displayed on the tool status page.
  • When analyzing Swift codebases, CodeQL build tracing will now ignore the
    codesign tool. This prevents errors in build commands or workflows on macOS
    that include both CodeQL and code signing.

For more information about the changes included in this release, see the CodeQL CLI changelog.

You can download either the codeql-PLATFORM.zip for your platform, or the generic codeql.zip which contains binaries for all supported platforms. Please ignore the additional "source code" downloads below the .zip artifacts.

This release is compatible with the CodeQL language packs from github/codeql@codeql-cli/v2.15.5.