mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Update csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e35fa923c7
commit
1151fc3be2
@@ -474,7 +474,7 @@ private module Cached {
|
||||
kmp = TMkPair(kind, model) and
|
||||
gv = convertAcceptingValue(acceptingvalue)
|
||||
|
|
||||
g.(Call).getAnArgument() = e or g.(MethodCall).getQualifier() = e
|
||||
g.(Call).getAnArgument() = e or g.(QualifiableExpr).getQualifier() = e
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user