Jami Cogswell
|
a0b502fa44
|
C#: update 'html' sink kind to 'html-injection'
|
2023-05-16 14:07:20 -04:00 |
|
Jami Cogswell
|
f76563d6e9
|
C#: update some test cases
|
2023-05-16 14:07:19 -04:00 |
|
Jami Cogswell
|
b6d011b187
|
C#: update 'sql' sink kind to 'sql-injection'
|
2023-05-16 14:07:19 -04:00 |
|
Jami Cogswell
|
613077c7a9
|
C#: update 'code' sink kind to 'code-injection'
|
2023-05-16 14:07:19 -04:00 |
|
Tom Hvitved
|
406acbe6a4
|
Update csharp/ql/lib/change-notes/2023-05-16-ilogger-extension-methods.md
Co-authored-by: Michael B. Gale <mbg@github.com>
|
2023-05-16 17:13:21 +02:00 |
|
Tom Hvitved
|
c412bfde68
|
Add change note
|
2023-05-16 16:54:59 +02:00 |
|
Tom Hvitved
|
3027ed2ca8
|
C#: Include arguments to ILogger extension method calls in LogMessageSink
|
2023-05-16 16:04:58 +02:00 |
|
Tom Hvitved
|
027cb2d335
|
C#: Reenable consistency check
|
2023-05-15 09:36:37 +02:00 |
|
Tom Hvitved
|
3c173df69e
|
C#: Update expected test output
|
2023-05-15 09:35:20 +02:00 |
|
Tom Hvitved
|
165dc0b9bf
|
C#: Filter away phi (read) input steps from a node into itself
|
2023-05-15 09:35:04 +02:00 |
|
Tom Hvitved
|
75dd4c8653
|
C#: Filter away use-use steps from a node into itself
|
2023-05-15 09:35:04 +02:00 |
|
Michael Nebel
|
59993ea347
|
C#: Update expected test output.
|
2023-05-11 11:12:24 +02:00 |
|
Michael Nebel
|
75ea449147
|
C#: Only include source code nodes in the identity local step consistency check.
|
2023-05-11 10:49:39 +02:00 |
|
Kasper Svendsen
|
89e9103a5b
|
C#: Enable implicit this receiver warnings
|
2023-05-10 11:15:49 +02:00 |
|
Mathew Payne
|
bffc233d86
|
Update release notes
|
2023-05-10 10:09:19 +01:00 |
|
Kasper Svendsen
|
2f0c36a3b8
|
Merge pull request #13079 from kaspersv/kaspersv/csharp-explicit-this-receivers3
C#: Make implicit this receivers explicit
|
2023-05-10 11:07:58 +02:00 |
|
Kasper Svendsen
|
c3191e989b
|
Merge pull request #13078 from kaspersv/kaspersv/explicit-this-receivers-shared3
C#, C++: Make implicit this receivers explicit
|
2023-05-10 11:07:41 +02:00 |
|
Mathew Payne
|
681623d631
|
Update kind model validation
|
2023-05-10 10:06:22 +01:00 |
|
Mathew Payne
|
0f85b98cc7
|
Update models to match new data extensions names
|
2023-05-10 10:00:16 +01:00 |
|
Mathew Payne
|
0e932574f4
|
Fix Ldap class name
|
2023-05-09 17:42:17 +01:00 |
|
Mathew Payne
|
7b55955fac
|
Update change notes
|
2023-05-09 17:40:12 +01:00 |
|
Mathew Payne
|
e84657242c
|
Fix names
|
2023-05-09 17:38:15 +01:00 |
|
Mathew Payne
|
632e487458
|
Add Command Injection support
|
2023-05-09 17:37:00 +01:00 |
|
Mathew Payne
|
8f39f028e6
|
feat: Additional models as data extensions
- `logging`, `ldap`, and `url-redirect` sinks
|
2023-05-09 17:31:51 +01:00 |
|
Kasper Svendsen
|
3041fdebba
|
C#: Make implicit this receivers explicit
|
2023-05-09 15:34:59 +02:00 |
|
Kasper Svendsen
|
a129513b80
|
C#, C++: Make implicit this receivers explicit
|
2023-05-09 15:33:51 +02:00 |
|
Michael Nebel
|
b1659bee66
|
Merge pull request #12909 from michaelnebel/csharp/dataflowrefactor7
C#: Re-factor the experimental PotentialTimeBomb to use new API.
|
2023-05-09 11:44:44 +02:00 |
|
Michael Nebel
|
efa2bd8614
|
Apply suggestions from code review
Co-authored-by: Jami <57204504+jcogs33@users.noreply.github.com>
|
2023-05-08 16:19:00 +02:00 |
|
Michael Nebel
|
8435c31213
|
C#/Java: Update model converter queries to handle kind information.
|
2023-05-08 16:19:00 +02:00 |
|
Michael Nebel
|
7858da66e3
|
C#/Java: Add change note.
|
2023-05-08 16:18:59 +02:00 |
|
Michael Nebel
|
87731b2341
|
C#: Update expected test output for the model generator test.
|
2023-05-08 16:18:59 +02:00 |
|
Michael Nebel
|
7c3a258d09
|
C#: Adjust the model generator to produce kinds for neutrals.
|
2023-05-08 16:18:59 +02:00 |
|
Michael Nebel
|
fe32abecd9
|
C#: Update existing neutrals to include kind information.
|
2023-05-08 16:18:59 +02:00 |
|
Michael Nebel
|
4dcfb4d8cb
|
C#: Extend neutrals with a kind column and introduce validation.
|
2023-05-08 16:18:59 +02:00 |
|
Michael Nebel
|
9e990e752f
|
C#: Refer to the Node class via DataFlow instead of DataFlow2.
|
2023-05-08 15:07:24 +02:00 |
|
Michael Nebel
|
bd0133630d
|
C#: Re-factor the CIL dataflow test to use the new API.
|
2023-05-08 14:05:37 +02:00 |
|
Michael Nebel
|
d01674f930
|
C#: Update expected test output.
|
2023-05-08 12:48:00 +02:00 |
|
Michael Nebel
|
e2529b8f93
|
C#: Re-factor the PotentialTimeBomb query to use the new API.
|
2023-05-08 12:48:00 +02:00 |
|
Tom Hvitved
|
ededd466cb
|
Merge pull request #13030 from hvitved/csharp/warn-as-error
C#: Never treat warnings as error in the extractor
|
2023-05-08 10:46:20 +02:00 |
|
Mathias Vorreiter Pedersen
|
09ba9a74ce
|
Merge pull request #12959 from MathiasVP/identity-consistency-check
DataFlow: Add an "identity-step" consistency check
|
2023-05-05 10:03:20 +01:00 |
|
Kasper Svendsen
|
4035b16ac1
|
Merge pull request #13008 from kaspersv/kaspersv/explicit-this-receivers-shared1
Java, C#: Make implicit this receivers explicit
|
2023-05-04 15:38:45 +02:00 |
|
Tom Hvitved
|
ba5025d16c
|
C#: Never treat warnings as error in the extractor
|
2023-05-04 10:53:50 +02:00 |
|
Jeroen Ketema
|
0b2f5609d6
|
Merge pull request #12982 from rdmarsh2/rdmarsh2/ir-guards-unreached
C++: Handle nonreturning functions in IR generation
|
2023-05-03 23:20:46 +02:00 |
|
Mathias Vorreiter Pedersen
|
77001a070b
|
Merge branch 'main' into identity-consistency-check
|
2023-05-03 22:01:06 +01:00 |
|
Mathias Vorreiter Pedersen
|
177dd76da6
|
C#: Accept consistency changes.
|
2023-05-03 20:30:06 +01:00 |
|
Michael Nebel
|
e42bf2efd8
|
Merge pull request #12894 from michaelnebel/csharp/untrustedinput
C#: Re-factor the UnsafeDeserializationQuery to use the new API.
|
2023-05-03 20:12:44 +02:00 |
|
Ian Lynagh
|
b56b843d13
|
Merge pull request #12987 from github/post-release-prep/codeql-cli-2.13.1
Post-release preparation for codeql-cli-2.13.1
|
2023-05-03 13:12:10 +01:00 |
|
Michael Nebel
|
932ee0b877
|
C#: Delete unused deprecated abstract class.
|
2023-05-03 13:21:46 +02:00 |
|
Michael Nebel
|
5944b88334
|
C#: Re-factor the SafeConstructor classes to use the new API.
|
2023-05-03 13:09:35 +02:00 |
|
Michael Nebel
|
0e17fa79c4
|
C#: Update expected test output.
|
2023-05-03 13:09:35 +02:00 |
|