mirror of
https://github.com/github/codeql.git
synced 2026-01-04 10:10:20 +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() }
|