We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c674afb commit 0fb79bdCopy full SHA for 0fb79bd
javascript/ql/lib/semmle/javascript/frameworks/Express.qll
@@ -216,7 +216,8 @@ module Express {
216
Http::routeHandlerStep(result, succ) and
217
t = t2
218
or
219
- DataFlow::SharedFlowStep::storeStep(result, succ, DataFlow::PseudoProperties::arrayElement()) and
+ DataFlow::SharedFlowStep::storeStep(result.getALocalUse(), succ,
220
+ DataFlow::PseudoProperties::arrayElement()) and
221
t = t2.continue()
222
)
223
}
0 commit comments