File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
csharp/ql/src/semmle/code/csharp/dataflow/internal Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -62,25 +62,9 @@ private class LocalTaintExprStepConfiguration extends ControlFlowReachabilityCon
62
62
e1 = e2 .( BinaryLogicalOperation ) .getAnOperand ( ) and
63
63
scope = e2
64
64
or
65
- // Taint from tuple argument
66
- e2 =
67
- any ( TupleExpr te |
68
- e1 = te .getAnArgument ( ) and
69
- te .isReadAccess ( ) and
70
- scope = e2
71
- )
72
- or
73
65
e1 = e2 .( InterpolatedStringExpr ) .getAChild ( ) and
74
66
scope = e2
75
67
or
76
- // Taint from tuple expression
77
- e2 =
78
- any ( MemberAccess ma |
79
- ma .getQualifier ( ) .getType ( ) instanceof TupleType and
80
- e1 = ma .getQualifier ( ) and
81
- scope = e2
82
- )
83
- or
84
68
e2 =
85
69
any ( OperatorCall oc |
86
70
oc .getTarget ( ) .( ConversionOperator ) .fromLibrary ( ) and
You can’t perform that action at this time.
0 commit comments