move new predicates to a more fitting location

This commit is contained in:
Erik Krogh Kristensen
2020-09-20 22:15:03 +02:00
parent 5fd4c7a422
commit ae228cb5b2
4 changed files with 49 additions and 48 deletions

View File

@@ -50,7 +50,7 @@ private DataFlow::SourceNode getARouteUsingCookies(DataFlow::TypeTracker t) {
result = pred.track(t2, t)
or
t = t2 and
Express::routeHandlerStep(pred, result)
HTTP::routeHandlerStep(pred, result)
)
}