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 |
|
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 |
|
Anders Schack-Mulligen
|
1687d08587
|
Dataflow: Sync.
|
2022-09-26 16:10:03 +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
|
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 |
|
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 |
|
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 |
|
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
|
6d4f1ebcc6
|
C#: Consider datetime expressions as simple sanitizers.
|
2022-09-23 13:04:47 +02:00 |
|
Michael Nebel
|
faf33efeb8
|
C#: Improve join ordering further for InterpretedCallable.
|
2022-09-22 19:10:14 +02:00 |
|
Tom Hvitved
|
914c711940
|
C#: Fix broken viableImplInCallContext implementation
|
2022-09-22 15:01:40 +02:00 |
|
Tom Hvitved
|
e4e9a2e1f9
|
Data flow: Guard against viableImplInCallContext not being a subset ofviableCallable
|
2022-09-22 13:37:59 +02:00 |
|
Tom Hvitved
|
db8b6ac69a
|
Data flow: Sync files
|
2022-09-21 11:02:24 +02:00 |
|
Erik Krogh Kristensen
|
a4cd913aea
|
Merge pull request #10312 from erik-krogh/fix-caseDiff
ensure consistent casing of names
|
2022-09-19 10:43:12 +02:00 |
|
Michael Nebel
|
32816fa68f
|
C#: Improve join in the InterpretedCallable characteristic predicate.
|
2022-09-15 10:54:27 +02:00 |
|
Tony Torralba
|
569fad667a
|
Merge pull request #10360 from atorralba/atorralba/fix-taint-implicit-reads
Dataflow: Fix implicit reads in taint tracking when FlowStates are used
|
2022-09-09 14:28:39 +02:00 |
|
erik-krogh
|
26d8553f6e
|
ensure consistent casing of names
|
2022-09-09 10:34:14 +02:00 |
|
Tony Torralba
|
7db1eb98f5
|
Sync files
|
2022-09-08 17:32:03 +02:00 |
|
Tom Hvitved
|
b3653cc3d0
|
Merge pull request #10216 from hvitved/ssa/shared-lib
SSA: Create a new `codeql/shared-ssa` library pack and move implementation there
|
2022-09-08 15:39:29 +02:00 |
|
Michael Nebel
|
0e52d2c9d3
|
C#: Add missing bi-directional imports.
|
2022-09-06 09:34:13 +02:00 |
|
Tom Hvitved
|
9ebabd1e1f
|
SSA: Strip shared from namespace and qlpack name
|
2022-09-05 11:17:30 +02:00 |
|
Michael Nebel
|
022cbfa009
|
C#: Support 'WithElement'.
|
2022-09-02 15:17:24 +02:00 |
|
Michael Nebel
|
ecce30ed5a
|
C#: Remove clearsContent predicate from the framework code.
|
2022-09-02 15:17:24 +02:00 |
|
Michael Nebel
|
f43feac324
|
C#: Add models as data models for Clear.
|
2022-09-02 15:17:23 +02:00 |
|
Michael Nebel
|
80f89282b7
|
C#: Add summary for System.Text.StringBuilder.Clear.
|
2022-09-02 15:17:23 +02:00 |
|
Michael Nebel
|
e3bfc4bd82
|
C#: CSV Printing of WithoutElement content.
|
2022-09-02 15:17:23 +02:00 |
|
Michael Nebel
|
8234a508b3
|
C#: Parsing of WithoutElement.
|
2022-09-02 15:17:23 +02:00 |
|
Tom Hvitved
|
6b728acd9e
|
Use specific codeql/shared-ssa pack for the SSA library
|
2022-09-01 21:23:33 +02:00 |
|
Tom Hvitved
|
8e5d6ba4f9
|
SSA: Create a new shared library pack and move implementation there
|
2022-09-01 09:36:49 +02:00 |
|
Tom Hvitved
|
2681b88035
|
C#: Update Pre SSA library to use parameterized module
|
2022-08-31 11:45:15 +02:00 |
|
Tom Hvitved
|
8725bf0620
|
C#: Update Base SSA library to use parameterized module
|
2022-08-31 11:45:15 +02:00 |
|
Tom Hvitved
|
f553001217
|
C#: Update CIL SSA library to use parameterized module
|
2022-08-31 11:45:14 +02:00 |
|
Tom Hvitved
|
0d81a6409d
|
SSA: Make shared library a parameterized module
|
2022-08-31 11:45:14 +02:00 |
|
Michael Nebel
|
1cb6d78d35
|
Merge pull request #10170 from michaelnebel/java/models-io
Java: Update models for commons-io and add negative models.
|
2022-08-31 11:05:09 +02:00 |
|
Michael Nebel
|
e020ae77e0
|
Merge pull request #10158 from michaelnebel/csharp/narrowcollectiontypes
C#: Narrow collection like types in model generation.
|
2022-08-30 14:20:57 +02:00 |
|
Michael Nebel
|
e8d726606b
|
C#/Java: Add descriptive comment on negative summaries in ExternalFlow.
|
2022-08-29 14:29:32 +02:00 |
|
Michael Nebel
|
37aa6b2c5f
|
C#: Add file level QL Doc.
|
2022-08-29 14:29:32 +02:00 |
|
Michael Nebel
|
290c35e7c6
|
Java: Use negative summary models in unsupported external api telemetry query.
|
2022-08-29 14:28:55 +02:00 |
|
Michael Nebel
|
e71ab59c9a
|
C#: Update the generated models.
|
2022-08-26 09:30:07 +02:00 |
|
Michael Nebel
|
a83ab79d31
|
C#: Update models based on relevant collection changes.
|
2022-08-26 09:30:07 +02:00 |
|