mirror of
https://github.com/github/codeql.git
synced 2026-01-03 17:50:19 +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() }
|