Skip to content

Update list of violations in ApPolicy CRD #7723

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions config/crd/bases/appprotect.f5.com_appolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ spec:
- VIOL_ASM_COOKIE_HIJACKING
- VIOL_ASM_COOKIE_MODIFIED
- VIOL_BLACKLISTED_IP
- VIOL_BOT_CLIENT
- VIOL_BRUTE_FORCE
- VIOL_COOKIE_EXPIRED
- VIOL_COOKIE_LENGTH
- VIOL_COOKIE_MALFORMED
Expand All @@ -195,6 +197,7 @@ spec:
- VIOL_FILE_UPLOAD
- VIOL_FILE_UPLOAD_IN_BODY
- VIOL_FILETYPE
- VIOL_GEOLOCATION
- VIOL_GRAPHQL_ERROR_RESPONSE
- VIOL_GRAPHQL_FORMAT
- VIOL_GRAPHQL_INTROSPECTION_QUERY
Expand All @@ -210,6 +213,9 @@ spec:
- VIOL_JSON_FORMAT
- VIOL_JSON_MALFORMED
- VIOL_JSON_SCHEMA
- VIOL_LOGIN
- VIOL_LOGIN_URL_BYPASSED
- VIOL_LOGIN_URL_EXPIRED
- VIOL_MANDATORY_HEADER
- VIOL_MANDATORY_PARAMETER
- VIOL_MANDATORY_REQUEST_BODY
Expand Down Expand Up @@ -239,6 +245,7 @@ spec:
- VIOL_URL_CONTENT_TYPE
- VIOL_URL_LENGTH
- VIOL_URL_METACHAR
- VIOL_WEBSOCKET_BAD_REQUEST
- VIOL_XML_FORMAT
- VIOL_XML_MALFORMED
type: string
Expand Down
7 changes: 7 additions & 0 deletions deploy/crds-nap-waf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ spec:
- VIOL_ASM_COOKIE_HIJACKING
- VIOL_ASM_COOKIE_MODIFIED
- VIOL_BLACKLISTED_IP
- VIOL_BOT_CLIENT
- VIOL_BRUTE_FORCE
- VIOL_COOKIE_EXPIRED
- VIOL_COOKIE_LENGTH
- VIOL_COOKIE_MALFORMED
Expand All @@ -279,6 +281,7 @@ spec:
- VIOL_FILE_UPLOAD
- VIOL_FILE_UPLOAD_IN_BODY
- VIOL_FILETYPE
- VIOL_GEOLOCATION
- VIOL_GRAPHQL_ERROR_RESPONSE
- VIOL_GRAPHQL_FORMAT
- VIOL_GRAPHQL_INTROSPECTION_QUERY
Expand All @@ -294,6 +297,9 @@ spec:
- VIOL_JSON_FORMAT
- VIOL_JSON_MALFORMED
- VIOL_JSON_SCHEMA
- VIOL_LOGIN
- VIOL_LOGIN_URL_BYPASSED
- VIOL_LOGIN_URL_EXPIRED
- VIOL_MANDATORY_HEADER
- VIOL_MANDATORY_PARAMETER
- VIOL_MANDATORY_REQUEST_BODY
Expand Down Expand Up @@ -323,6 +329,7 @@ spec:
- VIOL_URL_CONTENT_TYPE
- VIOL_URL_LENGTH
- VIOL_URL_METACHAR
- VIOL_WEBSOCKET_BAD_REQUEST
- VIOL_XML_FORMAT
- VIOL_XML_MALFORMED
type: string
Expand Down
Loading