Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3efcf6 commit 3a95cd5Copy full SHA for 3a95cd5
1 file changed
csharp/ql/src/semmle/code/csharp/dataflow/internal/TaintTrackingPrivate.qll
@@ -117,6 +117,7 @@ private class LocalTaintExprStepConfiguration extends ControlFlowReachabilityCon
117
e2 = any(OperatorCall oc |
118
oc.getTarget().(ConversionOperator).fromLibrary() and
119
e1 = oc.getAnArgument() and
120
+ scope = e2 and
121
isSuccessor = true
122
)
123
0 commit comments