Michael B. Gale
b0f0a24b6a
C#: Override env vars in DotNetCliInvoker if already set
2025-01-10 11:36:02 +00:00
Michael B. Gale
f78c6e0924
C#: Remove incorrect log message from DependabotProxy
2025-01-10 11:35:14 +00:00
Tom Hvitved
303b11ec36
Merge pull request #18298 from hvitved/rust/mad-source-sink
...
Rust: Add support for MaD sources and sinks with access paths
2025-01-10 11:49:51 +01:00
Owen Mansel-Chan
0f8f5d2793
Merge branch 'main' into post-release-prep/codeql-cli-2.20.1
2025-01-08 16:28:23 +00:00
Tom Hvitved
868caf948c
Rename {Source,Sink}Node to {Source,Sink}Element
2025-01-08 15:21:43 +01:00
Ed Minnix
819bd3b56f
Remove build-mode: none tests
2025-01-07 22:59:42 -05:00
Ed Minnix
ba8489624d
Change order of test results
2025-01-07 22:57:37 -05:00
Ed Minnix
32fe74dd01
Remove environment-specific path
2025-01-07 22:57:35 -05:00
Ed Minnix
ea5248912d
.NET SDK version
2025-01-07 22:57:34 -05:00
Ed Minnix
144053baea
Fix test results
2025-01-07 22:57:32 -05:00
Ed Minnix
068acfd36a
Fix path segment
2025-01-07 22:57:31 -05:00
Ed Minnix
e9ac32fbd1
Simplify generated file paths
2025-01-07 22:57:29 -05:00
Ed Minnix
9089c9ca16
Remove line blocking tests
2025-01-07 22:57:27 -05:00
Ed Minnix
6b7f2a725e
Make .NET 9 test properly .NET 9
2025-01-07 22:57:26 -05:00
Ed Minnix
b249ee5a01
Basic integration tests
2025-01-07 22:57:23 -05:00
github-actions[bot]
fb20f6ca63
Post-release preparation for codeql-cli-2.20.1
2025-01-07 22:07:40 +00:00
github-actions[bot]
88b6f1e79a
Release preparation for version 2.20.1
2025-01-07 20:50:36 +00:00
Dave Bartolomeo
72a53c4b23
Revert "Release preparation for version 2.20.1"
2025-01-07 13:32:23 -05:00
github-actions[bot]
fbf9f2fff8
Release preparation for version 2.20.1
2025-01-07 17:20:13 +00:00
Dave Bartolomeo
22e030584c
Revert "Release preparation for version 2.20.1"
2025-01-07 12:14:27 -05:00
github-actions[bot]
a121c5a5d0
Release preparation for version 2.20.1
2025-01-06 18:20:22 +00:00
Tom Hvitved
1b31c90d26
Implement FlowSummaryImpl stubs
2025-01-06 13:26:51 +01:00
Tamas Vajk
31dbadcbeb
Add change note
2025-01-06 11:41:11 +01:00
Tamas Vajk
c9fab0b071
C#: Change source generated razor file paths to be relative to csproj
2025-01-06 11:10:28 +01:00
Michael Nebel
7a7d8e40a7
Merge pull request #18384 from michaelnebel/csharp13/escapechars
...
C# 13: [TEST ONLY] Add test using the new escape char for ESCAPE.
2025-01-03 15:09:27 +01:00
Michael Nebel
49abfdfe4a
Merge pull request #18348 from michaelnebel/csharp/locktype
...
C# 13: [TEST ONLY] Add test using the System.Threading.Lock type.
2025-01-03 15:08:46 +01:00
Michael Nebel
75e562d0f0
C#: Add test using the new escape char for ESCAPE.
2025-01-02 12:51:22 +01:00
Michael Nebel
fe4ec59b4e
C#: Address review comments.
2025-01-02 11:21:29 +01:00
Michael Nebel
596fdf0cfa
C#: Add change-note.
2025-01-02 11:13:14 +01:00
Michael Nebel
4b7a6c5c7f
C#: Let the params test look in reference assemblies and update params to allow ParamsCollectionType.
2025-01-02 11:13:13 +01:00
Michael Nebel
c8e72c08fb
C#: Update tests expected output.
2025-01-02 11:13:12 +01:00
Michael Nebel
8f5b8f494f
C#: Update dispatch logic and other libraries to handle params collection types.
2025-01-02 11:13:10 +01:00
Michael Nebel
89c16abf59
C#: Add more tests for params and update expected output.
2025-01-02 11:13:09 +01:00
Michael Nebel
8e9551dff7
C#: Exclude non source parameters from arguments test cases (otherwise the test reports indexer access and calls to Add for list and collection creations).
2025-01-02 11:13:07 +01:00
github-actions[bot]
829cfa9517
Add changed framework coverage reports
2025-01-02 00:20:39 +00:00
Michael Nebel
1aa7c3fdcc
C#: Add test for the new lock type.
2024-12-20 15:02:36 +01:00
Michael Nebel
29a0db8053
C#: Update test expected output.
2024-12-20 15:00:54 +01:00
Michael Nebel
4a716c6005
C#: Add a test example in the statements test.
2024-12-20 15:00:30 +01:00
Edward Minnix III
453913cd9f
Remove Parameter from this PR
2024-12-19 23:11:07 -05:00
Ed Minnix
d0c9ba19d7
Fix test results
2024-12-19 09:02:06 -05:00
Ed Minnix
ae6752adf7
Update tests
2024-12-19 09:02:05 -05:00
Ed Minnix
84936c0fc0
Change note
2024-12-19 09:02:02 -05:00
Ed Minnix
b618ae06e8
Model Blazor attributes as marking sources
...
The attributes
- `[Parameter]`
- `[SupplyParameterFromFormAttribute]`
- `[SupplyParameterFromQueryAttribute]`
Tell Blazor to initialize the variables with parameters defined by the
route/form values/query parameters/etc. Values derived from the URI or
form should be classified as `remote` flow sources.
2024-12-19 09:01:56 -05:00
Ed Minnix
b1bba731b4
Remove irrelevant test results
2024-12-18 21:05:52 -05:00
Ed Minnix
00ecdb0a83
Fix typo in NavigationManager name in model
2024-12-18 20:52:00 -05:00
Michael Nebel
1ef5b595ae
C#: Add change-note.
2024-12-17 15:11:27 +01:00
Michael Nebel
bd9f656be2
C#: Add ql doc to TestLibrary.
2024-12-17 14:40:01 +01:00
Michael Nebel
a91c1dc715
C#: Move external api declarations to the library pack.
2024-12-17 14:39:59 +01:00
github-actions[bot]
f9d739c173
Add changed framework coverage reports
2024-12-17 00:22:24 +00:00
Edward Minnix III
9a80c403a0
Merge pull request #18278 from egregius313/egregius313/csharp/markup-string
...
C#: Add `html-injection` sinks for Blazor `MarkupString`
2024-12-16 10:21:04 -05:00