Skip to content

Commit 8b4114c

Browse files
author
Dave Bartolomeo
authored
Merge pull request #17485 from smowton/smowton/admin/merge-rc315-into-main
Merge rc/3.15 into main
2 parents 27dca74 + 01b4757 commit 8b4114c

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
.. _codeql-cli-2.18.4:
2+
3+
==========================
4+
CodeQL 2.18.4 (2024-09-12)
5+
==========================
6+
7+
.. contents:: Contents
8+
:depth: 2
9+
:local:
10+
:backlinks: none
11+
12+
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>`__.
13+
14+
Security Coverage
15+
-----------------
16+
17+
CodeQL 2.18.4 runs a total of 425 security queries when configured with the Default suite (covering 164 CWE). The Extended suite enables an additional 128 queries (covering 34 more CWE).
18+
19+
CodeQL CLI
20+
----------
21+
22+
New Features
23+
~~~~~~~~~~~~
24+
25+
* C# support for :code:`build-mode: none` is now out of beta, and generally available.
26+
* Go 1.23 is now supported.
27+
28+
Language Libraries
29+
------------------
30+
31+
Major Analysis Improvements
32+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
33+
34+
Golang
35+
""""""
36+
37+
* Go 1.23 is now supported.
38+
39+
New Features
40+
~~~~~~~~~~~~
41+
42+
C#
43+
""
44+
45+
* C# support for :code:`build-mode: none` is now out of beta, and generally available.

docs/codeql/codeql-overview/codeql-changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ A list of queries for each suite and language `is available here <https://docs.g
1111
.. toctree::
1212
:maxdepth: 1
1313

14+
codeql-cli-2.18.4
1415
codeql-cli-2.18.3
1516
codeql-cli-2.18.2
1617
codeql-cli-2.18.1

0 commit comments

Comments
 (0)