Thanks to visit codestin.com
Credit goes to github.com

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 <[email protected]>
1 parent e35fa92 commit 1151fc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)