Michael Nebel
|
d96e8cb704
|
C#: Remove expr_parent_adjusted.
|
2026-03-24 15:32:20 +01:00 |
|
Michael Nebel
|
a900fe8657
|
C#: Adress review comments.
|
2026-03-24 15:32:17 +01:00 |
|
Michael Nebel
|
3d2d09d0bc
|
C#: Use the DB types and replace the abstract class implementation.
|
2026-03-24 15:32:15 +01:00 |
|
Michael Nebel
|
51673312c5
|
C#: Upgrade libraries and queries to use the new Operation classes.
|
2026-03-24 15:32:08 +01:00 |
|
Michael Nebel
|
149df86ce2
|
C#: Update the CFG implementation based on the new operations and remove hack that rotates children of assignments.
|
2026-03-24 15:32:06 +01:00 |
|
Michael Nebel
|
569e33b407
|
C#: Introduce a new kind of assignable definitions for compound assignments (those that was previously covered by expanded assignments).
|
2026-03-24 15:32:04 +01:00 |
|
Michael Nebel
|
e2afb000b2
|
C#: Cleaup expanded assignments from the dispatch logic.
|
2026-03-24 15:32:02 +01:00 |
|
Michael Nebel
|
2a78183238
|
C#: Deprecate the expanded assignment predicate as we no longer extract expanded assignments.
|
2026-03-24 15:32:00 +01:00 |
|
Michael Nebel
|
327757dbcb
|
C#: Update the child indices for assignments, update Assign classes to extend OperatorCall and add AssignOperation classes.
|
2026-03-24 15:31:57 +01:00 |
|
Gregro
|
a59c865328
|
let interprocedural analysis handle source-available extension methods for LogForgingLogMessageSink's
|
2026-03-21 20:05:08 +00:00 |
|
Gregro
|
a9eb801fea
|
C#: Fix false positives in cs/log-forging for extension methods
|
2026-03-21 20:05:08 +00:00 |
|
Anders Schack-Mulligen
|
19faf8f30b
|
C#: Add ObjectInitMethod as enclosing callable for the instance initializers.
|
2026-03-17 13:38:41 +01:00 |
|
Anders Schack-Mulligen
|
a929c0bf24
|
C#: Remove splitting-awareness from Range Analysis.
|
2026-03-16 09:58:14 +01:00 |
|
Anders Schack-Mulligen
|
e7edf15031
|
C#: Clean up.
|
2026-03-16 08:51:51 +01:00 |
|
Anders Schack-Mulligen
|
4c77e0f315
|
C#: Remove splitting-awareness for local expression steps.
|
2026-03-16 08:51:51 +01:00 |
|
Anders Schack-Mulligen
|
7124cd4e6e
|
C#: Remove splitting-awareness for source-to-def steps.
|
2026-03-16 08:51:50 +01:00 |
|
Anders Schack-Mulligen
|
c076992b83
|
C#: Remove splitting-awareness in ObjectInitializerNode.
|
2026-03-16 08:51:49 +01:00 |
|
Anders Schack-Mulligen
|
659d8e7c90
|
C#: Remove splitting-awareness in argumentOf.
|
2026-03-16 08:51:49 +01:00 |
|
Anders Schack-Mulligen
|
1e8de0511b
|
C#: Remove splitting-awareness in lambda flow.
|
2026-03-16 08:51:48 +01:00 |
|
Anders Schack-Mulligen
|
bce0a4d2a7
|
C#: Remove splitting-awareness for store steps.
|
2026-03-16 08:51:48 +01:00 |
|
Anders Schack-Mulligen
|
2160910d56
|
C#: Remove splitting-awareness for read steps.
|
2026-03-16 08:51:47 +01:00 |
|
Anders Schack-Mulligen
|
a5c8a5b5f8
|
C#: Remove splitting-awareness for taint steps.
|
2026-03-16 08:51:47 +01:00 |
|
Anders Schack-Mulligen
|
8c1c039edf
|
C#: Delete PreBasicBlocks.
|
2026-03-13 08:00:08 +01:00 |
|
Owen Mansel-Chan
|
0215ea3ee3
|
Merge pull request #21426 from owen-mc/cpp/validate-constructor-summary-models
C++: Add model validation for constructor summary models
|
2026-03-10 09:42:24 +00:00 |
|
Anders Schack-Mulligen
|
4013f00b19
|
C#: Disentangle SwitchStmt AST and CFG.
|
2026-03-09 15:07:59 +01:00 |
|
Owen Mansel-Chan
|
e0e5319b11
|
C#: Make corresponding predicate private
|
2026-03-09 13:44:52 +00:00 |
|
Owen Mansel-Chan
|
a3e9aed00a
|
Merge pull request #21416 from owen-mc/csharp/validate-constructor-summary-models
C#: Add model validation for constructor summary models
|
2026-03-06 09:09:39 +00:00 |
|
Anders Schack-Mulligen
|
76346eccd8
|
Merge pull request #21417 from aschackmull/csharp/binary-assignment
C#: Make Assignment extend BinaryOperation.
|
2026-03-06 09:14:20 +01:00 |
|
Tom Hvitved
|
feb45e5731
|
Merge pull request #21348 from hvitved/csharp/remove-tcs
C#: Remove some unbounded TC computations
|
2026-03-06 09:00:38 +01:00 |
|
Owen Mansel-Chan
|
3c36a9e308
|
Correctly deal with generic types
|
2026-03-05 15:47:53 +00:00 |
|
Anders Schack-Mulligen
|
d9ef9f82e1
|
C#: Make Assignment extend BinaryOperation.
|
2026-03-05 14:41:38 +01:00 |
|
Owen Mansel-Chan
|
e6996ea29a
|
Add model validation for constructor summary models
|
2026-03-05 12:11:25 +00:00 |
|
Tom Hvitved
|
e22d3a1074
|
Sync files
|
2026-03-05 09:11:16 +01:00 |
|
Tom Hvitved
|
212374b94b
|
C#: Replace a recursive predicate with doublyBoundedFastTc
|
2026-03-05 09:11:15 +01:00 |
|
Tom Hvitved
|
aa7a730041
|
C#: Remove some unnecessary TCs
|
2026-03-05 09:11:13 +01:00 |
|
Michael Nebel
|
fbf40ef02a
|
Update csharp/ql/lib/semmle/code/csharp/dataflow/internal/TaintTrackingPrivate.qll
Co-authored-by: Tom Hvitved <hvitved@github.com>
|
2026-03-04 12:28:07 +01:00 |
|
Michael Nebel
|
4e2a93df55
|
C#: Remove comment.
|
2026-03-04 07:58:55 +01:00 |
|
Michael Nebel
|
93a28cbfaf
|
C#: Add default (reverse update) taint step from implicit operator calls to their arguments.
|
2026-03-03 14:39:52 +01:00 |
|
Michael Nebel
|
ec7e6e8e03
|
C#: Add post-update nodes for arguments of struct type.
|
2026-03-02 15:25:27 +01:00 |
|
Michael Nebel
|
bcdbd6e283
|
C#: Use the fully qualified name for the extension type when printing extension types.
|
2026-02-09 13:27:32 +01:00 |
|
Michael Nebel
|
fe94b3b68b
|
C#: Address review comments.
|
2026-02-09 11:46:53 +01:00 |
|
Michael Nebel
|
bd3e4d3d7e
|
C#: Add MaD tests for extensions.
|
2026-02-05 15:38:29 +01:00 |
|
Michael Nebel
|
849823eff6
|
C#: Add dispatch logic for calling extensions accessors as methods.
|
2026-02-05 15:38:16 +01:00 |
|
Michael Nebel
|
e831c80a23
|
C#: Replace extension parameter access with the corresponding synthetic parameter.
|
2026-02-05 15:38:14 +01:00 |
|
Michael Nebel
|
5e02a86542
|
C#: Add extension call classes.
|
2026-02-05 15:38:12 +01:00 |
|
Michael Nebel
|
b9f36f37b6
|
C#: Add extension callable and accessor classes.
|
2026-02-05 15:38:09 +01:00 |
|
Michael Nebel
|
9a4a6cfcb8
|
C#: Add ExtensionType to the QL library.
|
2026-02-05 15:38:07 +01:00 |
|
Tom Hvitved
|
732c60c07c
|
C#: Revert change to getASummarizedCallableTarget
|
2026-01-26 12:40:24 +01:00 |
|
Tom Hvitved
|
b11b091559
|
C#: Adapt to changes in FlowSummaryImpl
|
2026-01-26 12:39:38 +01:00 |
|
Michael Nebel
|
7ae2b7698e
|
C#: Relax the condition for when a qualified expression might be null.
|
2026-01-19 13:17:07 +01:00 |
|