Tamas Vajk
|
c11adc8c28
|
C#: Adjust known type telemetry query
|
2024-04-18 08:49:48 +02:00 |
|
Michael Nebel
|
4d3d07a964
|
Merge pull request #16215 from michaelnebel/csharp/telemetryissupported
C#: Take more sources and sinks into account when reporting in the te…
|
2024-04-17 15:29:46 +02:00 |
|
Alexander Eyers-Taylor
|
da3fa22cbd
|
Merge pull request #16228 from github/post-release-prep/codeql-cli-2.17.1
Post-release preparation for codeql-cli-2.17.1
|
2024-04-17 11:24:34 +01:00 |
|
Michael Nebel
|
bc0e580683
|
C#: Address review comments.
|
2024-04-17 09:34:27 +02:00 |
|
Cornelius Riemenschneider
|
6ba27dc863
|
Upgrade rules_pkg to 0.10.1.
|
2024-04-16 16:29:56 +02:00 |
|
github-actions[bot]
|
622e176a16
|
Post-release preparation for codeql-cli-2.17.1
|
2024-04-16 14:21:32 +00:00 |
|
Michael Nebel
|
4a4f9b3942
|
C#: Update expected test output.
|
2024-04-16 16:05:16 +02:00 |
|
Michael Nebel
|
e7bfd7df62
|
C#: Take more sources and sinks into account when reporting in the telemetry queries.
|
2024-04-16 16:05:16 +02:00 |
|
Michael Nebel
|
543032a3de
|
C#: Add ParallelSink QL Doc.
|
2024-04-16 16:05:16 +02:00 |
|
Michael Nebel
|
f69737b407
|
C#: Move parallelsink to the library qlpack.
|
2024-04-16 16:05:16 +02:00 |
|
Michael Nebel
|
c720fb2c34
|
C#: Add HtmlString test, which is supported as it is a known sink defined in QL.
|
2024-04-16 16:05:16 +02:00 |
|
Michael Nebel
|
ae0e25e5b1
|
C#: Update MaD id in expected file.
|
2024-04-16 15:37:46 +02:00 |
|
Michael Nebel
|
58635bdbd6
|
Merge pull request #16121 from michaelnebel/csharp/modelgenexcludeset
C#: Exclude properties with both a getter and setter as candidates for modelling.
|
2024-04-16 14:49:07 +02:00 |
|
Tom Hvitved
|
6bf05eb29a
|
C#: Exclude delegate and dynamic calls from extractor telemetry
|
2024-04-16 12:53:39 +02:00 |
|
Joe Farebrother
|
f57e0cb71e
|
Merge pull request #16209 from joefarebrother/csharp-missing-precision
C#: Add missing query precision
|
2024-04-16 10:46:27 +01:00 |
|
Joe Farebrother
|
3567c30020
|
Set precision to high
|
2024-04-16 09:41:46 +01:00 |
|
github-actions[bot]
|
9bfe4ea90a
|
Release preparation for version 2.17.1
|
2024-04-15 17:34:47 +00:00 |
|
Michael Nebel
|
d5073df24c
|
Merge pull request #16186 from michaelnebel/csharp/suppressnullablefix
C#: Fix issue with suppress nullable warning directly on a method call.
|
2024-04-15 13:11:03 +02:00 |
|
Joe Farebrother
|
6e130d24cd
|
C#: Add missing query precision
|
2024-04-15 08:42:26 +01:00 |
|
Michael Nebel
|
1c8298ae08
|
C#: Update expected test output.
|
2024-04-12 14:24:30 +02:00 |
|
Michael Nebel
|
d88a813038
|
C#: Re-generate .NET models.
|
2024-04-12 13:49:26 +02:00 |
|
Michael Nebel
|
254c6c3344
|
C#: Address review comments.
|
2024-04-12 13:48:13 +02:00 |
|
Michael Nebel
|
dc34cb0aae
|
C#: Update all MaD ids in the tests.
|
2024-04-12 13:24:18 +02:00 |
|
Tamás Vajk
|
91f2ea572c
|
Merge pull request #16164 from tamasvajk/buildless/nuget-feed-fallback-feed-check
C#: Check fallback nuget feeds before trying to use them in the fallb…
|
2024-04-12 13:17:06 +02:00 |
|
Michael Nebel
|
f799962146
|
C#: Update expected test output.
|
2024-04-12 11:35:08 +02:00 |
|
Michael Nebel
|
cb3a59446c
|
C#: Remove redundant neutral summaries for ProcessStartInfo.
|
2024-04-12 11:31:59 +02:00 |
|
Michael Nebel
|
e70a49a771
|
C#: Add some manual models for ProcessStartInfo.
|
2024-04-12 11:31:59 +02:00 |
|
Michael Nebel
|
db48461ebc
|
C#: Add change note.
|
2024-04-12 11:31:59 +02:00 |
|
Michael Nebel
|
ac2769c142
|
C#: Update the Telemetry queries such that properties with both get and set are no longer interesting.
|
2024-04-12 11:31:59 +02:00 |
|
Michael Nebel
|
829557fdda
|
C#: Update expected test output.
|
2024-04-12 11:31:59 +02:00 |
|
Michael Nebel
|
c12c2a534c
|
C#: Update the model editor code to disregard properties in case both a getter and a setter is present.
|
2024-04-12 11:31:58 +02:00 |
|
Michael Nebel
|
5323af33d2
|
C#: Update flow summaries expected test output.
|
2024-04-12 11:31:58 +02:00 |
|
Michael Nebel
|
96ef6809a7
|
C#: Update .NET Runtime models.
|
2024-04-12 11:31:58 +02:00 |
|
Michael Nebel
|
312b96aa8b
|
C#: Update expected test output.
|
2024-04-12 11:31:57 +02:00 |
|
Michael Nebel
|
8cc4f86e7d
|
C#: Only attempt to generate models for properties that does not both have a get and a set accessor.
|
2024-04-12 11:31:57 +02:00 |
|
Michael Nebel
|
32595b92a2
|
C#: Add some property test cases.
|
2024-04-12 11:31:57 +02:00 |
|
Michael Nebel
|
cbb5d433b1
|
C#: Add change note.
|
2024-04-12 11:23:16 +02:00 |
|
Michael Nebel
|
a2bb3dd78b
|
C#: Update expected test output.
|
2024-04-12 11:23:03 +02:00 |
|
Michael Nebel
|
1e59def89d
|
C#: Add some suppress nullable warning testcases and update expected output.
|
2024-04-12 11:16:37 +02:00 |
|
Anders Schack-Mulligen
|
c3946a92ff
|
C#: Update expected output (interesting)
|
2024-04-12 09:20:21 +02:00 |
|
Anders Schack-Mulligen
|
647f9aba82
|
C#: Update some expected output (uninteresting).
|
2024-04-12 09:20:18 +02:00 |
|
Anders Schack-Mulligen
|
004bda1ee0
|
C#: Add alert provenance plumbing.
|
2024-04-12 09:19:56 +02:00 |
|
Anders Schack-Mulligen
|
eafc0075fd
|
Legacy dataflow: Sync.
|
2024-04-12 09:19:54 +02:00 |
|
Tamas Vajk
|
743e77d0d4
|
Improve logging, expose inherited feeds in integration test
|
2024-04-11 14:45:43 +02:00 |
|
Tamas Vajk
|
8d0856f97e
|
Fix failing test
|
2024-04-11 14:45:36 +02:00 |
|
Tom Hvitved
|
982765ced3
|
Merge pull request #16176 from hvitved/csharp/adjust-conditional-locations
C#: Adjust conditional access locations
|
2024-04-11 12:47:51 +02:00 |
|
Tom Hvitved
|
1c344d6735
|
C#: Adjust conditional access locations
|
2024-04-10 16:21:58 +02:00 |
|
Tom Hvitved
|
7c43ca7001
|
C#: Add more conditional access tests
|
2024-04-10 15:25:00 +02:00 |
|
Michael Nebel
|
ef68e33449
|
C#: Address review comments.
|
2024-04-10 14:48:02 +02:00 |
|
Michael Nebel
|
2bea927d43
|
C#: Update expected test output.
|
2024-04-10 12:41:39 +02:00 |
|