github-actions[bot]
|
d6055754b6
|
Release preparation for version 2.25.0
|
2026-03-16 12:15:34 +00:00 |
|
Owen Mansel-Chan
|
b8b841cfba
|
Add overlay[loca] in 4 more tests
|
2026-03-13 16:19:00 +00:00 |
|
Owen Mansel-Chan
|
99f4930e24
|
Explicitly mark DataFlowNodes.qll as overlay[local]
|
2026-03-13 15:23:39 +00:00 |
|
Owen Mansel-Chan
|
e9df9147ad
|
Add overlay annotations in 4 PrintAst tests
|
2026-03-13 15:03:05 +00:00 |
|
Owen Mansel-Chan
|
f32f85399a
|
Mark various files as overlay[local]
|
2026-03-13 15:03:02 +00:00 |
|
Jonas Jensen
|
c56feb7644
|
Go: annotate the standard library with for overlay
This commit is auto-generated with:
python3 config/add-overlay-annotations.py go
|
2026-03-13 15:03:01 +00:00 |
|
Owen Mansel-Chan
|
d7d1554461
|
Merge pull request #21465 from owen-mc/go/small-tweaks
Go: improve detection of type expressions when database is missing some type information
|
2026-03-12 14:58:16 +00:00 |
|
Owen Mansel-Chan
|
0bb6ff58cc
|
Merge pull request #21466 from owen-mc/go/add-nil-helper-predicate
Go: Add and use `exprRefersToNil` predicate
|
2026-03-12 14:36:03 +00:00 |
|
Owen Mansel-Chan
|
c271755985
|
Add and use exprRefersToNil predicate
|
2026-03-12 13:28:57 +00:00 |
|
Owen Mansel-Chan
|
a16c43881b
|
Use "database" instead of "snapshot" in QLDocs
|
2026-03-12 13:28:06 +00:00 |
|
Owen Mansel-Chan
|
39e0382089
|
Improve QLDoc for isTypeExprTopDown
|
2026-03-12 13:28:05 +00:00 |
|
Owen Mansel-Chan
|
22e012c6f4
|
Expand isTypeExprTopDown
We should be using all subtypes of `FieldBase`. This allows us to find
more type expressions, and is also simpler to evaluate.
|
2026-03-12 13:28:03 +00:00 |
|
Mario Campos
|
6fb10555ff
|
Correct comment about AES crypto algorithm strength
|
2026-03-11 09:27:03 -05:00 |
|
Óscar San José
|
3b9eba2afc
|
Merge branch 'main' of https://github.com/github/codeql into oscarsj/merge-back-rc-3.21
|
2026-03-06 16:20:36 +01:00 |
|
Owen Mansel-Chan
|
c82f75604a
|
Add change notes
|
2026-03-05 10:34:30 +00:00 |
|
Owen Mansel-Chan
|
d4ba2d68f9
|
Go: Inline expectation should have space after $
This was a regex-find-replace from `// \$(?! )` (using a negative lookahead) to `// $ `.
|
2026-03-04 12:44:57 +00:00 |
|
github-actions[bot]
|
e152f08468
|
Post-release preparation for codeql-cli-2.24.3
|
2026-03-02 22:51:27 +00:00 |
|
github-actions[bot]
|
7795badd18
|
Release preparation for version 2.24.3
|
2026-03-02 13:23:40 +00:00 |
|
github-actions[bot]
|
b5898c5a30
|
Post-release preparation for codeql-cli-2.24.2
|
2026-02-16 17:07:45 +00:00 |
|
github-actions[bot]
|
ef04f927fb
|
Release preparation for version 2.24.2
|
2026-02-16 13:29:25 +00:00 |
|
Owen Mansel-Chan
|
936c4cc79f
|
Fix edge case in MaD validation
If the db contains no pointer types then we were getting spurious model
validation errors.
|
2026-02-10 22:32:31 +00:00 |
|
Owen Mansel-Chan
|
e1bddd9365
|
Model newly added functions
|
2026-02-10 22:32:30 +00:00 |
|
Owen Mansel-Chan
|
22e9c212d6
|
Add failing tests for newly added functions
|
2026-02-10 22:32:28 +00:00 |
|
Owen Mansel-Chan
|
26ef33212d
|
Test builtins like standard library
|
2026-02-10 22:32:27 +00:00 |
|
Jeroen Ketema
|
22e9b42808
|
Go: Add change note
|
2026-02-10 22:31:10 +00:00 |
|
Owen Mansel-Chan
|
90401b3ad3
|
Merge pull request #21254 from owen-mc/go/astnode-get-enclosing-block
Go: Add `AstNode.getEnclosingBlock()`
|
2026-02-06 22:23:15 +00:00 |
|
Owen Mansel-Chan
|
e00390d23a
|
Merge pull request #21224 from owen-mc/go/use-shared-basic-block-lib
Go: Use shared basic block lib
|
2026-02-02 16:31:06 +00:00 |
|
github-actions[bot]
|
73d06f26cb
|
Post-release preparation for codeql-cli-2.24.1
|
2026-02-02 14:04:26 +00:00 |
|
github-actions[bot]
|
0db542e9f0
|
Release preparation for version 2.24.1
|
2026-02-02 12:09:09 +00:00 |
|
Owen Mansel-Chan
|
8aa1bff9a5
|
Add AstNode.getEnclosingBlock()
|
2026-02-01 23:06:26 +00:00 |
|
Owen Mansel-Chan
|
2f29c905c3
|
Fix typo in change note
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-28 22:39:08 +00:00 |
|
Owen Mansel-Chan
|
e1cf0a15ed
|
Add change note
|
2026-01-28 22:12:31 +00:00 |
|
Owen Mansel-Chan
|
52c510bfea
|
Use shared getScope instead of getRoot
|
2026-01-28 22:12:30 +00:00 |
|
Owen Mansel-Chan
|
b2f878229d
|
Use shared getASuccessor and getAPredecessor
|
2026-01-28 22:12:23 +00:00 |
|
Owen Mansel-Chan
|
3dd6b3fb69
|
Use shared basic blocks library
|
2026-01-28 22:11:59 +00:00 |
|
Owen Mansel-Chan
|
c316d51d41
|
Add ConditionGuardNode.getOutcome
|
2026-01-28 21:46:26 +00:00 |
|
Owen Mansel-Chan
|
5bfeede364
|
Add dependency on shared controlflow library
|
2026-01-27 09:43:19 +00:00 |
|
Tom Hvitved
|
0f6bae0ae1
|
Add change notes
|
2026-01-26 12:40:22 +01:00 |
|
Tom Hvitved
|
739748c29b
|
Go: Adapt to changes in FlowSummaryImpl
|
2026-01-26 12:40:18 +01:00 |
|
Michael B. Gale
|
f837d90060
|
Improve go/autobuilder/package-not-found diagnostic message
|
2026-01-25 15:18:19 +00:00 |
|
github-actions[bot]
|
48475e66af
|
Post-release preparation for codeql-cli-2.24.0
|
2026-01-19 15:49:08 +00:00 |
|
github-actions[bot]
|
4142b9c4ce
|
Release preparation for version 2.24.0
|
2026-01-19 14:49:14 +00:00 |
|
Owen Mansel-Chan
|
16113e6550
|
Use type cast to make QL more succinct
|
2026-01-14 11:50:56 +00:00 |
|
Owen Mansel-Chan
|
76bba60383
|
Fix misspelling in comment
|
2026-01-14 11:50:55 +00:00 |
|
Owen Mansel-Chan
|
0dc47380a3
|
Swap order of equality for easier comprehension
|
2026-01-14 11:50:53 +00:00 |
|
Owen Mansel-Chan
|
b58e88291e
|
Remove redundant import
|
2026-01-14 11:50:52 +00:00 |
|
Owen Mansel-Chan
|
94bc47ab15
|
Swap order of supertypes
|
2026-01-14 11:50:50 +00:00 |
|
Owen Mansel-Chan
|
3850734a15
|
Use non-extending subtypes
|
2026-01-14 11:50:49 +00:00 |
|
Owen Mansel-Chan
|
93d7c5c7ef
|
Remove redundant supertypes
|
2026-01-14 11:50:44 +00:00 |
|
Owen Mansel-Chan
|
1cd0698453
|
Fix test for reflected xss sanitizer
It used to pass even without ErrorSanitizer because `cookie` is already
sanitized.
|
2026-01-14 11:50:08 +00:00 |
|