Óscar San José
|
59eec7ffa2
|
Merge branch 'main' of https://github.com/github/codeql into post-release-prep/codeql-cli-2.25.1
|
2026-03-30 10:51:12 +02:00 |
|
github-actions[bot]
|
ce6e6d5db3
|
Post-release preparation for codeql-cli-2.25.1
|
2026-03-30 08:43:48 +00:00 |
|
github-actions[bot]
|
fb011842c9
|
Release preparation for version 2.25.1
|
2026-03-25 23:43:06 +00:00 |
|
github-actions[bot]
|
8cf0954796
|
Release preparation for version 2.25.1
|
2026-03-25 08:28:30 +00:00 |
|
Óscar San José
|
2139b97628
|
Merge branch 'main' into post-release-prep/codeql-cli-2.25.0
|
2026-03-19 13:07:00 +01:00 |
|
Owen Mansel-Chan
|
5b17d8cf76
|
Merge pull request #21472 from owen-mc/adjust-severity/xss-log-injection
Adjust `@security-severity` metadata for XSS and log injection queries
|
2026-03-18 16:51:14 +00:00 |
|
github-actions[bot]
|
e3dbf5b022
|
Post-release preparation for codeql-cli-2.25.0
|
2026-03-16 16:03:22 +00:00 |
|
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
|
52809133f5
|
Add change notes
|
2026-03-13 11:10:43 +00:00 |
|
Owen Mansel-Chan
|
056aa342fe
|
Change @security-severity for log injection queries from 7.8 to 6.1
|
2026-03-13 10:02:01 +00:00 |
|
Owen Mansel-Chan
|
f58a6e5d3a
|
Change @security-severity for XSS queries from 6.1 to 7.8
|
2026-03-13 10:01:02 +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 |
|