Skip to content

Commit 6c138ae

Browse files
GeekMashermichaelnebel
authored andcommitted
feat: Add models and expected
1 parent 2f5cb1a commit 6c138ae

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
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/csharp-all
4+
extensible: sourceModel
5+
data:
6+
- ["Amazon.Lambda.APIGatewayEvents","APIGatewayHttpApiV2ProxyRequest",true,"get_Headers","()","","ReturnValue","remote","manual"]
7+
- ["Amazon.Lambda.APIGatewayEvents","APIGatewayHttpApiV2ProxyRequest",true,"get_Body","()","","ReturnValue","remote","manual"]
8+
- ["Amazon.Lambda.APIGatewayEvents","APIGatewayHttpApiV2ProxyRequest",true,"get_RawPath","()","","ReturnValue","remote","manual"]
9+
- ["Amazon.Lambda.APIGatewayEvents","APIGatewayHttpApiV2ProxyRequest",true,"get_RawQueryString","()","","ReturnValue","remote","manual"]
10+
- ["Amazon.Lambda.APIGatewayEvents","APIGatewayHttpApiV2ProxyRequest",true,"get_Cookies","()","","ReturnValue","remote","manual"]
11+
- ["Amazon.Lambda.APIGatewayEvents","APIGatewayHttpApiV2ProxyRequest",true,"get_PathParameters","()","","ReturnValue","remote","manual"]
12+
13+
- addsTo:
14+
pack: codeql/csharp-all
15+
extensible: sinkModel
16+
data: []
17+
18+
- addsTo:
19+
pack: codeql/csharp-all
20+
extensible: summaryModel
21+
data: []
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
| lambda.cs:11:27:11:38 | access to property Body |
2+
| lambda.cs:12:29:12:43 | access to property Cookies |
3+
| lambda.cs:14:30:14:44 | access to property RawPath |
4+
| lambda.cs:15:31:15:52 | access to property RawQueryString |
5+
| lambda.cs:16:13:16:34 | access to property PathParameters |
6+
| lambda.cs:18:29:18:43 | access to property Headers |
7+
| lambda.cs:19:13:19:27 | access to property Headers |

0 commit comments

Comments
 (0)