We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39aaa38 commit ce16bc5Copy full SHA for ce16bc5
csharp/ql/src/semmle/code/csharp/dataflow/internal/TaintTrackingPrivate.qll
@@ -115,10 +115,10 @@ private class LocalTaintExprStepConfiguration extends ControlFlowReachabilityCon
115
)
116
or
117
e2 = any(OperatorCall oc |
118
- oc.getTarget() instanceof ConversionOperator and
119
- e1 = oc.getAnArgument() and
120
- isSuccessor = true
121
- )
+ oc.getTarget() instanceof ConversionOperator and
+ e1 = oc.getAnArgument() and
+ isSuccessor = true
+ )
122
123
}
124
0 commit comments