Owen Mansel-Chan
|
9dbe9adb00
|
Update tests
|
2026-06-02 09:34:03 +01:00 |
|
Owen Mansel-Chan
|
703cea2b65
|
Model panicking log functions better
|
2026-06-02 01:32:00 +01:00 |
|
Owen Mansel-Chan
|
e6e8e3d005
|
Taint doesn't flow through panicking functions
|
2026-06-02 01:31:44 +01:00 |
|
Owen Mansel-Chan
|
adc9b7714b
|
Accept changed test output
|
2026-06-02 00:57:06 +01:00 |
|
Owen Mansel-Chan
|
e706c5f444
|
Improve test for non-returning fns
|
2026-06-02 00:56:12 +01:00 |
|
Owen Mansel-Chan
|
8a1e6d4f64
|
Add missing QLDocs
|
2026-06-02 00:41:48 +01:00 |
|
Owen Mansel-Chan
|
1a747dd8be
|
(Trivial) Fix QLDoc grammar
|
2026-06-02 00:39:25 +01:00 |
|
Owen Mansel-Chan
|
28bb1a6870
|
Add change note
|
2026-06-02 00:16:23 +01:00 |
|
Owen Mansel-Chan
|
45b1253b23
|
Improve glog and klog tests
|
2026-06-02 00:16:21 +01:00 |
|
Owen Mansel-Chan
|
c99dab1d71
|
Improve glog (and klog) modelling
|
2026-06-02 00:16:19 +01:00 |
|
Owen Mansel-Chan
|
f3e3647209
|
Improve noretFunctions test
|
2026-06-02 00:16:17 +01:00 |
|
Owen Mansel-Chan
|
8d099cbe38
|
Recognize more non-returning logging functions
|
2026-06-02 00:15:58 +01:00 |
|
Tom Hvitved
|
9618e9b35c
|
Merge pull request #21873 from hvitved/local-name-resolution
Shared: Local name resolution library
|
2026-06-01 20:51:07 +02:00 |
|
Jeroen Ketema
|
ab4a575243
|
Merge pull request #21899 from MathiasVP/use-new-prototype-extensionals
C++: Use the new `prototype`-related extensionals in MaD
|
2026-06-01 10:24:19 +02:00 |
|
Tom Hvitved
|
d2f474d998
|
Address review comments
|
2026-06-01 08:30:01 +02:00 |
|
Mathias Vorreiter Pedersen
|
22b08f1ea4
|
C++: Add a test with a kind of "partial function template" instantiation.
|
2026-05-31 12:47:31 +02:00 |
|
Mathias Vorreiter Pedersen
|
e18448dd59
|
C++: Add more tests.
|
2026-05-29 18:22:13 +02:00 |
|
Henry Mercer
|
a16f1c555c
|
Merge pull request #21912 from github/post-release-prep/codeql-cli-2.25.6
Post-release preparation for codeql-cli-2.25.6
|
2026-05-29 14:43:56 +01:00 |
|
Geoffrey White
|
43c1152634
|
Merge pull request #21905 from geoffw0/swiftflow2
Swift: Update the new metatype sinks
|
2026-05-29 14:18:45 +01:00 |
|
Tom Hvitved
|
caae5a8bf1
|
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
2026-05-29 14:24:45 +02:00 |
|
github-actions[bot]
|
cfb18c2477
|
Post-release preparation for codeql-cli-2.25.6
|
2026-05-29 12:04:35 +00:00 |
|
Henry Mercer
|
1a82a682e9
|
Merge pull request #21911 from github/release-prep/2.25.6
Release preparation for version 2.25.6
|
2026-05-29 12:28:44 +01:00 |
|
github-actions[bot]
|
8b6f969cdb
|
Release preparation for version 2.25.6
|
2026-05-29 11:27:54 +00:00 |
|
Henry Mercer
|
f4da0df3c7
|
Merge pull request #21910 from github/revert-21892-release-prep/2.25.6
Revert "Release preparation for version 2.25.6"
|
2026-05-29 12:25:55 +01:00 |
|
Henry Mercer
|
9bc0c1b1ab
|
Revert "Release preparation for version 2.25.6"
|
2026-05-29 12:13:50 +01:00 |
|
Anders Schack-Mulligen
|
4c31866910
|
Merge pull request #21867 from aschackmull/ruby/callable-body
Ruby: Split callable and its body into two AST nodes.
|
2026-05-29 10:16:19 +02:00 |
|
Tom Hvitved
|
09371339d7
|
Ruby: Adopt shared local name resolution library
|
2026-05-29 09:06:14 +02:00 |
|
Taus
|
6165623cbf
|
Merge pull request #21724 from github/tausbn/python-add-self-validating-cfg-tests
|
2026-05-28 22:07:55 +02:00 |
|
Michael Nebel
|
2eac8890d3
|
Merge pull request #21893 from michaelnebel/cshar/updateroslyn
C#: Update Roslyn and other pinned depenencies.
|
2026-05-28 13:49:29 +02:00 |
|
Mathias Vorreiter Pedersen
|
2d581504f7
|
C++: Fix Copilot comments.
|
2026-05-28 13:34:18 +02:00 |
|
Mathias Vorreiter Pedersen
|
9f211cebd5
|
C++: Accept test changes.
|
2026-05-28 13:34:16 +02:00 |
|
Mathias Vorreiter Pedersen
|
8393b40b59
|
C++: Use the new extensionals to map template functions and classes to their fully templated versions.
|
2026-05-28 13:34:12 +02:00 |
|
Geoffrey White
|
f8ab76e1ba
|
Swift: Update the new metatype sinks to not rely on name matching '.Type'.
|
2026-05-28 12:14:10 +01:00 |
|
Geoffrey White
|
34d4e9a8e2
|
Merge pull request #21898 from geoffw0/swiftflow
Swift: Extend swift/weak-sensitive-data-hashing, swift/weak-password-hashing sinks
|
2026-05-28 11:52:32 +01:00 |
|
Michael Nebel
|
ed8b9c29cc
|
Merge pull request #21866 from michaelnebel/csharp/refreturnindexerproperty
C#: Property- and Indexer calls for ref return properties and indexers.
|
2026-05-28 12:31:17 +02:00 |
|
Tom Hvitved
|
7718fe40a0
|
Ruby: Add more variable tests
|
2026-05-28 10:50:15 +02:00 |
|
Tom Hvitved
|
aeb82858d7
|
Rust: Run codegen
|
2026-05-28 10:50:13 +02:00 |
|
Tom Hvitved
|
c08cf81665
|
Rust: Adopt shared local name resolution library
|
2026-05-28 10:50:10 +02:00 |
|
Tom Hvitved
|
e06158629e
|
Rust: More local variable tests
|
2026-05-28 10:50:05 +02:00 |
|
Tom Hvitved
|
3e09961662
|
Shared: Add local name binding library
|
2026-05-28 10:50:03 +02:00 |
|
Asger F
|
17fe3e4e31
|
Merge pull request #21901 from asgerf/unified-fix-test
Unified: fix test output
|
2026-05-27 22:19:17 +02:00 |
|
Asger F
|
313500e581
|
Unified: update test outputs
|
2026-05-27 21:27:09 +02:00 |
|
Asger F
|
ad56ebd361
|
Unified: update test output
|
2026-05-27 21:25:32 +02:00 |
|
Asger F
|
6be9e2315d
|
Merge pull request #21841 from github/tausbn/unified-swift-named-body-fields
Unified: Get rid of all `$children` fields
|
2026-05-27 21:25:11 +02:00 |
|
Geoffrey White
|
5c2488e304
|
Swift: Fix typo.
|
2026-05-27 16:29:48 +01:00 |
|
Geoffrey White
|
4fbea4ef95
|
Swift: Autoformat.
|
2026-05-27 16:28:21 +01:00 |
|
Taus
|
35faec3db1
|
Python: Address review comments
- Get rid of unnecessary parentheses
- Use call syntax in the relevant test
- Get rid of `dead(2)` annotation
|
2026-05-27 15:27:19 +00:00 |
|
Mathias Vorreiter Pedersen
|
5f54a8691d
|
C++: Small cleanup. This has no effect on semantics.
|
2026-05-27 17:16:22 +02:00 |
|
Taus
|
41fd59c1c1
|
Unified: regenerate Ast.qll and dbscheme
|
2026-05-27 15:02:28 +00:00 |
|
Taus
|
d6e7e38e1c
|
Unified: merge in main
Keeps our version of the conflicting files. They will be regenerated in
the next commit.
|
2026-05-27 15:01:03 +00:00 |
|