mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
JS: formatting
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import javascript
|
||||
|
||||
query predicate getRouteHandlerContainerStep(
|
||||
HTTP::RouteHandlerCandidateContainer container, DataFlow::SourceNode handler, DataFlow::SourceNode access
|
||||
HTTP::RouteHandlerCandidateContainer container, DataFlow::SourceNode handler,
|
||||
DataFlow::SourceNode access
|
||||
) {
|
||||
handler = container.getRouteHandler(access)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user