mirror of
https://github.com/github/codeql.git
synced 2025-12-25 21:26:37 +01:00
21 lines
437 B
YAML
21 lines
437 B
YAML
extensions:
|
|
- addsTo:
|
|
pack: codeql/javascript-all
|
|
extensible: sinkModel
|
|
data:
|
|
- [
|
|
"@example/mysql.Connection",
|
|
"Member[query].Argument[0]",
|
|
"sql-injection",
|
|
]
|
|
|
|
- addsTo:
|
|
pack: codeql/javascript-all
|
|
extensible: typeModel
|
|
data:
|
|
- [
|
|
"@example/mysql.Connection",
|
|
"@example/db",
|
|
"Member[getConnection].ReturnValue",
|
|
]
|