Skip to content

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Sandesh Kumar <[email protected]>
  • Loading branch information
sandeshkr419 committed Sep 26, 2023
1 parent 7af58b2 commit 7514d06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/resources/waf-sample.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"timestamp": 1659916542791,
"formatVersion": 11234,
"formatVersion": 1234,
"webaclId": "1234",
"terminatingRuleId": "AWS-1234t",
"terminatingRuleId": "AWS-1234",
"terminatingRuleType": "ABCD",
"action": "BLOCK",
"terminatingRuleMatchDetails": [],
Expand All @@ -11,7 +11,7 @@
"rateBasedRuleList": [],
"nonTerminatingMatchingRules": [],
"requestHeadersInserted": null,
"responseCodeSent": 200,
"responseCodeSent": 403,
"httpRequest": {
"uri": "/.env",
"args": "",
Expand All @@ -21,7 +21,7 @@
"headers": [
{
"name": "Host",
"value": "54.156.50.205"
"value": "12.34.56.789"
},
{
"name": "Content-Length",
Expand Down

0 comments on commit 7514d06

Please sign in to comment.