Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c050d3 commit edebbd6Copy full SHA for edebbd6
1 file changed
javascript/ql/src/semmle/javascript/frameworks/HTTP.qll
@@ -661,7 +661,8 @@ module HTTP {
661
)
662
}
663
664
- override RouteHandlerCandidate getRouteHandler(DataFlow::SourceNode access) {
+ override DataFlow::SourceNode getRouteHandler(DataFlow::SourceNode access) {
665
+ result instanceof RouteHandlerCandidate and
666
exists(
667
DataFlow::Node input, TypeTrackingPseudoProperty key, CollectionFlowStep store,
668
CollectionFlowStep load, DataFlow::Node storeTo, DataFlow::Node loadFrom
0 commit comments