Skip to content

Commit af06763

Browse files
committed
Dataflow: Propagate provenance correctly for flow-through wrappers.
1 parent 05b0a3f commit af06763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dataflow/codeql/dataflow/internal/DataFlowImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4526,7 +4526,7 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
45264526
pathThroughCallable(mid, node, state, cc, t, ap, label) and
45274527
sc = mid.getSummaryCtx() and
45284528
isStoreStep = false and
4529-
summaryLabel = mid.getSummaryLabel()
4529+
summaryLabel = mergeLabels(mid.getSummaryLabel(), label)
45304530
}
45314531

45324532
pragma[nomagic]

0 commit comments

Comments
 (0)