Skip to content

Commit

Permalink
remove domains care standards & cicap (#896)
Browse files Browse the repository at this point in the history
Co-authored-by: Narinder Doal <nsd17@hotmail.co.uk>
  • Loading branch information
narinder17 and Narinder Doal authored Feb 27, 2025
1 parent 1b8e153 commit 848812b
Showing 1 changed file with 0 additions and 132 deletions.
132 changes: 0 additions & 132 deletions environments/prod/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -202,57 +202,7 @@ frontends = [
}
]
},
{
name = "trib-care-standards"
mode = "Prevention"
custom_domain = "carestandards.decisions.tribunals.gov.uk"
dns_zone_name = "decisions.tribunals.gov.uk"
backend_domain = ["dts-tribs-prod-1612499966.eu-west-1.elb.amazonaws.com"]
shutter_app = false
hosted_externally = true
cache_enabled = false

global_exclusions = [
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "__VIEWSTATE"
},
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "__EVENTVALIDATION"
},
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "drpMainCategory"
},
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "InitialBodyContents"
}
]
custom_rules = [
{
name = "AllowAllAdmin",
type = "MatchRule"
priority = 1
action = "Allow"

match_conditions = [
{
match_variable = "RequestUri"
operator = "Contains"
negation_condition = false
match_values = [
"/Admin", "/Secure"]
}
]
}
]
},
{
name = "trib-lands-chamber"
mode = "Prevention"
Expand Down Expand Up @@ -419,88 +369,6 @@ frontends = [
}
]
},
{
name = "trib-cicap"
mode = "Prevention"
custom_domain = "cicap.decisions.tribunals.gov.uk"
dns_zone_name = "decisions.tribunals.gov.uk"
backend_domain = ["dts-tribs-prod-1612499966.eu-west-1.elb.amazonaws.com"]
shutter_app = false
hosted_externally = true
cache_enabled = false
disabled_rules = {
LFI = [
"930110", // false positive on multi-part uploads
"930100",
"930120"
],
RFI = [
"931130"
],
SQLI = [
"942100",
"942150",
"942110",
"942180",
"942260",
"942160",
"942190"
],
XSS = [
"941100",
"941130",
"941110",
"941160",
"941170",
"941120",
"941210",
"941150",
"941180",
"941140",
"941320"
],
RCE = [
"932130",
"932100",
"932160",
"932170",
"932110"
],
JAVA = [
"944100",
"944240"
],
PHP = [
"933100"
]

},
global_exclusions = [
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "__VIEWSTATE"
}
]
custom_rules = [
{
name = "AllowAllAdmin",
type = "MatchRule"
priority = 1
action = "Allow"

match_conditions = [
{
match_variable = "RequestUri"
operator = "Contains"
negation_condition = false
match_values = [
"/Admin", "/Secure"]
}
]
}
]
},
{
name = "jd-bureau"
custom_domain = "juror-bureau.justice.gov.uk"
Expand Down

0 comments on commit 848812b

Please sign in to comment.