Owen Mansel-Chan
|
2b3111441d
|
Add space before $ in xml test file
|
2026-03-04 15:03:24 +00:00 |
|
Owen Mansel-Chan
|
99a4fe4828
|
Update expected test output column numbers
|
2026-03-04 15:02:53 +00:00 |
|
Owen Mansel-Chan
|
aa28c94562
|
Remove double space after $ in inline expectations tests
|
2026-03-04 14:12:42 +00:00 |
|
Owen Mansel-Chan
|
501485b9f6
|
Update library to require space after $
We cannot easily require a space before $ because some languages, like
C#, strip whitespace from the beginning of the comment text.
|
2026-03-04 14:06:59 +00:00 |
|
Tom Hvitved
|
db491fc985
|
Address review comments
|
2026-03-04 14:53:01 +01:00 |
|
Owen Mansel-Chan
|
1950fd33db
|
Ruby: Inline expectation should have space before $
|
2026-03-04 13:11:41 +00:00 |
|
Owen Mansel-Chan
|
91b6801db1
|
py: Inline expectation should have space before $
|
2026-03-04 13:11:38 +00:00 |
|
Owen Mansel-Chan
|
ea30f02271
|
js: Inline expectation should have space before $
|
2026-03-04 13:11:35 +00:00 |
|
Owen Mansel-Chan
|
f41c30e335
|
java: Inline expectation should have space before $
|
2026-03-04 13:11:33 +00:00 |
|
Owen Mansel-Chan
|
ddebdad9e1
|
c++: Inline expectation should have space before $
|
2026-03-04 13:11:30 +00:00 |
|
Mathias Vorreiter Pedersen
|
f8f8991d36
|
C#: Accept more test changes.
|
2026-03-04 13:06:59 +00:00 |
|
Anders Schack-Mulligen
|
3c129fcd23
|
Java: Align BinaryExpr.getOp() with AssignOp.getOp().
|
2026-03-04 13:46:04 +01:00 |
|
Owen Mansel-Chan
|
6001c735ff
|
Ruby: Inline expectation should have space after $
This was a regex-find-replace from `# \$(?! )` (using a negative lookahead) to `# $ `.
|
2026-03-04 12:45:06 +00:00 |
|
Owen Mansel-Chan
|
5a97348e78
|
python: Inline expectation should have space after $
This was a regex-find-replace from `# \$(?! )` (using a negative lookahead) to `# $ `.
|
2026-03-04 12:45:05 +00:00 |
|
Owen Mansel-Chan
|
0eccd902c2
|
js: Inline expectation should have space after $
This was a regex-find-replace from `// \$(?! )` (using a negative lookahead) to `// $ `.
|
2026-03-04 12:45:03 +00:00 |
|
Owen Mansel-Chan
|
45eb14975a
|
C#: Inline expectation should have space after $
This was a regex-find-replace from `// \$(?! )` (using a negative lookahead) to `// $ `.
|
2026-03-04 12:45:02 +00:00 |
|
Owen Mansel-Chan
|
badfa1a5c5
|
C++: Inline expectation should have space after $
This was a regex-find-replace from `// \$(?! )` (using a negative lookahead) to `// $ `.
|
2026-03-04 12:45:00 +00:00 |
|
Owen Mansel-Chan
|
b475f14575
|
Replace // $:tag with // $ tag in 2 tests
|
2026-03-04 12:44:59 +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 |
|
Owen Mansel-Chan
|
05a77a2005
|
Java: Update test expectations
|
2026-03-04 12:44:56 +00:00 |
|
Owen Mansel-Chan
|
ef345a3279
|
Java: Inline expectation should have space after $
This was a regex-find-replace from `// \$(?! )` (using a negative lookahead) to `// $ `.
|
2026-03-04 12:44:54 +00:00 |
|
Mathias Vorreiter Pedersen
|
2357ef07cc
|
C#: Add change note.
|
2026-03-04 12:35:15 +00:00 |
|
Mathias Vorreiter Pedersen
|
088913d925
|
C#: Accept test changes.
|
2026-03-04 12:26:07 +00:00 |
|
Mathias Vorreiter Pedersen
|
83155df1f7
|
C#: Add 'System.Net.WebSockets.ReceiveAsync' flow source.
|
2026-03-04 12:26:05 +00:00 |
|
Mathias Vorreiter Pedersen
|
b7992ed8cd
|
C#: Add test.
|
2026-03-04 12:25:08 +00:00 |
|
Michael Nebel
|
219ea28217
|
Merge pull request #21400 from michaelnebel/csharp/implicitconversionreverseflowtaint
C#: Add default taint step from an implicit operator call to its argument.
|
2026-03-04 12:40:59 +01:00 |
|
Michael Nebel
|
fbf40ef02a
|
Update csharp/ql/lib/semmle/code/csharp/dataflow/internal/TaintTrackingPrivate.qll
Co-authored-by: Tom Hvitved <hvitved@github.com>
|
2026-03-04 12:28:07 +01:00 |
|
Geoffrey White
|
370c5157f1
|
Merge branch 'main' into mapfix
|
2026-03-04 10:20:04 +00:00 |
|
Anders Schack-Mulligen
|
2782d90d0f
|
Merge pull request #21403 from aschackmull/cfg/tweaks
Cfg: Small tweaks.
|
2026-03-04 11:17:15 +01:00 |
|
Anders Schack-Mulligen
|
ad5ab9f270
|
Gaurds: Improve perf of forall in guardDeterminesPhiInput.
|
2026-03-04 10:56:51 +01:00 |
|
Tom Hvitved
|
4474e252fe
|
Add change note
|
2026-03-04 10:44:26 +01:00 |
|
Tom Hvitved
|
18d2f586b3
|
Rust: Update AccessAfterLifetime query to use FeatureEscapesSourceCallContextOrEqualSourceSinkCallContext
|
2026-03-04 10:44:25 +01:00 |
|
Tom Hvitved
|
189c16095d
|
Data flow: Add FeatureEscapesSourceCallContext(OrEqualSourceSinkCallContext) flow feature
|
2026-03-04 10:44:23 +01:00 |
|
Michael Nebel
|
a604a68fe9
|
C#: Add change-note.
|
2026-03-04 08:03:32 +01:00 |
|
Michael Nebel
|
4e2a93df55
|
C#: Remove comment.
|
2026-03-04 07:58:55 +01:00 |
|
Mathias Vorreiter Pedersen
|
6a904eddd4
|
Merge pull request #21390 from MathiasVP/less-reevaluation-4
C++: Reduce re-evaluation
|
2026-03-03 15:09:55 +00:00 |
|
Anders Schack-Mulligen
|
fe032a5834
|
Java: Update dbscheme to make @assignment a @binaryexpr.
|
2026-03-03 15:15:35 +01:00 |
|
Michael Nebel
|
cfd4be6b4e
|
C#: Update test expected output.
|
2026-03-03 14:39:57 +01:00 |
|
Michael Nebel
|
93a28cbfaf
|
C#: Add default (reverse update) taint step from implicit operator calls to their arguments.
|
2026-03-03 14:39:52 +01:00 |
|
Óscar San José
|
13ce515aab
|
Merge pull request #21402 from github/post-release-prep/codeql-cli-2.24.3
Post-release preparation for codeql-cli-2.24.3
|
2026-03-03 14:33:49 +01:00 |
|
Michael Nebel
|
8807217e49
|
C#: Add implicit conversion operator taint example.
|
2026-03-03 14:26:46 +01:00 |
|
Anders Schack-Mulligen
|
daefd5988e
|
Java: Accept CFG diff.
|
2026-03-03 14:18:10 +01:00 |
|
Anders Schack-Mulligen
|
d9ea78bfb8
|
Cfg: Step directly from a failed case guard to the next case.
|
2026-03-03 13:42:13 +01:00 |
|
Anders Schack-Mulligen
|
f02abb3e93
|
Cfg: Handle ExprStmt and BlockStmt in defaultStep.
|
2026-03-03 13:34:27 +01:00 |
|
Michael Nebel
|
a2f45f1b5b
|
Merge pull request #21383 from michaelnebel/csharp/postupdatenoderestriction
C#: Add post-update nodes for `struct` type argument nodes.
|
2026-03-03 12:34:06 +01:00 |
|
Geoffrey White
|
bb5bfda14b
|
Rust: Update the models.
|
2026-03-03 09:26:54 +00:00 |
|
github-actions[bot]
|
e152f08468
|
Post-release preparation for codeql-cli-2.24.3
|
2026-03-02 22:51:27 +00:00 |
|
Ian Lynagh
|
16cd3a8bc0
|
Merge pull request #21399 from igfoo/igfoo/star_ids_trap_tags_ql
C++ overlay: Tweak dbsheme
|
2026-03-02 17:50:04 +00:00 |
|
Óscar San José
|
7d30e3ca5e
|
Merge pull request #21401 from github/release-prep/2.24.3
Release preparation for version 2.24.3
codeql-cli/v2.24.3
|
2026-03-02 17:10:28 +01:00 |
|
Michael Nebel
|
319e3d1ba4
|
C#: Add change-note.
|
2026-03-02 15:34:20 +01:00 |
|