Michael Nebel
|
2e5fc19e38
|
C#: Update expected test output.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
3c6f538d5c
|
C#: Support Cast expressions to have post update notes.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
ba4794790e
|
C#: Add Cast example.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
d3530b0083
|
C#: Re-factor nested exists into a single exists.
|
2022-09-29 11:35:35 +02:00 |
|
Michael Nebel
|
c49a16c840
|
C#: Update expected test output for the local flow testcases.
|
2022-09-29 11:35:21 +02:00 |
|
Tom Hvitved
|
ac85741da8
|
C#: Add meta query for reporting calls to unsupported library methods
|
2022-09-28 15:28:00 +02:00 |
|
Michael Nebel
|
a36bba94f1
|
C#: Base the getAPostUpdateNote predicate purely on cfg.
|
2022-09-28 14:35:49 +02:00 |
|
Michael Nebel
|
c07c10a808
|
C#: Address review comments.
|
2022-09-28 14:35:09 +02:00 |
|
Michael Nebel
|
2d0a377b7a
|
C#: Update dataflow consistency queries to cater for non unique post and pre unique update notes for conditional branches.
|
2022-09-28 14:35:09 +02:00 |
|
Michael Nebel
|
e8fd2bfc78
|
C#: Update expected test output.
|
2022-09-28 14:35:09 +02:00 |
|
Michael Nebel
|
e5711380f8
|
C#: Make postupdate notes for conditional branches.
|
2022-09-28 14:35:09 +02:00 |
|
Michael Nebel
|
7b6e684eaf
|
C#: Update test expected output (no new flow is identified).
|
2022-09-28 14:35:09 +02:00 |
|
Michael Nebel
|
51daae01f1
|
C#: Add test case.
|
2022-09-28 14:35:09 +02:00 |
|
Tom Hvitved
|
df2b586e7c
|
Merge pull request #10577 from hvitved/dataflow/get-a-read-content-fan-in
Data flow: Fix bad join-order when getAReadContent has large fan-in
|
2022-09-27 20:04:58 +02:00 |
|
Tom Hvitved
|
335e1a8233
|
Address review comments
|
2022-09-27 13:36:52 +02:00 |
|
erik-krogh
|
ae6dd05249
|
deprecate unused class in query specific file
|
2022-09-27 12:40:05 +02:00 |
|
erik-krogh
|
d23b128457
|
delete unused code in an internal file
|
2022-09-27 12:31:58 +02:00 |
|
Mathias Vorreiter Pedersen
|
0c79c2836c
|
Merge pull request #10573 from erik-krogh/cpp-unqueryable
C: deprecate/delete some unused code
|
2022-09-27 10:13:24 +01:00 |
|
Anders Schack-Mulligen
|
9f1bbf2bbd
|
Merge pull request #10575 from aschackmull/dataflow/cleanup-module
Dataflow: Minor visibility cleanup
|
2022-09-27 10:10:53 +02:00 |
|
Tom Hvitved
|
45fc62f16b
|
Data flow: Sync files
|
2022-09-26 20:39:48 +02:00 |
|
erik-krogh
|
0f1a8a6f5b
|
deleted unused internal code
|
2022-09-26 20:20:52 +02:00 |
|
Anders Schack-Mulligen
|
1687d08587
|
Dataflow: Sync.
|
2022-09-26 16:10:03 +02:00 |
|
Jaroslav Lobačevski
|
57fcfd5e7d
|
Apply suggestions from code review
|
2022-09-26 14:55:29 +02:00 |
|
Jaroslav Lobačevski
|
fa503ec3f2
|
Create 2022-08-24-aps-net-core-controllers.md
|
2022-09-26 14:55:29 +02:00 |
|
Michael Nebel
|
37795226a4
|
C#: Exclude stub implementation in test results.
|
2022-09-26 14:55:29 +02:00 |
|
Michael Nebel
|
29639a0ad5
|
C#: ControllerBase should still be considered a controller as we need Redirect methods to be considered sinks.
|
2022-09-26 14:55:29 +02:00 |
|
Michael Nebel
|
85eee886ac
|
C#: Auto-format AspNetCore.ql.
|
2022-09-26 14:55:28 +02:00 |
|
Michael Nebel
|
f2ada3d547
|
C#: Also use using namespace as a hint to indicate that ASP.NET Core is in scope.
|
2022-09-26 14:55:28 +02:00 |
|
Michael Nebel
|
a7011e11c4
|
C#: Minor refactoring to avoid introducing name variable.
|
2022-09-26 14:55:28 +02:00 |
|
Michael Nebel
|
72429cb9e8
|
C#: Generic classes should not be considered controllers.
|
2022-09-26 14:55:28 +02:00 |
|
Jaroslav Lobačevski
|
eed04696a9
|
Add tests
|
2022-09-26 14:55:28 +02:00 |
|
Octokit
|
f05d4b8410
|
failing tests
|
2022-09-26 14:55:28 +02:00 |
|
Octokit
|
fc10212e68
|
Add ApiController support
|
2022-09-26 14:55:28 +02:00 |
|
Octokit
|
c96b938e7d
|
Controller is public, non-abstract, not generic class
|
2022-09-26 14:55:28 +02:00 |
|
Jaroslav Lobačevski
|
853a80bdbc
|
filter out Controller suffixed class in non asp.net projects
|
2022-09-26 14:55:28 +02:00 |
|
Jaroslav Lobačevski
|
3d281fbb71
|
fix suffix match
|
2022-09-26 14:55:28 +02:00 |
|
Jaroslav Lobačevski
|
56055bd76a
|
Add qldoc comments
|
2022-09-26 14:55:28 +02:00 |
|
Jaroslav Lobačevski
|
f27b5d5588
|
Fix code style warnings
|
2022-09-26 14:55:28 +02:00 |
|
Jaroslav Lobačevski
|
105462a1fc
|
Extend aspnetcore controller definition
|
2022-09-26 14:55:27 +02:00 |
|
erik-krogh
|
326666ac85
|
update the alert-messages of csharp queries
|
2022-09-26 14:01:39 +02:00 |
|
Michael Nebel
|
0581b91c32
|
Merge pull request #10554 from michaelnebel/csharp/datetime-sanitizer
C#: Consider DateTime as simple type sanitizer.
|
2022-09-26 13:21:36 +02:00 |
|
Dave Bartolomeo
|
3bd456e52d
|
Merge pull request #10565 from github/post-release-prep/codeql-cli-2.11.0
Post-release preparation for codeql-cli-2.11.0
|
2022-09-23 18:13:59 -04:00 |
|
github-actions[bot]
|
6cef0af5df
|
Post-release preparation for codeql-cli-2.11.0
|
2022-09-23 21:01:40 +00:00 |
|
Michael Nebel
|
c3c90dd1b4
|
C#: Add change-note.
|
2022-09-23 14:56:33 +02:00 |
|
Michael Nebel
|
342c8764ce
|
Merge pull request #10433 from michaelnebel/csharp/fix-joinorder-interpretedcallable
C#: Fix join order in InterpretedCallable characteristic predicate.
|
2022-09-23 13:37:49 +02:00 |
|
Michael Nebel
|
4963835772
|
Merge pull request #10540 from michaelnebel/csharp/dotnet-run-validate
C# Integration test validations for `dotnet run`.
|
2022-09-23 13:10:06 +02:00 |
|
Michael Nebel
|
9ace52114c
|
C#: Update expected test output.
|
2022-09-23 13:06:48 +02:00 |
|
Michael Nebel
|
6d4f1ebcc6
|
C#: Consider datetime expressions as simple sanitizers.
|
2022-09-23 13:04:47 +02:00 |
|
Michael Nebel
|
7c74cc6420
|
C#: Update expected test output - including false positive.
|
2022-09-23 13:04:04 +02:00 |
|
Michael Nebel
|
e45e06b675
|
C#: Add LogForging testcase based on ASP.NET.
|
2022-09-23 13:02:42 +02:00 |
|