revert change to return-type

This commit is contained in:
Erik Krogh Kristensen
2020-09-21 10:18:22 +02:00
parent 6c050d3160
commit edebbd640e

View File

@@ -661,7 +661,8 @@ module HTTP {
)
}
override RouteHandlerCandidate getRouteHandler(DataFlow::SourceNode access) {
override DataFlow::SourceNode getRouteHandler(DataFlow::SourceNode access) {
result instanceof RouteHandlerCandidate and
exists(
DataFlow::Node input, TypeTrackingPseudoProperty key, CollectionFlowStep store,
CollectionFlowStep load, DataFlow::Node storeTo, DataFlow::Node loadFrom