mirror of
https://github.com/github/codeql.git
synced 2026-04-19 05:54:00 +02:00
Restrict to Methods
This commit is contained in:
@@ -243,6 +243,7 @@ module SourceSinkInterpretationInput implements
|
||||
(
|
||||
not callTarget instanceof Method
|
||||
or
|
||||
callTarget instanceof Method and
|
||||
elementAppliesToQualifier(result, cn.getReceiver())
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user