Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fa850cc
Release preparation for version 2.20.6
invalid-email-address Mar 3, 2025
17acb31
JS: Fix changelog formatting
cklin Mar 3, 2025
c1dca10
Merge pull request #18911 from github/release-prep/2.20.6
cklin Mar 3, 2025
58f355a
Post-release preparation for codeql-cli-2.20.6
invalid-email-address Mar 3, 2025
df42ff6
Merge pull request #18912 from github/post-release-prep/codeql-cli-2.…
cklin Mar 3, 2025
fba4787
Update supported Java version
smowton Mar 4, 2025
dbffe91
Merge pull request #18917 from github/smowton/admin/jdk-24-2.20.6
cklin Mar 4, 2025
c7dc8a3
Merge pull request #18925 from github/mergeback-2.20.6
cklin Mar 4, 2025
b872c60
Go: Support more dependency managers in `IsGolangVendorDirectory`
mbg Mar 5, 2025
16e84d0
Merge pull request #18929 from github/mbg/go/filter-more-vendor-dirs
mbg Mar 6, 2025
fc6794f
adding 2.20.6 sitedocs
jonjanego Mar 6, 2025
2b818e3
Update codeql-cli-2.19.4.rst
jonjanego Mar 6, 2025
1385de2
Update codeql-cli-2.20.4.rst
jonjanego Mar 6, 2025
3652a45
Update codeql-cli-2.20.4.rst
jonjanego Mar 6, 2025
da7b9b7
rearranging golang 1.24 support
jonjanego Mar 6, 2025
65d5e52
Apply suggestions from code review
jonjanego Mar 6, 2025
b742ed2
Merge branch 'rc/3.17' into changedocs-2.20.6
jonjanego Mar 6, 2025
468c12e
Merge pull request #18944 from github/changedocs-2.20.6
jonjanego Mar 6, 2025
7564255
Update codeql-cli-2.20.4.rst
coadaflorin Mar 7, 2025
c93f671
Merge pull request #18951 from github/coadaflorin-patch-for-escaping
coadaflorin Mar 7, 2025
b9ec58b
Update codeql-cli-2.20.4.rst
jonjanego Mar 7, 2025
52dac47
Merge pull request #18953 from github/jonjanego-patch-1-more-escaping
adityasharad Mar 7, 2025
2d64a61
Release preparation for version 2.20.7
invalid-email-address Mar 17, 2025
0ac0dad
Merge pull request #19042 from github/release-prep/2.20.7
smowton Mar 17, 2025
51cdeef
Post-release preparation for codeql-cli-2.20.7
invalid-email-address Mar 17, 2025
36869ef
Merge pull request #19043 from github/post-release-prep/codeql-cli-2.…
smowton Mar 17, 2025
9a2a13e
Merge remote-tracking branch 'origin/main' into smowton/admin/merge-r…
smowton Mar 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions actions/ql/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.4.5

No user-facing changes.

## 0.4.4

No user-facing changes.

## 0.4.3

### New Features
Expand Down
3 changes: 3 additions & 0 deletions actions/ql/lib/change-notes/released/0.4.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.4.4

No user-facing changes.
3 changes: 3 additions & 0 deletions actions/ql/lib/change-notes/released/0.4.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.4.5

No user-facing changes.
2 changes: 1 addition & 1 deletion actions/ql/lib/codeql-pack.release.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.4.3
lastReleaseVersion: 0.4.5
2 changes: 1 addition & 1 deletion actions/ql/lib/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: codeql/actions-all
version: 0.4.4-dev
version: 0.4.6-dev
library: true
warnOnImplicitThis: true
dependencies:
Expand Down
13 changes: 13 additions & 0 deletions actions/ql/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.5.2

No user-facing changes.

## 0.5.1

### Bug Fixes

* The `actions/unversioned-immutable-action` query will no longer report any alerts, since the
Immutable Actions feature is not yet available for customer use. The query remains in the
default Code Scanning suites for use internal to GitHub. Once the Immutable Actions feature is
available, the query will be updated to report alerts again.

## 0.5.0

### Breaking Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
category: fix
---
## 0.5.1

### Bug Fixes

* The `actions/unversioned-immutable-action` query will no longer report any alerts, since the
Immutable Actions feature is not yet available for customer use. The query has also been moved
to the experimental folder and will not be used in code scanning unless it is explicitly added
Expand Down
3 changes: 3 additions & 0 deletions actions/ql/src/change-notes/released/0.5.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.5.2

No user-facing changes.
2 changes: 1 addition & 1 deletion actions/ql/src/codeql-pack.release.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.5.0
lastReleaseVersion: 0.5.2
2 changes: 1 addition & 1 deletion actions/ql/src/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: codeql/actions-queries
version: 0.5.1-dev
version: 0.5.3-dev
library: false
warnOnImplicitThis: true
groups: [actions, queries]
Expand Down
11 changes: 11 additions & 0 deletions cpp/ql/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 4.0.3

No user-facing changes.

## 4.0.2

### Minor Analysis Improvements

* Modified the `getBufferSize` predicate in `commons/Buffer.qll` to be more tolerant in some cases involving member variables in a larger struct or class.
* Fixed an issue where the `getBufferSize` predicate in `commons/Buffer.qll` was returning results for references inside `offsetof` expressions, which are not accesses to a buffer.

## 4.0.1

No user-facing changes.
Expand Down
4 changes: 0 additions & 4 deletions cpp/ql/lib/change-notes/2025-02-20-getbuffersize.md

This file was deleted.

4 changes: 0 additions & 4 deletions cpp/ql/lib/change-notes/2025-02-25-getbuffersize.md

This file was deleted.

6 changes: 6 additions & 0 deletions cpp/ql/lib/change-notes/released/4.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 4.0.2

### Minor Analysis Improvements

* Modified the `getBufferSize` predicate in `commons/Buffer.qll` to be more tolerant in some cases involving member variables in a larger struct or class.
* Fixed an issue where the `getBufferSize` predicate in `commons/Buffer.qll` was returning results for references inside `offsetof` expressions, which are not accesses to a buffer.
3 changes: 3 additions & 0 deletions cpp/ql/lib/change-notes/released/4.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 4.0.3

No user-facing changes.
2 changes: 1 addition & 1 deletion cpp/ql/lib/codeql-pack.release.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.0.1
lastReleaseVersion: 4.0.3
2 changes: 1 addition & 1 deletion cpp/ql/lib/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: codeql/cpp-all
version: 4.0.2-dev
version: 4.0.4-dev
groups: cpp
dbscheme: semmlecode.cpp.dbscheme
extractor: cpp
Expand Down
11 changes: 11 additions & 0 deletions cpp/ql/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.3.6

No user-facing changes.

## 1.3.5

### Minor Analysis Improvements

* Due to changes in libraries the query "Static array access may cause overflow" (`cpp/static-buffer-overflow`) will no longer report cases where multiple fields of a struct or class are written with a single `memset` or similar operation.
* The query "Call to memory access function may overflow buffer" (`cpp/overflow-buffer`) has been added to the security-extended query suite. The query detects a range of buffer overflow and underflow issues.

## 1.3.4

No user-facing changes.
Expand Down
4 changes: 0 additions & 4 deletions cpp/ql/src/change-notes/2025-02-20-overflow-buffer.md

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions cpp/ql/src/change-notes/released/1.3.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 1.3.5

### Minor Analysis Improvements

* Due to changes in libraries the query "Static array access may cause overflow" (`cpp/static-buffer-overflow`) will no longer report cases where multiple fields of a struct or class are written with a single `memset` or similar operation.
* The query "Call to memory access function may overflow buffer" (`cpp/overflow-buffer`) has been added to the security-extended query suite. The query detects a range of buffer overflow and underflow issues.
3 changes: 3 additions & 0 deletions cpp/ql/src/change-notes/released/1.3.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1.3.6

No user-facing changes.
2 changes: 1 addition & 1 deletion cpp/ql/src/codeql-pack.release.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.3.4
lastReleaseVersion: 1.3.6
2 changes: 1 addition & 1 deletion cpp/ql/src/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: codeql/cpp-queries
version: 1.3.5-dev
version: 1.3.7-dev
groups:
- cpp
- queries
Expand Down
8 changes: 8 additions & 0 deletions csharp/ql/campaigns/Solorigate/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.7.36

No user-facing changes.

## 1.7.35

No user-facing changes.

## 1.7.34

No user-facing changes.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1.7.35

No user-facing changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1.7.36

No user-facing changes.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.34
lastReleaseVersion: 1.7.36
2 changes: 1 addition & 1 deletion csharp/ql/campaigns/Solorigate/lib/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-all
version: 1.7.35-dev
version: 1.7.37-dev
groups:
- csharp
- solorigate
Expand Down
8 changes: 8 additions & 0 deletions csharp/ql/campaigns/Solorigate/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.7.36

No user-facing changes.

## 1.7.35

No user-facing changes.

## 1.7.34

No user-facing changes.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1.7.35

No user-facing changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1.7.36

No user-facing changes.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.34
lastReleaseVersion: 1.7.36
2 changes: 1 addition & 1 deletion csharp/ql/campaigns/Solorigate/src/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-queries
version: 1.7.35-dev
version: 1.7.37-dev
groups:
- csharp
- solorigate
Expand Down
8 changes: 8 additions & 0 deletions csharp/ql/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 5.1.2

No user-facing changes.

## 5.1.1

No user-facing changes.

## 5.1.0

### Deprecated APIs
Expand Down
3 changes: 3 additions & 0 deletions csharp/ql/lib/change-notes/released/5.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 5.1.1

No user-facing changes.
3 changes: 3 additions & 0 deletions csharp/ql/lib/change-notes/released/5.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 5.1.2

No user-facing changes.
2 changes: 1 addition & 1 deletion csharp/ql/lib/codeql-pack.release.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
lastReleaseVersion: 5.1.0
lastReleaseVersion: 5.1.2
2 changes: 1 addition & 1 deletion csharp/ql/lib/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: codeql/csharp-all
version: 5.1.1-dev
version: 5.1.3-dev
groups: csharp
dbscheme: semmlecode.csharp.dbscheme
extractor: csharp
Expand Down
10 changes: 10 additions & 0 deletions csharp/ql/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.19

No user-facing changes.

## 1.0.18

### Minor Analysis Improvements

* C#: Improve precision of the query `cs/call-to-object-tostring` for value tuples.

## 1.0.17

No user-facing changes.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 1.0.18

### Minor Analysis Improvements

* C#: Improve precision of the query `cs/call-to-object-tostring` for value tuples.
3 changes: 3 additions & 0 deletions csharp/ql/src/change-notes/released/1.0.19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1.0.19

No user-facing changes.
2 changes: 1 addition & 1 deletion csharp/ql/src/codeql-pack.release.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.17
lastReleaseVersion: 1.0.19
2 changes: 1 addition & 1 deletion csharp/ql/src/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: codeql/csharp-queries
version: 1.0.18-dev
version: 1.0.20-dev
groups:
- csharp
- queries
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ Python
* Fixed a bug in the extractor where a comment inside a subscript could sometimes cause the AST to be missing nodes.
* Using the :code:`break` and :code:`continue` keywords outside of a loop, which is a syntax error but is accepted by our parser, would cause the control-flow construction to fail. This is now no longer the case.

Major Analysis Improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Golang
""""""

* Go 1.24 is now supported. This includes the new language feature of generic type aliases.

Minor Analysis Improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
Loading
Loading