mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
revert change to return-type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user