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>
20 lines
1.2 KiB
YAML
20 lines
1.2 KiB
YAML
# Models for getc and similar character-reading functions
|
|
extensions:
|
|
- addsTo:
|
|
pack: codeql/cpp-all
|
|
extensible: sourceModel
|
|
data: # namespace, type, subtypes, name, signature, ext, output, kind, provenance
|
|
- ["", "", False, "getc", "", "", "ReturnValue", "remote", "manual"]
|
|
- ["", "", False, "getwc", "", "", "ReturnValue", "remote", "manual"]
|
|
- ["", "", False, "_getc_nolock", "", "", "ReturnValue", "remote", "manual"]
|
|
- ["", "", False, "_getwc_nolock", "", "", "ReturnValue", "remote", "manual"]
|
|
- ["", "", False, "getch", "", "", "ReturnValue", "local", "manual"]
|
|
- ["", "", False, "_getch", "", "", "ReturnValue", "local", "manual"]
|
|
- ["", "", False, "_getwch", "", "", "ReturnValue", "local", "manual"]
|
|
- ["", "", False, "_getch_nolock", "", "", "ReturnValue", "local", "manual"]
|
|
- ["", "", False, "_getwch_nolock", "", "", "ReturnValue", "local", "manual"]
|
|
- ["", "", False, "getchar", "", "", "ReturnValue", "local", "manual"]
|
|
- ["", "", False, "getwchar", "", "", "ReturnValue", "local", "manual"]
|
|
- ["", "", False, "_getchar_nolock", "", "", "ReturnValue", "local", "manual"]
|
|
- ["", "", False, "_getwchar_nolock", "", "", "ReturnValue", "local", "manual"]
|