mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
Remove comment line
This commit is contained in:
@@ -42,10 +42,7 @@ private module Apollo {
|
||||
|
||||
/** A string that is interpreted as a GraphQL query by a `graphql` package. */
|
||||
private class ApolloServer extends ApolloGraphQL::ApolloGraphQLServer {
|
||||
ApolloServer() {
|
||||
this = apollo().getAnInstantiation()
|
||||
// or this = apollo().getAnInstantiation().getOptionArgument(0, "cors")
|
||||
}
|
||||
ApolloServer() { this = apollo().getAnInstantiation() }
|
||||
|
||||
predicate isPermissive() {
|
||||
this.(DataFlow::NewNode)
|
||||
|
||||
Reference in New Issue
Block a user