mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge pull request #860 from calumgrant/cs/library-flow
C#: Refactor LibraryTypeDataFlow
This commit is contained in:
@@ -82,7 +82,6 @@ Element getCollectionAssignmentTarget(Expr e) {
|
||||
ief = mc.getQualifier().getType().getSourceDeclaration() and
|
||||
m = mc.getTarget().getSourceDeclaration() and
|
||||
ief.callableFlow(source, sink, m, _) and
|
||||
source.getCallable() = m and
|
||||
source.getArgumentIndex() = i and
|
||||
e = mc.getArgument(i)
|
||||
)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user