|
| 1 | + # partial model of windows system calls |
| 2 | +extensions: |
| 3 | + - addsTo: |
| 4 | + pack: codeql/cpp-all |
| 5 | + extensible: sourceModel |
| 6 | + data: # namespace, type, subtypes, name, signature, ext, output, kind, provenance |
| 7 | + # processenv.h |
| 8 | + - ["", "", False, "GetCommandLineA", "", "", "ReturnValue[*]", "local", "manual"] |
| 9 | + - ["", "", False, "GetCommandLineW", "", "", "ReturnValue[*]", "local", "manual"] |
| 10 | + - ["", "", False, "GetEnvironmentStringsA", "", "", "ReturnValue[*]", "local", "manual"] |
| 11 | + - ["", "", False, "GetEnvironmentStringsW", "", "", "ReturnValue[*]", "local", "manual"] |
| 12 | + - ["", "", False, "GetEnvironmentVariableA", "", "", "Argument[*1]", "local", "manual"] |
| 13 | + - ["", "", False, "GetEnvironmentVariableW", "", "", "Argument[*1]", "local", "manual"] |
| 14 | + - addsTo: |
| 15 | + pack: codeql/cpp-all |
| 16 | + extensible: summaryModel |
| 17 | + data: # namespace, type, subtypes, name, signature, ext, input, output, kind, provenance |
| 18 | + # shellapi.h |
| 19 | + - ["", "", False, "CommandLineToArgvA", "", "", "Argument[*0]", "ReturnValue[**]", "taint", "manual"] |
| 20 | + - ["", "", False, "CommandLineToArgvW", "", "", "Argument[*0]", "ReturnValue[**]", "taint", "manual"] |
0 commit comments