mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
17 lines
696 B
YAML
17 lines
696 B
YAML
extensions:
|
|
|
|
- addsTo:
|
|
pack: codeql/threat-models
|
|
extensible: threatModelConfiguration
|
|
data:
|
|
- ["database", true, 0]
|
|
|
|
- addsTo:
|
|
pack: codeql/csharp-all
|
|
extensible: sourceModel
|
|
data:
|
|
- ["My.Qltest", "TestSources", False, "ExecuteQuery", "(System.String)", "", "ReturnValue", "database", "manual"]
|
|
- ["My.Qltest", "TestSources", False, "ReadEnv", "(System.String)", "", "ReturnValue", "environment", "manual"]
|
|
- ["My.Qltest", "TestSources", False, "GetCustom", "(System.String)", "", "ReturnValue", "custom", "manual"]
|
|
- ["My.Qltest", "TestSources", False, "GetCliArg", "(System.Int32)", "", "ReturnValue", "commandargs", "manual"]
|