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
|
1e1a8732a3
|
Data flow: Add hook for preventing lambda dispatch in source call contexts
|
2026-04-07 11:40:08 +02:00 |
|
Tom Hvitved
|
eb64fcd208
|
C#: Add test that shows unintended flow summary generation
|
2026-04-07 11:40:07 +02:00 |
|
Michael Nebel
|
9c095bc580
|
C#: Deprecate get[L|R]Value predicates.
|
2026-04-01 12:50:37 +02:00 |
|
Anders Schack-Mulligen
|
2a54dce5cb
|
C#: Remove redundant ConstantComparison.ql query.
|
2026-03-31 09:38:44 +02:00 |
|
Anders Schack-Mulligen
|
056be6d504
|
C#: Simplify the ConstantCondition query.
|
2026-03-31 09:38:44 +02:00 |
|
Michael Nebel
|
55516342b2
|
C#: Add/update tests and expected output.
|
2026-03-24 15:32:11 +01:00 |
|
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 |
|