There was an error while loading. Please reload this page.
1 parent a0083b5 commit fde4b4eCopy full SHA for fde4b4e
1 file changed
shared/dataflow/codeql/dataflow/internal/FlowSummaryImpl.qll
@@ -698,6 +698,11 @@ module Make<
698
s.length() = 1 and
699
s.head() instanceof TArgumentSummaryComponent
700
or
701
+ // Argument[n].Parameter[m].*
702
+ s.length() = 2 and
703
+ s.head() instanceof TParameterSummaryComponent and
704
+ s.tail().head() instanceof TArgumentSummaryComponent
705
+ or
706
// ReturnValue.*
707
708
s.head() instanceof TReturnSummaryComponent
0 commit comments