mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
import javascript
|
|
|
|
query predicate knexLibrary = Knex::knexLibrary/0;
|
|
|
|
query predicate knexObject = Knex::knexObject/0;
|
|
|
|
query Knex::RawKnexCall rawCall() { any() }
|
|
|
|
query SQL::SqlString sqlString() { any() }
|