Michael Nebel
|
d8313fc7b4
|
C#: Update .NET version in project files.
|
2024-11-19 10:26:02 +01:00 |
|
Michael Nebel
|
6b9d9a2c94
|
C#: Update stub generator script.
|
2024-11-19 10:26:00 +01:00 |
|
Michael Nebel
|
57e0e2dba1
|
C#: Update workflow files and scripts.
|
2024-11-19 10:25:58 +01:00 |
|
Michael Nebel
|
201a5e9faa
|
C#: Update the extractor to target .NET 9.
|
2024-11-19 10:25:52 +01:00 |
|
Tamás Vajk
|
b84b687b0d
|
Merge pull request #17992 from tamasvajk/binlog/no-compilations
C#: Consider the extraction of empty binlog files acceptable
|
2024-11-18 11:09:57 +01:00 |
|
Tamas Vajk
|
e3b83bb4b4
|
Undo accidental comment removal
|
2024-11-15 10:19:33 +01:00 |
|
Tamas Vajk
|
da5573203e
|
C#: Consider the extraction of empty binlog files acceptable
|
2024-11-15 08:35:21 +01:00 |
|
Tamas Vajk
|
0fa3ba6b4d
|
Code quality improvements
|
2024-11-14 10:45:54 +01:00 |
|
Tamas Vajk
|
90579947cf
|
Move all classes to the Semmle.Extraction.CSharp namespace
|
2024-11-14 09:13:03 +01:00 |
|
Tamas Vajk
|
a0cac46b46
|
Merge the two CachedEntityFactory classes
|
2024-11-13 15:53:49 +01:00 |
|
Tamas Vajk
|
02bd204111
|
Move more classes to the Semmle.Extraction.CSharp namespace
|
2024-11-13 15:27:48 +01:00 |
|
Tamas Vajk
|
46da5960ee
|
Move extraction context classes to the Semmle.Extraction.CSharp namespace
|
2024-11-13 14:28:04 +01:00 |
|
Tamas Vajk
|
b7098b72a4
|
Move location-like entities to the Semmle.Extraction.CSharp namespace
|
2024-11-13 14:24:08 +01:00 |
|
Tamas Vajk
|
e7844e2855
|
C#: Remove Semmle.Extraction project and move content to Semmle.Extraction.CSharp
|
2024-11-13 13:47:40 +01:00 |
|
Tamas Vajk
|
46f168823c
|
Improve code quality
|
2024-11-11 14:10:13 +01:00 |
|
Tamas Vajk
|
fe62900a15
|
C#: Change extractor to accept multiple binlog files
|
2024-11-11 12:56:24 +01:00 |
|
Tom Hvitved
|
a35a4b2d98
|
Merge pull request #17887 from hvitved/dataflow/provenance-order
Data flow: Order provenance output by textual representation
|
2024-11-07 14:19:18 +01:00 |
|
Michael Nebel
|
b45b40ea4f
|
C#: Add change note.
|
2024-11-07 11:55:55 +01:00 |
|
Michael Nebel
|
71bf900c6c
|
C#: Update FlowSummaries expected tests.
|
2024-11-07 11:14:02 +01:00 |
|
Michael Nebel
|
a60d9c2ca2
|
C#: Update .NET8 Runtime models to include generated models for higher order methods.
|
2024-11-07 11:14:01 +01:00 |
|
Michael Nebel
|
8041f00bf5
|
C#: Address more review comments.
|
2024-11-07 09:24:26 +01:00 |
|
Michael Nebel
|
e9c9519d90
|
C#: Address review comments.
|
2024-11-06 16:29:20 +01:00 |
|
Michael Nebel
|
55cfbccd43
|
C#/Java: Exclude summaries using callbacks in fields, properties and synthetic fields.
|
2024-11-06 16:29:19 +01:00 |
|
Michael Nebel
|
5c389355d0
|
C#: Simplify delegate read and store steps (remove dependency on parameter).
|
2024-11-06 16:29:17 +01:00 |
|
Michael Nebel
|
395cababb3
|
C#: Add some model generator examples for higher order methods.
|
2024-11-06 16:29:14 +01:00 |
|
Michael Nebel
|
fe854812ec
|
C#: Add read and store steps for delegate calls.
|
2024-11-06 16:29:13 +01:00 |
|
github-actions[bot]
|
f107d16b4e
|
Post-release preparation for codeql-cli-2.19.3
|
2024-11-04 17:20:08 +00:00 |
|
github-actions[bot]
|
cc7b724123
|
Release preparation for version 2.19.3
|
2024-11-04 16:37:28 +00:00 |
|
Tom Hvitved
|
95e9d013cc
|
Update expected test output
|
2024-11-04 12:07:06 +01:00 |
|
Tom Hvitved
|
2b37c6cd32
|
Merge pull request #17548 from hvitved/shared/inline-test-post-process
Shared: Post-processing query for inline test expectations
|
2024-10-31 11:40:11 +01:00 |
|
Anders Schack-Mulligen
|
b556590ef8
|
Merge pull request #17663 from aschackmull/dataflow/speculative-flow
Dataflow: Add support for speculative taint flow.
|
2024-10-31 08:12:43 +01:00 |
|
Tom Hvitved
|
495c92df38
|
Shared: Also take query ID into account in PathProblemSourceTestInput
|
2024-10-30 10:54:40 +01:00 |
|
Tom Hvitved
|
ff9811b488
|
C#: Add tests for the inline test post-processor
|
2024-10-30 10:09:40 +01:00 |
|
Tom Hvitved
|
8ba80fd022
|
C#: Post-processing query for inline test expectations
|
2024-10-29 13:35:31 +01:00 |
|
Tom Hvitved
|
b111194fbc
|
Shared: Simplify PrettyPrintModels.ql
|
2024-10-29 13:35:28 +01:00 |
|
Tom Hvitved
|
813ccb9c06
|
Merge pull request #17855 from hvitved/csharp/comments-mapped-locations
C#: Take mapped locations into account in `Comments.qll`
|
2024-10-29 08:58:38 +01:00 |
|
Tom Hvitved
|
7910af159c
|
C#: Take mapped locations into account in Comments.qll
|
2024-10-28 14:21:10 +01:00 |
|
Tom Hvitved
|
c93e4385f2
|
C#: Add a test for a comment with a mapped location
|
2024-10-28 14:20:24 +01:00 |
|
Michael Nebel
|
058fcc1a51
|
Merge pull request #17853 from michaelnebel/csharp/madtests
C#: Re-factor test for CWE-611/UntrustedDataInsecureXml.ql to pretty print models.
|
2024-10-28 13:38:26 +01:00 |
|
Michael Nebel
|
82ff545424
|
C#: Re-factor test for CWE-611/UntrustedDataInsecureXml.ql to pretty print models in test case.
|
2024-10-28 10:36:32 +01:00 |
|
github-actions[bot]
|
0e5ba2b23e
|
Add changed framework coverage reports
|
2024-10-28 00:21:56 +00:00 |
|
Michael Nebel
|
c1b1c62616
|
C#: Address review comments.
|
2024-10-23 15:25:52 +02:00 |
|
Michael Nebel
|
146c88fabb
|
C#: Update test expected output where the results are not affected.
|
2024-10-23 13:08:21 +02:00 |
|
Michael Nebel
|
5495a211f2
|
C#: Update exception information exposure expected output.
|
2024-10-23 13:08:19 +02:00 |
|
Michael Nebel
|
cad9aa21d8
|
C#: Update flow summaries test expected output.
|
2024-10-23 13:08:18 +02:00 |
|
Michael Nebel
|
b7b6feed04
|
C#: Re-generate .NET 8 Runtime models.
|
2024-10-23 13:08:17 +02:00 |
|
Michael Nebel
|
9cd9ebfda9
|
C#: Add manual models for StringWriter.
|
2024-10-23 13:08:15 +02:00 |
|
Michael Nebel
|
87caf3d826
|
C#: Add change note.
|
2024-10-23 13:08:14 +02:00 |
|
Michael Nebel
|
d3a359b498
|
C#: Update .NET 8 models.
|
2024-10-23 13:08:13 +02:00 |
|
Michael Nebel
|
00ccd20452
|
C#: Delete all .NET 8 Runtime models.
|
2024-10-23 13:08:11 +02:00 |
|