diff --git a/config/owasp/suppressions.xml b/config/owasp/suppressions.xml index 85a3d37c..8b025439 100644 --- a/config/owasp/suppressions.xml +++ b/config/owasp/suppressions.xml @@ -68,14 +68,13 @@ CVE-2020-8908 CVE-2023-20873 CVE-2023-41080 - CVE-2023-34047 + CVE-2023-5072 + CVE-2023-44487 CVE-2023-42795 CVE-2023-45648 - CVE-2023-5072 + CVE-2023-34047 CVE-2023-6378 - CVE-2023-44487 CVE-2023-46589 - diff --git a/src/main/resources/wa-task-configuration-privatelaw-prlapps.dmn b/src/main/resources/wa-task-configuration-privatelaw-prlapps.dmn index c89ea06f..7732e44d 100644 --- a/src/main/resources/wa-task-configuration-privatelaw-prlapps.dmn +++ b/src/main/resources/wa-task-configuration-privatelaw-prlapps.dmn @@ -1,5 +1,5 @@ - + @@ -9,12 +9,7 @@ - if(taskAttributes != null and taskAttributes.taskType != null) then - taskAttributes. taskType - else if(taskType != null) then - taskType - else - null + @@ -541,7 +536,7 @@ "majorPriority" - if (caseDate.isUrgentFlag != null and caseData.isUrgentFlag="Yes") then 2000 else if (caseData.allegationsOfHarmYesNo != null and caseData.allegationsOfHarmYesNo="Yes") then 3000 else 5000 + if (caseData.isUrgentFlag != null and caseData.isUrgentFlag="Yes") then 2000 else if (caseData.allegationsOfHarmYesNo != null and caseData.allegationsOfHarmYesNo="Yes") then 3000 else 5000 @@ -566,6 +561,74 @@ caseData.allegationsOfHarmYesNo="Yes") then 3000 else 5000 + + + + + + "adminServeOrderCreatedByJudgeC100","adminServeOrderCreatedByJudgeFL401" + + + "title" + + + taskAttributes.name + " - " + caseData.orderNameForJudgeCreatedOrder + + + + + + + + + + + "adminServeOrderC100","adminServeOrderFL401" + + + "title" + + + taskAttributes.name + " - " + caseData.orderNameForJudgeApproved + + + + + + + + + + + "reviewSolicitorOrderProvided" + + + "title" + + + taskAttributes.name + " - " + caseData.orderNameForSolicitorCreatedOrder + + + + + + + + + + + "reviewAdminOrderProvided" + + + "title" + + + taskAttributes.name + " - " + caseData.orderNameForAdminCreatedOrder + + + + + @@ -1026,7 +1089,7 @@ caseData.allegationsOfHarmYesNo="Yes") then 3000 else 5000 "description" - "[Check for Confidential Documents](/cases/case-details/${[CASE_REFERENCE]}#Case File View" + "[Check for Confidential Documents](/cases/case-details/${[CASE_REFERENCE]}#Case%20File%20View" diff --git a/src/main/resources/wa-task-initiation-privatelaw-prlapps.dmn b/src/main/resources/wa-task-initiation-privatelaw-prlapps.dmn index 2d891b4c..6057b916 100644 --- a/src/main/resources/wa-task-initiation-privatelaw-prlapps.dmn +++ b/src/main/resources/wa-task-initiation-privatelaw-prlapps.dmn @@ -2347,4 +2347,4 @@ - + \ No newline at end of file