Skip to content

Commit

Permalink
add remove rule 930130
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdawson1982 committed Oct 25, 2024
1 parent 1370020 commit 76aa6f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployments/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
nginx.ingress.kubernetes.io/enable-modsecurity: "true"
nginx.ingress.kubernetes.io/modsecurity-snippet: |
SecRuleEngine On
SecRule REQUEST_URI "@contains .profile" "id:1005,phase:2,ctl:ruleRemoveById=930130"
SecDefaultAction "phase:2,pass,log,tag:github_team=data-catalogue"
SecDefaultAction "phase:4,pass,log,tag:github_team=data-catalogue"
spec:
Expand Down

0 comments on commit 76aa6f2

Please sign in to comment.