Skip to content

Commit

Permalink
Restrict to Methods
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-mc committed Nov 11, 2024
1 parent 57192e8 commit b6a31b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImpl.qll
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ module SourceSinkInterpretationInput implements
(
not callTarget instanceof Method
or
callTarget instanceof Method and
elementAppliesToQualifier(result, cn.getReceiver())
)
)
Expand Down

0 comments on commit b6a31b1

Please sign in to comment.