mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Merge pull request #2497 from hvitved/csharp/remove-cp
C#: Remove a Cartesian product
This commit is contained in:
@@ -117,6 +117,7 @@ private class LocalTaintExprStepConfiguration extends ControlFlowReachabilityCon
|
||||
e2 = any(OperatorCall oc |
|
||||
oc.getTarget().(ConversionOperator).fromLibrary() and
|
||||
e1 = oc.getAnArgument() and
|
||||
scope = e2 and
|
||||
isSuccessor = true
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user