Skip to content

Commit a7a6de8

Browse files
authored
Merge pull request #504 from ganesh-k13/waf-new-features
WAF New Features
2 parents e76c351 + 0966e2a commit a7a6de8

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

crd/waf/waf-full.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,17 @@ spec:
9898
cookie_transform: "on"
9999
add_cookie_flags: "httpOnly"
100100
decode_request_cookies: "on"
101+
rfc_profile:
102+
name: "APPFW_RFC_BYPASS"
103+
streaming:
104+
value: "on"
101105
html:
102106
sql_injection:
103107
check_sql_wildchars: "on"
104108
transform_special_chars: "on"
105109
injection_type: "SQLSplCharORKeyword"
106110
parse_comments: "ansinested"
111+
sql_injection_grammar: "on"
107112
cross_site_scripting:
108113
check_complete_urls: "on"
109114
transform_unsafe_html: "on"
@@ -159,6 +164,8 @@ spec:
159164
max_len: 128
160165
string:
161166
max_len: 1000000
167+
sql_injection:
168+
sql_injection_grammar: "off"
162169
relaxations:
163170
html:
164171
cross_site_scripting:

crd/waf/wafrfc.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: citrix.com/v1
2+
kind: waf
3+
metadata:
4+
name: wafrfc
5+
spec:
6+
servicenames:
7+
- frontend
8+
application_type:
9+
- HTML
10+
html_error_object: "http://x.x.x.x/crd/error_page.json"
11+
settings:
12+
common:
13+
rfc_profile:
14+
name: "APPFW_RFC_BYPASS"

0 commit comments

Comments
 (0)