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.
2 parents 964f2f2 + 3a95cd5 commit 0012fefCopy full SHA for 0012fef
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