Skip to content

Commit 1151fc3

Browse files
aschackmullowen-mc
andauthored
Update csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
1 parent e35fa92 commit 1151fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ private module Cached {
474474
kmp = TMkPair(kind, model) and
475475
gv = convertAcceptingValue(acceptingvalue)
476476
|
477-
g.(Call).getAnArgument() = e or g.(MethodCall).getQualifier() = e
477+
g.(Call).getAnArgument() = e or g.(QualifiableExpr).getQualifier() = e
478478
)
479479
}
480480

0 commit comments

Comments
 (0)