We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57192e8 commit b6a31b1Copy full SHA for b6a31b1
1 file changed
go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImpl.qll
@@ -243,6 +243,7 @@ module SourceSinkInterpretationInput implements
243
(
244
not callTarget instanceof Method
245
or
246
+ callTarget instanceof Method and
247
elementAppliesToQualifier(result, cn.getReceiver())
248
)
249
0 commit comments