mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
JS: Track express route handlers into arrays
This commit is contained in:
@@ -215,6 +215,9 @@ module Express {
|
||||
or
|
||||
Http::routeHandlerStep(result, succ) and
|
||||
t = t2
|
||||
or
|
||||
DataFlow::SharedFlowStep::storeStep(result, succ, DataFlow::PseudoProperties::arrayElement()) and
|
||||
t = t2.continue()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user