mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01: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