Skip to content

Commit

Permalink
fix build + snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-0 committed Jan 7, 2025
1 parent 8dc9bd8 commit 2dd7ad6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
TraceId: Id_1,
SpanId: Id_3,
Name: aspnet.request,
Resource: GET /api/asm/injectedheader,
Resource: aspnet.request,
Service: sample,
Type: web,
Tags: {
Expand All @@ -37,7 +37,6 @@
http.request.headers.host: localhost:00000,
http.request.headers.user-agent: Mistake Not...,
http.request.headers.x-forwarded-for: 86.242.244.246,
http.response.headers.content-type: application/json; charset=utf-8,
http.route: api/asm/injectedheader,
http.status_code: 403,
http.url: http://localhost:00000/api/asm/injectedheader,
Expand All @@ -47,7 +46,7 @@
runtime-id: Guid_1,
span.kind: server,
_dd.appsec.fp.http.endpoint: http-get-46993086--,
_dd.appsec.fp.http.header: hdr-0100000000-3626b5f8-3-98425651,
_dd.appsec.fp.http.header: hdr-0000000000-3626b5f8-3-98425651,
_dd.appsec.fp.http.network: net-1-1000000000,
_dd.appsec.json: {"triggers":[{"rule":{"id":"test-dummy-rule","name":"Dummy rule to test blocking","tags":{"category":"attack_attempt","type":"security_scanner"}},"rule_matches":[{"operator":"phrase_match","operator_value":"","parameters":[{"address":"server.response.headers.no_cookies","highlight":["dummy_rule"],"key_path":["x-test"],"value":"dummy_rule"}]}]}]},
_dd.origin: appsec,
Expand Down Expand Up @@ -91,7 +90,7 @@
TraceId: Id_4,
SpanId: Id_6,
Name: aspnet.request,
Resource: GET /api/asm/injectedheader,
Resource: aspnet.request,
Service: sample,
Type: web,
Tags: {
Expand All @@ -104,7 +103,6 @@
http.request.headers.host: localhost:00000,
http.request.headers.user-agent: Mistake Not...,
http.request.headers.x-forwarded-for: 86.242.244.246,
http.response.headers.content-type: application/json; charset=utf-8,
http.route: api/asm/injectedheader,
http.status_code: 403,
http.url: http://localhost:00000/api/asm/injectedheader,
Expand Down Expand Up @@ -158,7 +156,7 @@
TraceId: Id_7,
SpanId: Id_9,
Name: aspnet.request,
Resource: GET /api/asm/injectedheader,
Resource: aspnet.request,
Service: sample,
Type: web,
Tags: {
Expand All @@ -171,7 +169,6 @@
http.request.headers.host: localhost:00000,
http.request.headers.user-agent: Mistake Not...,
http.request.headers.x-forwarded-for: 86.242.244.246,
http.response.headers.content-type: application/json; charset=utf-8,
http.route: api/asm/injectedheader,
http.status_code: 403,
http.url: http://localhost:00000/api/asm/injectedheader,
Expand Down Expand Up @@ -225,7 +222,7 @@
TraceId: Id_10,
SpanId: Id_12,
Name: aspnet.request,
Resource: GET /api/asm/injectedheader,
Resource: aspnet.request,
Service: sample,
Type: web,
Tags: {
Expand All @@ -238,7 +235,6 @@
http.request.headers.host: localhost:00000,
http.request.headers.user-agent: Mistake Not...,
http.request.headers.x-forwarded-for: 86.242.244.246,
http.response.headers.content-type: application/json; charset=utf-8,
http.route: api/asm/injectedheader,
http.status_code: 403,
http.url: http://localhost:00000/api/asm/injectedheader,
Expand Down Expand Up @@ -292,7 +288,7 @@
TraceId: Id_13,
SpanId: Id_15,
Name: aspnet.request,
Resource: GET /api/asm/injectedheader,
Resource: aspnet.request,
Service: sample,
Type: web,
Tags: {
Expand All @@ -305,7 +301,6 @@
http.request.headers.host: localhost:00000,
http.request.headers.user-agent: Mistake Not...,
http.request.headers.x-forwarded-for: 86.242.244.246,
http.response.headers.content-type: application/json; charset=utf-8,
http.route: api/asm/injectedheader,
http.status_code: 403,
http.url: http://localhost:00000/api/asm/injectedheader,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
</Compile>
<Compile Include="App_Start\FilterConfig.cs" />
<Compile Include="App_Start\WebApiConfig.cs" />
<Compile Include="Controllers\AsmController.cs" />
<Compile Include="Controllers\IastController.cs" />
<Compile Include="Controllers\LandingController.cs" />
<Compile Include="Controllers\UserController.cs" />
Expand Down

0 comments on commit 2dd7ad6

Please sign in to comment.