Skip to content

Commit

Permalink
Merge pull request #16024 from github/changedocs/2.16.5
Browse files Browse the repository at this point in the history
Update CodeQL CLI to version 2.16.5
  • Loading branch information
adityasharad authored Mar 22, 2024
2 parents e812682 + c653f1c commit 1a8932b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.16.5.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. _codeql-cli-2.16.5:

==========================
CodeQL 2.16.5 (2024-03-21)
==========================

.. contents:: Contents
:depth: 2
:local:
:backlinks: none

This is an overview of changes in the CodeQL CLI and relevant CodeQL query and library packs. For additional updates on changes to the CodeQL code scanning experience, check out the `code scanning section on the GitHub blog <https://github.blog/tag/code-scanning/>`__, `relevant GitHub Changelog updates <https://github.blog/changelog/label/code-scanning/>`__, `changes in the CodeQL extension for Visual Studio Code <https://marketplace.visualstudio.com/items/GitHub.vscode-codeql/changelog>`__, and the `CodeQL Action changelog <https://github.com/github/codeql-action/blob/main/CHANGELOG.md>`__.

Security Coverage
-----------------

CodeQL 2.16.5 runs a total of 409 security queries when configured with the Default suite (covering 160 CWE). The Extended suite enables an additional 132 queries (covering 34 more CWE).

CodeQL CLI
----------

New Features
~~~~~~~~~~~~

* Beta support has been added for analyzing Java codebases without needing a working build. To enable this, pass the :code:`--build-mode none` option to :code:`codeql database create`.
1 change: 1 addition & 0 deletions docs/codeql/codeql-overview/codeql-changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ A list of queries for each suite and language `is available here <https://docs.g
.. toctree::
:maxdepth: 1

codeql-cli-2.16.5
codeql-cli-2.16.4
codeql-cli-2.16.3
codeql-cli-2.16.2
Expand Down

0 comments on commit 1a8932b

Please sign in to comment.