Skip to content

Commit

Permalink
check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-omerma committed Nov 7, 2024
1 parent 83f6605 commit 432c316
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions internal/resources/tests/web-api-practice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,16 @@ resource "inext_web_api_practice" %[1]q {
medium_confidence = "Prevent"
low_confidence = "Detect"
}
api_attacks {
minimum_severity = "High"
advanced_setting {
body_size = 1000000
url_size = 32768
header_size = 102400
max_object_depth = 40
illegal_http_methods = false
}
}
}
`, name)
}
Expand Down

0 comments on commit 432c316

Please sign in to comment.