Skip to content

Commit

Permalink
Merge pull request #1577 from hmcts/AM-2885_CVE-2023-3635_Fix
Browse files Browse the repository at this point in the history
AM-2885 CVE-2023-3635 okio 3.5.0 dependencySet added
  • Loading branch information
mikebrownccd authored Sep 20, 2023
2 parents ba092e1 + 0a2660f commit 104471b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,10 @@ dependencyManagement {
entry 'jackson-core'
entry 'jackson-annotations'
}
// CVE-2023-3635 override okio dependency in azure-servicebus:3.6.7
dependencySet(group: 'com.squareup.okio', version: '3.5.0') {
entry 'okio'
}
}
}

Expand Down
4 changes: 0 additions & 4 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@
<notes>https://tools.hmcts.net/jira/browse/AM-2839 jackson-databind</notes>
<cve>CVE-2023-35116</cve>
</suppress>
<suppress>
<notes>https://tools.hmcts.net/jira/browse/AM-2885 okio</notes>
<cve>CVE-2023-3635</cve>
</suppress>
</suppressions>

0 comments on commit 104471b

Please sign in to comment.