Skip to content

Commit

Permalink
Tesha/fix waf policy examples crs version (#13697)
Browse files Browse the repository at this point in the history
* Remove max file size limit enforcement as it is done in NRP

* Update the CRS version in the examples to reflect latest
  • Loading branch information
tejasshah7 authored Mar 29, 2021
1 parent 336c1e7 commit dcc22b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"managedRuleSets": [
{
"ruleSetType": "OWASP",
"ruleSetVersion": "3.0"
"ruleSetVersion": "3.2"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"managedRuleSets": [
{
"ruleSetType": "OWASP",
"ruleSetVersion": "3.0"
"ruleSetVersion": "3.2"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"managedRuleSets": [
{
"ruleSetType": "OWASP",
"ruleSetVersion": "3.0"
"ruleSetVersion": "3.2"
}
]
},
Expand Down Expand Up @@ -98,7 +98,7 @@
"managedRuleSets": [
{
"ruleSetType": "OWASP",
"ruleSetVersion": "3.0"
"ruleSetVersion": "3.2"
}
]
},
Expand Down Expand Up @@ -188,7 +188,7 @@
"managedRuleSets": [
{
"ruleSetType": "OWASP",
"ruleSetVersion": "3.0"
"ruleSetVersion": "3.2"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"managedRuleSets": [
{
"ruleSetType": "OWASP",
"ruleSetVersion": "3.0",
"ruleSetVersion": "3.2",
"ruleGroupOverrides": [
{
"ruleGroupName": "REQUEST-942-APPLICATION-ATTACK-SQLI",
Expand Down

0 comments on commit dcc22b3

Please sign in to comment.