mirror of
https://github.com/github/codeql.git
synced 2026-03-31 04:38:18 +02:00
Migrate ZeroMQ models from ZMQ.qll and getc-family source models from Gets.qll into new .model.yml files in the ext/ directory. Agent-Logs-Url: https://github.com/github/codeql/sessions/da8f5e5b-35f7-47a4-afa0-750616e3df5b Co-authored-by: owen-mc <62447351+owen-mc@users.noreply.github.com>
23 lines
1.2 KiB
YAML
23 lines
1.2 KiB
YAML
# ZeroMQ networking library models
|
|
extensions:
|
|
- addsTo:
|
|
pack: codeql/cpp-all
|
|
extensible: sourceModel
|
|
data: # namespace, type, subtypes, name, signature, ext, output, kind, provenance
|
|
- ["", "", False, "zmq_recv", "", "", "Argument[*1]", "remote", "manual"]
|
|
- ["", "", False, "zmq_recvmsg", "", "", "Argument[*1]", "remote", "manual"]
|
|
- ["", "", False, "zmq_msg_recv", "", "", "Argument[*0]", "remote", "manual"]
|
|
- addsTo:
|
|
pack: codeql/cpp-all
|
|
extensible: sinkModel
|
|
data: # namespace, type, subtypes, name, signature, ext, input, kind, provenance
|
|
- ["", "", False, "zmq_send", "", "", "Argument[*1]", "remote-sink", "manual"]
|
|
- ["", "", False, "zmq_sendmsg", "", "", "Argument[*1]", "remote-sink", "manual"]
|
|
- ["", "", False, "zmq_msg_send", "", "", "Argument[*0]", "remote-sink", "manual"]
|
|
- addsTo:
|
|
pack: codeql/cpp-all
|
|
extensible: summaryModel
|
|
data: # namespace, type, subtypes, name, signature, ext, input, output, kind, provenance
|
|
- ["", "", False, "zmq_msg_init_data", "", "", "Argument[*1]", "Argument[*0]", "taint", "manual"]
|
|
- ["", "", False, "zmq_msg_data", "", "", "Argument[*0]", "ReturnValue[*]", "taint", "manual"]
|