Skip to content

Commit

Permalink
Merge pull request #504 from ganesh-k13/waf-new-features
Browse files Browse the repository at this point in the history
WAF New Features
  • Loading branch information
sreejithgs authored Dec 16, 2021
2 parents 11e7292 + c671952 commit 497ce13
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crd/waf/waf-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,17 @@ spec:
cookie_transform: "on"
add_cookie_flags: "httpOnly"
decode_request_cookies: "on"
rfc_profile:
name: "APPFW_RFC_BYPASS"
streaming:
value: "on"
html:
sql_injection:
check_sql_wildchars: "on"
transform_special_chars: "on"
injection_type: "SQLSplCharORKeyword"
parse_comments: "ansinested"
sql_injection_grammar: "on"
cross_site_scripting:
check_complete_urls: "on"
transform_unsafe_html: "on"
Expand Down Expand Up @@ -159,6 +164,8 @@ spec:
max_len: 128
string:
max_len: 1000000
sql_injection:
sql_injection_grammar: "off"
relaxations:
html:
cross_site_scripting:
Expand Down
14 changes: 14 additions & 0 deletions crd/waf/wafrfc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: citrix.com/v1
kind: waf
metadata:
name: wafrfc
spec:
servicenames:
- frontend
application_type:
- HTML
html_error_object: "http://x.x.x.x/crd/error_page.json"
settings:
common:
rfc_profile:
name: "APPFW_RFC_BYPASS"

0 comments on commit 497ce13

Please sign in to comment.