Gregro
|
a59c865328
|
let interprocedural analysis handle source-available extension methods for LogForgingLogMessageSink's
|
2026-03-21 20:05:08 +00:00 |
|
Gregro
|
d0c48893f5
|
update test helper to use more robust .ReplaceLineEndings() sanitizer
|
2026-03-21 20:05:08 +00:00 |
|
Gregro
|
d99247cf13
|
Clarify static extension method class name
|
2026-03-21 20:05:08 +00:00 |
|
Gregro
|
a9eb801fea
|
C#: Fix false positives in cs/log-forging for extension methods
|
2026-03-21 20:05:08 +00:00 |
|
Anders Schack-Mulligen
|
af63e63686
|
C#: Accept test changes.
|
2026-03-17 14:12:18 +01:00 |
|
Anders Schack-Mulligen
|
db0a3e38e2
|
C#: Accept a few irrelevant taint steps.
|
2026-03-16 09:09:54 +01:00 |
|
Anders Schack-Mulligen
|
d9ef9f82e1
|
C#: Make Assignment extend BinaryOperation.
|
2026-03-05 14:41:38 +01:00 |
|
Owen Mansel-Chan
|
926725a87f
|
Merge pull request #21405 from owen-mc/java/consistent-inline-expectation-tests
Inline expectation tests should always have space before and after `$`
|
2026-03-05 11:27:37 +00:00 |
|
Mathias Vorreiter Pedersen
|
f8f8991d36
|
C#: Accept more test changes.
|
2026-03-04 13:06:59 +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 |
|
Mathias Vorreiter Pedersen
|
088913d925
|
C#: Accept test changes.
|
2026-03-04 12:26:07 +00:00 |
|
Mathias Vorreiter Pedersen
|
b7992ed8cd
|
C#: Add test.
|
2026-03-04 12:25:08 +00:00 |
|
Michael Nebel
|
cfd4be6b4e
|
C#: Update test expected output.
|
2026-03-03 14:39:57 +01:00 |
|
Michael Nebel
|
8807217e49
|
C#: Add implicit conversion operator taint example.
|
2026-03-03 14:26:46 +01:00 |
|
Michael Nebel
|
8380474acd
|
C#: Update other test expected output.
|
2026-03-02 15:32:37 +01:00 |
|
Michael Nebel
|
a3d15dbaa3
|
C#: Update test expected output for new tests.
|
2026-03-02 15:25:31 +01:00 |
|
Michael Nebel
|
4e63b83fd3
|
C#: Add struct source model example.
|
2026-03-02 14:50:04 +01:00 |
|
Michael Nebel
|
ea1fc43732
|
C#: Add data flow test for struct.
|
2026-03-02 14:50:01 +01:00 |
|
Michael Nebel
|
113565ba76
|
C#: Update test expected output.
|
2026-02-24 14:38:59 +01:00 |
|
Michael Nebel
|
884c61604e
|
C#: Add dataflow test for partial constructors.
|
2026-02-24 14:32:22 +01:00 |
|
Michael Nebel
|
c5e1f0ccc9
|
C#: Update partial tests and expected output.
|
2026-02-24 14:32:20 +01:00 |
|
Michael Nebel
|
a255b4f50f
|
C#: Update test expected output.
|
2026-02-24 07:56:00 +01:00 |
|
Michael Nebel
|
03a54bfbf9
|
C#: Update test expected output.
|
2026-02-24 07:55:57 +01:00 |
|
Michael Nebel
|
7d7bbf2a50
|
C#: Add data flow test for partial method.
|
2026-02-23 15:10:15 +01:00 |
|
Michael Nebel
|
0e543a9843
|
C#: Update partial method test to count the number of extracted bodies.
|
2026-02-23 15:10:14 +01:00 |
|
Michael Nebel
|
a83c53ec9a
|
C#: Add a partial method example with a body.
|
2026-02-23 15:10:12 +01:00 |
|
Tom Hvitved
|
6dfbd4e062
|
Merge pull request #21342 from hvitved/csharp/equals-nullable-tests
C#: Add tests for `Equals` methods with nullable parameter types
|
2026-02-19 09:08:33 +01:00 |
|
Tom Hvitved
|
93d417049c
|
C#: Add tests for Equals methods with nullable parameter types
|
2026-02-18 08:42:15 +01:00 |
|
Michael Nebel
|
a8e93e7fa0
|
Merge pull request #21325 from michaelnebel/csharp14/partialmembers
C# 14: Support for partial `event` declarations.
|
2026-02-17 15:00:00 +01:00 |
|
Michael Nebel
|
43c6e7d250
|
C#: Update test expected output.
|
2026-02-16 16:10:32 +01:00 |
|
Michael Nebel
|
eec4739497
|
C#: Add viable callable test for partial event.
|
2026-02-16 16:10:26 +01:00 |
|
Michael Nebel
|
2b78a7b256
|
C#: Add PartialEvent test case.
|
2026-02-16 16:10:25 +01:00 |
|
Michael Nebel
|
97c0267614
|
C#: Add data flow test for properties using the field keyword.
|
2026-02-13 14:18:16 +01:00 |
|
Michael Nebel
|
113f3e880b
|
C#: Add property test case where the field keyword is used.
|
2026-02-13 12:42:27 +01:00 |
|
Michael Nebel
|
0ac1bc4c57
|
Merge pull request #21299 from microsoft/lwsimpkins/csharp-mad-httputility-upstream
Update MaD for System.Web.HttpUtility
|
2026-02-11 08:47:29 +01:00 |
|
Michael Nebel
|
ece85854cd
|
Merge pull request #21285 from michaelnebel/csharp14/implicittypedlambdaparametermodifiers
C# 14: [TEST ONLY] Simple lambda parameters with modifiers.
|
2026-02-10 14:16:19 +01:00 |
|
Michael Nebel
|
c15ad31b07
|
Merge pull request #21220 from michaelnebel/csharp14/extension
C# 14: Support `extension` types.
|
2026-02-10 14:15:57 +01:00 |
|
Lindsay Simpkins
|
ba3fc0a769
|
update csharp MaD for System.Web.HttpUtility for tainted URIs
|
2026-02-09 16:48:05 -05:00 |
|
Michael Nebel
|
eff9f99f44
|
C#: Update test expected output.
|
2026-02-09 13:30:14 +01:00 |
|
Michael Nebel
|
d9fea156f6
|
C#: Update MaD models for extension members.
|
2026-02-09 13:28:11 +01:00 |
|
Michael Nebel
|
6c355a1bf8
|
C#: Update test expected output.
|
2026-02-06 14:38:27 +01:00 |
|
Michael Nebel
|
e550d4937c
|
C#: Update parameter modifiers test to include lambda expression from the new test file.
|
2026-02-06 14:37:50 +01:00 |
|
Michael Nebel
|
62a6b5985d
|
C#: Add test cases for lambda parameter modifiers.
|
2026-02-06 14:37:11 +01:00 |
|
Michael Nebel
|
bd3e4d3d7e
|
C#: Add MaD tests for extensions.
|
2026-02-05 15:38:29 +01:00 |
|
Michael Nebel
|
4b6a53b577
|
C#: Add extension data flow test.
|
2026-02-05 15:38:27 +01:00 |
|
Michael Nebel
|
6cbe000d51
|
C#: Add PrintAst test for extensions.
|
2026-02-05 15:38:25 +01:00 |
|
Michael Nebel
|
c040daab9c
|
C#: Add extensions test.
|
2026-02-05 15:38:20 +01:00 |
|
Paolo Tranquilli
|
f79bd3f4cf
|
C#: accept location changes in test
|
2026-02-05 12:14:59 +01:00 |
|
Paolo Tranquilli
|
4973523404
|
C#: Fix CSRF query to check antiforgery attributes on base classes
Fixes https://github.com/github/codeql/discussions/21255
|
2026-02-04 09:42:20 +01:00 |
|
Tom Hvitved
|
fe0634574d
|
C#: Add more tests for InsecureDirectObjectReference.ql
|
2026-02-02 11:09:26 +01:00 |
|