mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
17 lines
558 B
YAML
17 lines
558 B
YAML
extensions:
|
|
|
|
- addsTo:
|
|
pack: codeql/java-all
|
|
extensible: supportedThreatModels
|
|
data:
|
|
- ["environment"]
|
|
- ["commandargs"]
|
|
|
|
- addsTo:
|
|
pack: codeql/java-all
|
|
extensible: sourceModel
|
|
data:
|
|
- ["testlib", "TestSources", False, "executeQuery", "(String)", "", "ReturnValue", "database", "manual"]
|
|
- ["testlib", "TestSources", False, "readEnv", "(String)", "", "ReturnValue", "environment", "manual"]
|
|
- ["testlib", "TestSources", False, "getCustom", "(String)", "", "ReturnValue", "custom", "manual"]
|