mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
16 lines
526 B
YAML
16 lines
526 B
YAML
extensions:
|
|
|
|
- addsTo:
|
|
pack: codeql/java-all
|
|
extensible: supportedThreatModels
|
|
data:
|
|
- ["all"]
|
|
|
|
- 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"]
|