Tamas Vajk
|
04f0fb0483
|
Add integration test with mono assemblies as references
|
2024-02-16 11:15:52 +01:00 |
|
erik-krogh
|
a5eb2dd906
|
update the QHelp for cs/web/unvalidated-url-redirection with examples inspired by the JS QHelp
|
2024-02-15 12:41:01 +01:00 |
|
Erik Krogh Kristensen
|
7c0557269a
|
Merge pull request #15596 from erik-krogh/url-san
C#: Add a few more sanitizers to `cs/web/unvalidated-url-redirection`
|
2024-02-15 12:09:06 +01:00 |
|
Tamas Vajk
|
2f1472fa48
|
Code quality improvements (fixed log message, removed unused interface)
|
2024-02-15 08:52:44 +01:00 |
|
Tamás Vajk
|
8aff913c3c
|
Merge pull request #15614 from tamasvajk/buildless/razor-cleanup
C# Only remove temp files for MVC view generation if needed
|
2024-02-15 08:27:40 +01:00 |
|
Tamas Vajk
|
12663b58f1
|
C# Only remove temp files for MVC view generation if needed
|
2024-02-14 17:00:37 +01:00 |
|
erik-krogh
|
7c2465e7b7
|
add change-note
|
2024-02-14 13:53:43 +01:00 |
|
erik-krogh
|
a2bd45d0cb
|
apply suggestions from code review
|
2024-02-14 13:50:27 +01:00 |
|
Michael Nebel
|
bafea9190d
|
Merge pull request #15474 from michaelnebel/csharp/primaryconstructors
C# 12: Primary constructors.
|
2024-02-14 10:09:23 +01:00 |
|
Tom Hvitved
|
7c59c7b28c
|
C#: Update QLdoc
|
2024-02-13 14:00:26 +01:00 |
|
Tom Hvitved
|
7bdc2c57f0
|
C#: Simplify primaryConstructorParameterStore
|
2024-02-13 13:59:14 +01:00 |
|
Tom Hvitved
|
3f43f45437
|
C#: Assume captured variables are live at exit in SSA construction
|
2024-02-13 13:59:08 +01:00 |
|
Tom Hvitved
|
ebd6853194
|
C#: Avoid overlapping output in data flow test
|
2024-02-13 13:59:03 +01:00 |
|
Michael Nebel
|
91bbbe262d
|
C#: Address more review comments.
|
2024-02-13 13:15:17 +01:00 |
|
erik-krogh
|
d31bfc06c2
|
add type requirement to the new Uri sanitizers
|
2024-02-13 13:13:43 +01:00 |
|
erik-krogh
|
4dae8d0bb4
|
add host comparisons as a sanitizer for url-redirect
|
2024-02-13 13:13:43 +01:00 |
|
erik-krogh
|
f4dd3e9aa1
|
treat relative URLs as safe for url-redirects
|
2024-02-13 13:13:18 +01:00 |
|
erik-krogh
|
3f8de82ea3
|
add a sanitizer for List.Contains() in url-redirect
|
2024-02-13 13:13:06 +01:00 |
|
erik-krogh
|
59792808d4
|
add new url-redirect test file
|
2024-02-13 13:13:06 +01:00 |
|
Michael Nebel
|
8efe34942f
|
C#: Add indirect assignment example.
|
2024-02-13 12:02:25 +01:00 |
|
Michael Nebel
|
eaf129d519
|
C#: Update expected test output.
|
2024-02-13 11:40:46 +01:00 |
|
Michael Nebel
|
69c0f0cb6a
|
C#: Address review comments.
|
2024-02-13 11:39:21 +01:00 |
|
Erik Krogh Kristensen
|
062f16e618
|
Merge pull request #15519 from erik-krogh/cs-path
C#: Improve the `cs/path-injection` QHelp
|
2024-02-13 10:02:11 +01:00 |
|
Tamás Vajk
|
de13ff6afd
|
Merge pull request #15577 from tamasvajk/feature/missing-nuget-sources
C# - Add default nuget feed if there's none
|
2024-02-13 09:18:32 +01:00 |
|
Tom Hvitved
|
15cf695188
|
C#: Fix various bad joins
|
2024-02-12 19:49:53 +01:00 |
|
Tom Hvitved
|
90f3670f3d
|
C#: Remove all DB stats
|
2024-02-12 19:49:29 +01:00 |
|
Michael Nebel
|
68b920f330
|
C#: Update other tests expected output.
|
2024-02-12 15:09:36 +01:00 |
|
Michael Nebel
|
aed5080142
|
C#: Add primary constructor change note.
|
2024-02-12 13:27:40 +01:00 |
|
Michael Nebel
|
4083348b3e
|
C#: Add a primary constructor QL library test.
|
2024-02-12 13:27:39 +01:00 |
|
Michael Nebel
|
ff29679317
|
C#: Update expected test output.
|
2024-02-12 13:27:39 +01:00 |
|
Michael Nebel
|
42f4656667
|
C#: Data flow for primary constructors.
|
2024-02-12 13:27:39 +01:00 |
|
Michael Nebel
|
f5d4c49b16
|
C#: Add some more constructor dataflow tests.
|
2024-02-12 13:13:06 +01:00 |
|
Michael Nebel
|
86212b24ba
|
C#: Move constructor data flow tests to a separate folder.
|
2024-02-12 13:13:06 +01:00 |
|
Michael Nebel
|
afe3c5ea8d
|
C#: Re-arrange the code in constructor data flow test and update expected output.
|
2024-02-12 13:13:06 +01:00 |
|
Tamas Vajk
|
888f47c6c8
|
Remove cil=false extractor option from integration tests
|
2024-02-12 12:02:43 +01:00 |
|
Tamas Vajk
|
70b6ae6876
|
Add comments to nuget.config file restore
|
2024-02-12 11:59:19 +01:00 |
|
Tamas Vajk
|
5be3993405
|
Preserve nuget.config file casing after cleanup
|
2024-02-12 10:40:33 +01:00 |
|
Tamas Vajk
|
26cea33cc6
|
C# - Add default nuget feed if there's none
|
2024-02-12 10:40:33 +01:00 |
|
Tamas Vajk
|
933a8e648d
|
Add integration test for missing nuget package sources
|
2024-02-12 10:35:49 +01:00 |
|
Tom Hvitved
|
b27b89bff7
|
Merge pull request #15567 from hvitved/csharp/cache-module
C#: Actually cache module `Cached`
|
2024-02-12 09:15:49 +01:00 |
|
Tom Hvitved
|
9634511ac5
|
Merge pull request #15489 from hvitved/csharp/lambda-field-flow
C#: Additional tracking of lambdas through fields and properties
|
2024-02-12 09:14:21 +01:00 |
|
Tom Hvitved
|
9785ce4936
|
C#: Actually cache module Cached
|
2024-02-09 12:29:56 +01:00 |
|
Anders Schack-Mulligen
|
21a6520cd3
|
C#: Add empty provenance column to expected files.
|
2024-02-09 11:32:07 +01:00 |
|
Anders Schack-Mulligen
|
b7d4a6926f
|
Dataflow: Add empty provenance column to PathGraph.
|
2024-02-09 11:27:30 +01:00 |
|
Tamás Vajk
|
d46028f552
|
Merge pull request #15542 from tamasvajk/feature/relative-line-pragma
C#: Try resolve relative paths in line mappings
|
2024-02-09 10:36:53 +01:00 |
|
Dave Bartolomeo
|
92bd550c55
|
Merge pull request #15531 from github/post-release-prep/codeql-cli-2.16.2
Post-release preparation for codeql-cli-2.16.2
|
2024-02-08 05:58:17 -08:00 |
|
Anders Schack-Mulligen
|
bcfce56ef6
|
Merge pull request #15547 from aschackmull/csharp/contentdataflow
C#: Simplify, getASuccessor is pruned now.
|
2024-02-08 11:15:14 +01:00 |
|
Anders Schack-Mulligen
|
dfc9c4d079
|
C#: Simplify, getASuccessor is pruned now.
|
2024-02-08 10:36:55 +01:00 |
|
Michael Nebel
|
a54caeaf61
|
Merge pull request #15545 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2024-02-08 08:55:41 +01:00 |
|
Tamás Vajk
|
290c3454c8
|
Merge pull request #15535 from tamasvajk/buildless/winforms-usings
C# Add missing Windows Forms implicit usings
|
2024-02-08 08:20:05 +01:00 |
|