mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
JS: use test-local data extensions
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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",
|
||||
]
|
||||
Reference in New Issue
Block a user