Skip to content

Commit 2497a16

Browse files
committed
C++: Add summary steps.
1 parent 8c615ec commit 2497a16

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
extensions:
2+
- addsTo:
3+
pack: codeql/cpp-all
4+
extensible: summaryModel
5+
data: # namespace, type, subtypes, name, signature, ext, input, output, kind, provenance
6+
- ["Azure::Core", "Url", True, "Url", "", "", "Argument[*0]", "Argument[-1]", "taint", "manual"]
7+
- ["Azure::Core", "Url", True, "SetScheme", "", "", "Argument[*0]", "Argument[-1]", "taint", "manual"]
8+
- ["Azure::Core", "Url", True, "SetHost", "", "", "Argument[*0]", "Argument[-1]", "taint", "manual"]
9+
- ["Azure::Core", "Url", True, "SetPort", "", "", "Argument[0]", "Argument[-1]", "taint", "manual"]
10+
- ["Azure::Core", "Url", True, "SetPath", "", "", "Argument[*0]", "Argument[-1]", "taint", "manual"]
11+
- ["Azure::Core", "Url", True, "SetQueryParameters", "", "", "Argument[0]", "Argument[-1]", "taint", "manual"]
12+
- ["Azure::Core", "Url", True, "AppendPath", "", "", "Argument[*0]", "Argument[-1]", "taint", "manual"]
13+
- ["Azure::Core", "Url", True, "AppendQueryParameter", "", "", "Argument[*1]", "Argument[-1]", "taint", "manual"]
14+
- ["Azure::Core", "Url", True, "GetHost", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"]
15+
- ["Azure::Core", "Url", True, "GetPath", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"]
16+
- ["Azure::Core", "Url", True, "GetPort", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
17+
- ["Azure::Core", "Url", True, "GetQueryParameters", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
18+
- ["Azure::Core", "Url", True, "GetScheme", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"]
19+
- ["Azure::Core", "Url", True, "GetRelativeUrl", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
20+
- ["Azure::Core", "Url", True, "GetAbsoluteUrl", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
21+
- ["Azure::Core", "Url", True, "Decode", "", "", "Argument[*0]", "ReturnValue", "taint", "manual"]
22+
- ["Azure::Core", "Url", True, "Encode", "", "", "Argument[*0]", "ReturnValue", "taint", "manual"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
extensions:
2+
- addsTo:
3+
pack: codeql/cpp-all
4+
extensible: summaryModel
5+
data: # namespace, type, subtypes, name, signature, ext, input, output, kind, provenance
6+
- ["web::http", "uri", True, "encode_uri", "", "", "Argument[*0]", "ReturnValue", "taint", "manual"]
7+
- ["web::http", "uri", True, "encode_data_string", "", "", "Argument[*0]", "ReturnValue", "taint", "manual"]
8+
- ["web::http", "uri", True, "decode", "", "", "Argument[*0]", "ReturnValue", "taint", "manual"]
9+
- ["web::http", "uri", True, "split_path", "", "", "Argument[*0]", "ReturnValue.Element", "taint", "manual"]
10+
- ["web::http", "uri", True, "uri", "", "", "Argument[*0]", "Argument[-1]", "value", "manual"]
11+
- ["web::http", "uri", True, "operator=", "", "", "Argument[*0]", "Argument[-1]", "value", "manual"]
12+
- ["web::http", "uri", True, "operator=", "", "", "Argument[*0]", "ReturnValue[*]", "value", "manual"]
13+
- ["web::http", "uri", True, "scheme", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"]
14+
- ["web::http", "uri", True, "user_info", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"]
15+
- ["web::http", "uri", True, "host", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"]
16+
- ["web::http", "uri", True, "path", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"]
17+
- ["web::http", "uri", True, "query", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"]
18+
- ["web::http", "uri", True, "fragment", "", "", "Argument[-1]", "ReturnValue[*]", "taint", "manual"]
19+
- ["web::http", "uri", True, "authority", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
20+
- ["web::http", "uri", True, "resource", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
21+
- ["web::http", "uri", True, "to_string", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]

0 commit comments

Comments
 (0)