Skip to content

Commit

Permalink
CIV-12973 new access profile (#109)
Browse files Browse the repository at this point in the history
* Update add-roles.sh

* Update CVE-2024-22233

* suppress CVE-2024-22243
  • Loading branch information
drummondjm authored Apr 2, 2024
1 parent 196761b commit f5be2b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/add-roles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
./bin/utils/ccd-add-role.sh "national-business-centre"
./bin/utils/ccd-add-role.sh "hearing-centre-team-leader"
./bin/utils/ccd-add-role.sh "next-hearing-date-admin"
./bin/utils/ccd-add-role.sh "court-officer-order"

roles=("solicitor" "systemupdate" "admin" "staff" "judge")
for role in "${roles[@]}"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'checkstyle'
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.2'
id 'org.springframework.boot' version '3.2.0'
id 'org.springframework.boot' version '3.2.2'
id 'org.owasp.dependencycheck' version '9.0.4'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'org.sonarqube' version '4.4.0.3356'
Expand Down
1 change: 1 addition & 0 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<cve>CVE-2023-35116</cve>
<cve>CVE-2023-41080</cve>
<cve>CVE-2023-5072</cve>
<cve>CVE-2024-22243</cve>
</suppress>
<!--End of temporary suppression section -->
</suppressions>

0 comments on commit f5be2b0

Please sign in to comment.