JS: Include a local step before store step

This commit is contained in:
Asger F
2023-04-27 17:56:20 +02:00
parent c674afb674
commit 0fb79bdf64

View File

@@ -216,7 +216,8 @@ module Express {
Http::routeHandlerStep(result, succ) and
t = t2
or
DataFlow::SharedFlowStep::storeStep(result, succ, DataFlow::PseudoProperties::arrayElement()) and
DataFlow::SharedFlowStep::storeStep(result.getALocalUse(), succ,
DataFlow::PseudoProperties::arrayElement()) and
t = t2.continue()
)
}