mirror of
https://github.com/github/codeql.git
synced 2026-03-17 04:56:58 +01:00
17 lines
579 B
YAML
17 lines
579 B
YAML
extensions:
|
|
|
|
- addsTo:
|
|
pack: codeql/threat-models
|
|
extensible: threatModelConfiguration
|
|
data:
|
|
- ["local", true, 0]
|
|
- ["environment", false, 1]
|
|
|
|
- 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"]
|