Tamas Vajk
|
b22f5f557a
|
Fix failed extraction handling
|
2024-06-27 14:49:16 +02:00 |
|
Tamas Vajk
|
fb0520c74a
|
C#: Adjust trap location, database ID and archiving of generated sources
|
2024-06-27 14:49:10 +02:00 |
|
Tamas Vajk
|
dcd84f47a4
|
Improve source archiving to handle non-existent files
|
2024-06-27 14:49:06 +02:00 |
|
Tamas Vajk
|
31ad195dc3
|
C#: Add binlog support to buildless with source generator support
|
2024-06-27 14:48:54 +02:00 |
|
Tamás Vajk
|
b2d2f2d0d8
|
Merge pull request #16858 from tamasvajk/fix/solution
C#: Fix solution file
|
2024-06-27 14:31:15 +02:00 |
|
Tamas Vajk
|
3e20d908c4
|
C#: Fix solution file
|
2024-06-27 10:53:39 +02:00 |
|
Michael Nebel
|
f7ce4f39ea
|
C#: Update expected source/sink model generator expected test output.
|
2024-06-27 10:42:37 +02:00 |
|
Michael Nebel
|
3180d8f752
|
C#: Add some source/sink examples where lifting is applied.
|
2024-06-27 10:27:50 +02:00 |
|
Michael Nebel
|
64ac52e918
|
C#: Only lift summary models in the model generator.
|
2024-06-27 09:54:00 +02:00 |
|
Tamas Vajk
|
0c34b4535a
|
C#: Change string.Format calls to interpolated strings
|
2024-06-27 09:20:50 +02:00 |
|
Tamas Vajk
|
6b6d705b4f
|
C#: Fix integration test expected file
|
2024-06-27 08:14:37 +02:00 |
|
Michael Nebel
|
e1f65d1f8b
|
Merge pull request #16836 from michaelnebel/csharp/bestlocation
C#: Be more consistent when picking between locations.
|
2024-06-26 12:46:50 +02:00 |
|
Tamás Vajk
|
81f4786643
|
Merge pull request #16832 from tamasvajk/feature/update-dependencies
C#: Update (some) nuget dependencies
|
2024-06-26 11:12:26 +02:00 |
|
Michael Nebel
|
e258d9fa74
|
C#: Use the first best location from the list of locations.
|
2024-06-26 11:04:38 +02:00 |
|
Michael Nebel
|
d18915a1e4
|
C#: Update expected test output.
|
2024-06-25 16:02:58 +02:00 |
|
Michael Nebel
|
e15a47d58c
|
C#: Update the extractor to use the BestOrDefault extension method to choose between multiple locations.
|
2024-06-25 16:02:54 +02:00 |
|
Michael Nebel
|
dd65d960be
|
C#: Introduce a Location extension method to help pick a unique location.
|
2024-06-25 16:02:49 +02:00 |
|
Michael Nebel
|
8dc95ce9b0
|
Merge pull request #16722 from michaelnebel/csharp/modelgensourcesink
C#/Java: Respect manual neutrals, sources and sinks in model generation.
|
2024-06-25 15:55:06 +02:00 |
|
Tamas Vajk
|
5058727980
|
C#: Update (some) nuget dependencies
|
2024-06-25 15:24:08 +02:00 |
|
github-actions[bot]
|
fd385736e6
|
Post-release preparation for codeql-cli-2.17.6
|
2024-06-25 06:39:45 +00:00 |
|
github-actions[bot]
|
e32a587078
|
Release preparation for version 2.17.6
|
2024-06-24 14:33:10 +00:00 |
|
Anders Schack-Mulligen
|
3ede3af6f2
|
C#: Fix join-order.
|
2024-06-24 13:35:49 +02:00 |
|
Anders Schack-Mulligen
|
8c23e21073
|
Dataflow: Cache compatibleTypes.
|
2024-06-24 13:35:48 +02:00 |
|
Michael Nebel
|
854674a71c
|
C#: Update expected test output.
|
2024-06-24 13:07:30 +02:00 |
|
Michael Nebel
|
b27a9d948a
|
C#: Exclude APIs with a manual source neutral from source model generation and allow source generation for all source kinds.
|
2024-06-24 13:07:14 +02:00 |
|
Michael Nebel
|
2657e7f56d
|
C#: Add some source and sink modelling examples where a neutral exist.
|
2024-06-24 13:05:35 +02:00 |
|
Michael Nebel
|
b7bc540325
|
C#: Adjust implementation to use the shared model printer.
|
2024-06-24 11:50:46 +02:00 |
|
Michael Nebel
|
94d12edfdb
|
Merge pull request #16759 from michaelnebel/modelgen/sourcesinkmodelgen
C#/Java: Introduce source and sink model generation sanitisers.
|
2024-06-24 11:47:11 +02:00 |
|
Michael Nebel
|
99907471b2
|
C#: Update model generator expected output.
|
2024-06-19 14:10:52 +02:00 |
|
Michael Nebel
|
40204911bc
|
C#: Only allow source propgatation upwards in the call stack if the call path consists of unique call targets (to avoid unwanted virtual dispatch). This severely tightens the generation of extrapolated sources.
|
2024-06-19 14:10:49 +02:00 |
|
Tamas Vajk
|
6c8e391a63
|
C#: Make sure no file is added twice to the compilation
|
2024-06-18 13:45:09 +02:00 |
|
Tamas Vajk
|
5170585515
|
C#: Add integration test with file added multiple times in the same compilation
|
2024-06-18 13:45:06 +02:00 |
|
Michael Nebel
|
1c3ceacf04
|
C#: Some renaming and re-factoring.
|
2024-06-18 13:05:21 +02:00 |
|
Michael Nebel
|
dfaa40a1d2
|
C#: Update expected test output from model generation.
|
2024-06-18 13:05:17 +02:00 |
|
Michael Nebel
|
b5d6a6db7e
|
C#: Use the same types as sanitizers for source and sink model as we use for summary model generation.
|
2024-06-18 13:05:12 +02:00 |
|
Michael Nebel
|
031e44b157
|
C#: Add some source/sink model generator test examples.
|
2024-06-18 13:05:07 +02:00 |
|
Michael Nebel
|
0fabca94db
|
C#: Use the new shared classes for Source and Sink callables.
|
2024-06-17 12:53:06 +02:00 |
|
github-actions[bot]
|
abe2deb6a6
|
Add changed framework coverage reports
|
2024-06-17 00:18:39 +00:00 |
|
Michael Nebel
|
3525967143
|
Merge pull request #16701 from michaelnebel/csharp/modelgentaintmembers
C#/Java: Improve Sink and Summary model generation.
|
2024-06-14 12:30:50 +02:00 |
|
Michael Nebel
|
a29446a566
|
C#/Java: Address review comments.
|
2024-06-14 10:46:19 +02:00 |
|
Michael Nebel
|
854c6fa813
|
C#: Update expected test output after .NET 8 models update.
|
2024-06-13 09:24:13 +02:00 |
|
Michael Nebel
|
9ea2b463f0
|
C#: Update .NET 8 Runtime models.
|
2024-06-13 08:36:23 +02:00 |
|
Tamás Vajk
|
a756f86847
|
Merge pull request #16732 from tamasvajk/refactor/extraction-states
C#: Refactor extractor state classes and simplify extraction code
|
2024-06-12 15:20:11 +02:00 |
|
Tamas Vajk
|
0df6a1c4b1
|
Fix quality issues
|
2024-06-12 14:48:16 +02:00 |
|
Michael Nebel
|
48739da565
|
C#: Update expected test output.
|
2024-06-12 14:16:31 +02:00 |
|
Michael Nebel
|
91ebeee429
|
C#: Perceive field and property reads as additional flow steps in sink extrapolation.
|
2024-06-12 14:16:26 +02:00 |
|
Michael Nebel
|
5aee35256d
|
C#: Add member flow example.
|
2024-06-12 14:16:22 +02:00 |
|
Michael Nebel
|
4b62cb64ed
|
C#: Update expected test output.
|
2024-06-12 14:16:17 +02:00 |
|
Michael Nebel
|
0bbf131fdb
|
C#: Add some compound sink examples.
|
2024-06-12 14:16:12 +02:00 |
|
Tamas Vajk
|
e3cbf1479a
|
Fix quality issue
|
2024-06-12 13:25:34 +02:00 |
|