|
| 1 | +extensions: |
| 2 | + # partial model of the Boost::Asio network library |
| 3 | +extensions: |
| 4 | + - addsTo: |
| 5 | + pack: codeql/cpp-all |
| 6 | + extensible: sourceModel |
| 7 | + data: # namespace, type, subtypes, name, signature, ext, output, kind, provenance |
| 8 | + - ["boost::asio", "", False, "read", "", "", "Argument[*1]", "remote", "manual"] |
| 9 | + - ["boost::asio", "", False, "read_at", "", "", "Argument[*2]", "remote", "manual"] |
| 10 | + - ["boost::asio", "", False, "read_until", "", "", "Argument[*1]", "remote", "manual"] |
| 11 | + - ["boost::asio", "", False, "async_read", "", "", "Argument[*1]", "remote", "manual"] |
| 12 | + - ["boost::asio", "", False, "async_read_at", "", "", "Argument[*2]", "remote", "manual"] |
| 13 | + - ["boost::asio", "", False, "async_read_until", "", "", "Argument[*1]", "remote", "manual"] |
| 14 | + - addsTo: |
| 15 | + pack: codeql/cpp-all |
| 16 | + extensible: sinkModel |
| 17 | + data: # namespace, type, subtypes, name, signature, ext, input, kind, provenance |
| 18 | + - ["boost::asio", "", False, "write", "", "", "Argument[*1]", "remote-sink", "manual"] |
| 19 | + - ["boost::asio", "", False, "write_at", "", "", "Argument[*2]", "remote-sink", "manual"] |
| 20 | + - ["boost::asio", "", False, "async_write", "", "", "Argument[*1]", "remote-sink", "manual"] |
| 21 | + - ["boost::asio", "", False, "async_write_at", "", "", "Argument[*2]", "remote-sink", "manual"] |
| 22 | + - addsTo: |
| 23 | + pack: codeql/cpp-all |
| 24 | + extensible: summaryModel |
| 25 | + data: # namespace, type, subtypes, name, signature, ext, input, output, kind, provenance |
| 26 | + - ["boost::asio", "", False, "buffer", "", "", "Argument[*0]", "ReturnValue", "taint", "manual"] |
0 commit comments