mirror of
https://github.com/github/codeql.git
synced 2026-01-04 02:00:18 +01:00
16 lines
733 B
YAML
16 lines
733 B
YAML
extensions:
|
|
- addsTo:
|
|
pack: codeql/cpp-all
|
|
extensible: sourceModel
|
|
data: # namespace, type, subtypes, name, signature, ext, output, kind, provenance
|
|
- ["", "", False, "ymlSource", "", "", "ReturnValue", "local", "manual"]
|
|
- addsTo:
|
|
pack: codeql/cpp-all
|
|
extensible: sinkModel
|
|
data: # namespace, type, subtypes, name, signature, ext, input, kind, provenance
|
|
- ["", "", False, "ymlSink", "", "", "Argument[0]", "test-sink", "manual"]
|
|
- addsTo:
|
|
pack: codeql/cpp-all
|
|
extensible: summaryModel
|
|
data: # namespace, type, subtypes, name, signature, ext, input, output, kind, provenance
|
|
- ["", "", False, "ymlStep", "", "", "Argument[0]", "ReturnValue", "taint", "manual"] |