mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
feat: Add models and expected
This commit is contained in:
committed by
Michael Nebel
parent
2f5cb1ab29
commit
6c138ae485
21
csharp/ql/lib/ext/Amazon.Lambda.model.yml
Normal file
21
csharp/ql/lib/ext/Amazon.Lambda.model.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: codeql/csharp-all
|
||||
extensible: sourceModel
|
||||
data:
|
||||
- ["Amazon.Lambda.APIGatewayEvents","APIGatewayHttpApiV2ProxyRequest",true,"get_Headers","()","","ReturnValue","remote","manual"]
|
||||
- ["Amazon.Lambda.APIGatewayEvents","APIGatewayHttpApiV2ProxyRequest",true,"get_Body","()","","ReturnValue","remote","manual"]
|
||||
- ["Amazon.Lambda.APIGatewayEvents","APIGatewayHttpApiV2ProxyRequest",true,"get_RawPath","()","","ReturnValue","remote","manual"]
|
||||
- ["Amazon.Lambda.APIGatewayEvents","APIGatewayHttpApiV2ProxyRequest",true,"get_RawQueryString","()","","ReturnValue","remote","manual"]
|
||||
- ["Amazon.Lambda.APIGatewayEvents","APIGatewayHttpApiV2ProxyRequest",true,"get_Cookies","()","","ReturnValue","remote","manual"]
|
||||
- ["Amazon.Lambda.APIGatewayEvents","APIGatewayHttpApiV2ProxyRequest",true,"get_PathParameters","()","","ReturnValue","remote","manual"]
|
||||
|
||||
- addsTo:
|
||||
pack: codeql/csharp-all
|
||||
extensible: sinkModel
|
||||
data: []
|
||||
|
||||
- addsTo:
|
||||
pack: codeql/csharp-all
|
||||
extensible: summaryModel
|
||||
data: []
|
||||
@@ -0,0 +1,7 @@
|
||||
| lambda.cs:11:27:11:38 | access to property Body |
|
||||
| lambda.cs:12:29:12:43 | access to property Cookies |
|
||||
| lambda.cs:14:30:14:44 | access to property RawPath |
|
||||
| lambda.cs:15:31:15:52 | access to property RawQueryString |
|
||||
| lambda.cs:16:13:16:34 | access to property PathParameters |
|
||||
| lambda.cs:18:29:18:43 | access to property Headers |
|
||||
| lambda.cs:19:13:19:27 | access to property Headers |
|
||||
Reference in New Issue
Block a user