Anders Schack-Mulligen
|
b6f50f5992
|
C#: Simplify.
|
2026-04-20 14:43:28 +02:00 |
|
Anders Schack-Mulligen
|
3ceb96a45f
|
C#: Eliminate Completion.qll.
|
2026-04-20 14:43:28 +02:00 |
|
Anders Schack-Mulligen
|
e928c224ae
|
C#/Cfg: Some simple review fixes.
|
2026-04-20 14:43:27 +02:00 |
|
github-actions[bot]
|
a0bab539bb
|
Post-release preparation for codeql-cli-2.25.3
|
2026-04-20 12:40:34 +00:00 |
|
github-actions[bot]
|
c861d99802
|
Release preparation for version 2.25.3
|
2026-04-20 09:27:23 +00:00 |
|
Tom Hvitved
|
426962e348
|
C#: Fix FPs in RedundantToStringCall.ql
|
2026-04-17 09:37:19 +02:00 |
|
Tom Hvitved
|
597d81038a
|
Merge pull request #21708 from github/copilot/fix-missed-opportunity-to-use-select
Fix false positive in `MissedSelectOpportunity` when foreach body uses `await`
|
2026-04-15 11:32:02 +02:00 |
|
Owen Mansel-Chan
|
8f17b73796
|
Fix link formatting in change notes
|
2026-04-14 15:27:37 +01:00 |
|
Owen Mansel-Chan
|
c86ba38a4e
|
Add change notes
|
2026-04-14 15:27:31 +01:00 |
|
Henry Mercer
|
43c9b95e6f
|
Merge branch 'main' into post-release-prep/codeql-cli-2.25.2
|
2026-04-14 13:56:52 +01:00 |
|
Anders Schack-Mulligen
|
e0952948ba
|
Merge pull request #21701 from aschackmull/csharp/intvalue
C#: Introduce Expr.getIntValue.
|
2026-04-14 11:23:29 +02:00 |
|
Owen Mansel-Chan
|
7458674470
|
Merge pull request #21584 from owen-mc/shared/update-mad-comments
Shared: update code comments explaining models-as-data format to include barriers and barrier guards
|
2026-04-14 09:30:28 +01:00 |
|
copilot-swe-agent[bot]
|
3483050526
|
Fix false positive in MissedSelectOpportunity for async/await loops
Agent-Logs-Url: https://github.com/github/codeql/sessions/3e8f4320-2bf4-45f5-b9ea-dad41d522d84
Co-authored-by: hvitved <3667920+hvitved@users.noreply.github.com>
|
2026-04-14 08:18:02 +00:00 |
|
Anders Schack-Mulligen
|
d3e580fd0e
|
C#: Introduce Expr.getIntValue.
|
2026-04-13 14:52:38 +02:00 |
|
Anders Schack-Mulligen
|
88160ef2e2
|
C#: Add change note.
|
2026-04-13 10:05:30 +02:00 |
|
Anders Schack-Mulligen
|
d5c9fd1085
|
C#/Cfg: A bit more qldoc.
|
2026-04-10 15:47:25 +02:00 |
|
Anders Schack-Mulligen
|
bbd403dbc3
|
C#: Rework DataFlowCallable-to-cfg relation in terms of basic blocks for performance.
|
2026-04-10 15:47:23 +02:00 |
|
Anders Schack-Mulligen
|
bfbd0f77e8
|
C#: Fix some bad join orders.
|
2026-04-10 15:47:23 +02:00 |
|
Anders Schack-Mulligen
|
1d9c0ae388
|
C#: Fix perf.
|
2026-04-10 15:47:22 +02:00 |
|
Anders Schack-Mulligen
|
093eb57ad0
|
C#: Fix CFG position of property setter calls.
|
2026-04-10 15:47:15 +02:00 |
|
Anders Schack-Mulligen
|
ac88b73b65
|
C#: Bugfix in enclosing callable.
|
2026-04-10 15:47:15 +02:00 |
|
Anders Schack-Mulligen
|
ff978d1a8c
|
C#: Replace CFG.
|
2026-04-10 15:47:13 +02:00 |
|
Anders Schack-Mulligen
|
9cf9a36d0d
|
C#: Rename ControlFlow::BasicBlock to BasicBlock.
|
2026-04-10 15:47:12 +02:00 |
|
Anders Schack-Mulligen
|
13a4141cc6
|
C#: Rename remaining references to ControlFlow::Nodes.
|
2026-04-10 15:47:12 +02:00 |
|
Anders Schack-Mulligen
|
b878ae3f21
|
C#: Update some references to ControlFlow::Nodes.
|
2026-04-10 15:47:11 +02:00 |
|
Anders Schack-Mulligen
|
03f6bdbdd2
|
C#: Update some references in preparation for CFG swap.
|
2026-04-10 15:47:11 +02:00 |
|
Anders Schack-Mulligen
|
61976e3ef0
|
C#: Rename ControlFlow::Node to ControlFlowNode.
|
2026-04-10 15:47:10 +02:00 |
|
Anders Schack-Mulligen
|
035b83c0e4
|
C#: Introduce ControlFlowElementOrCallable.
|
2026-04-10 15:47:08 +02:00 |
|
Anders Schack-Mulligen
|
dfa8d72dd3
|
Merge pull request #21685 from aschackmull/csharp/unbind-new
C#: Replace old-style unbind with pragmas.
|
2026-04-10 13:55:01 +02:00 |
|
Anders Schack-Mulligen
|
cf4ab1d106
|
C#: Replace old-style unbind with pragmas.
|
2026-04-09 15:57:19 +02:00 |
|
Tom Hvitved
|
33cc887be0
|
Merge pull request #21592 from hvitved/dataflow/source-call-context-type-flow
Data flow: Add hook for preventing lambda dispatch in source call contexts
|
2026-04-09 13:44:42 +02:00 |
|
Tom Hvitved
|
0d4524f8f3
|
Address review comments
|
2026-04-07 11:40:10 +02:00 |
|
Tom Hvitved
|
1e1a8732a3
|
Data flow: Add hook for preventing lambda dispatch in source call contexts
|
2026-04-07 11:40:08 +02:00 |
|
github-actions[bot]
|
242090e0ac
|
Post-release preparation for codeql-cli-2.25.2
|
2026-04-06 13:49:20 +00:00 |
|
github-actions[bot]
|
4fe2f6d2b4
|
Release preparation for version 2.25.2
|
2026-04-06 10:30:38 +00:00 |
|
Michael Nebel
|
6d5aff4822
|
C#: Add change-note.
|
2026-04-01 13:17:52 +02:00 |
|
Michael Nebel
|
9c095bc580
|
C#: Deprecate get[L|R]Value predicates.
|
2026-04-01 12:50:37 +02:00 |
|
Anders Schack-Mulligen
|
2bde364bdd
|
Merge pull request #21599 from aschackmull/csharp/constantcondition-simplify
C#: Simplify the ConstantCondition query.
|
2026-03-31 11:02:30 +02:00 |
|
Anders Schack-Mulligen
|
2a54dce5cb
|
C#: Remove redundant ConstantComparison.ql query.
|
2026-03-31 09:38:44 +02:00 |
|
Anders Schack-Mulligen
|
71b38b71bf
|
Merge pull request #21613 from aschackmull/csharp/consistent-cs-abbrev
C#: Fix inconsistent casing of Cs/CS.
|
2026-03-31 09:22:49 +02:00 |
|
Anders Schack-Mulligen
|
40366042a5
|
C#: Fix inconsistent casing of Cs/CS.
|
2026-03-30 15:24:32 +02:00 |
|
Ó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 |
|
Owen Mansel-Chan
|
a7fdc4b543
|
Replace acceptingvalue with acceptingValue
|
2026-03-27 22:15:45 +00:00 |
|
Owen Mansel-Chan
|
b3285c6ae2
|
Make description of acceptingvalue column clearer
|
2026-03-27 11:35:22 +00:00 |
|
Owen Mansel-Chan
|
e680d49c93
|
Shared: document extensible relations rather than CSV
|
2026-03-27 09:47:32 +00:00 |
|
Owen Mansel-Chan
|
10fddc7b96
|
Add barriers and barrier guards to MaD format explanations
|
2026-03-27 09:47:24 +00:00 |
|
Michael Nebel
|
a5f27b8f19
|
C#: Add change-note.
|
2026-03-26 11:52:42 +01:00 |
|
github-actions[bot]
|
fb011842c9
|
Release preparation for version 2.25.1
|
2026-03-25 23:43:06 +00:00 |
|
Michael Nebel
|
29acd6960f
|
C#: Add upgrade script.
|
2026-03-25 16:09:26 +01:00 |
|