-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
75 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,3 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress until="2024-06-01"> | ||
<notes><![CDATA[ | ||
This vulnerability is about potential Remote Code Execution when serializing and deserializing Java classes | ||
using HttpInvokerServiceExport and org.springframework.remoting | ||
As we don't use those constructs, we are not affected by it. | ||
The suppression will be a long-term one. An expiry to the suppression is kept to allow re-evaluating whether | ||
we are still unaffected by it. | ||
]]></notes> | ||
<cve>CVE-2016-1000027</cve> | ||
</suppress> | ||
<suppress until="2024-06-01"> | ||
<notes>![CDATA[ | ||
False positive - https://github.com/jeremylong/DependencyCheck/issues/5502 | ||
|
||
We don't use the libraries affected by this vulnerability. This is a false positive in dependencycheck that is still current in version 8.2.1. | ||
Try to remove it when a dependencycheck upgrade becomes available. | ||
If it still happens, check that we don't use hutool-json and json-java. If we don't, extend the suppression date by another year. | ||
]]</notes> | ||
<cve>CVE-2022-45688</cve> | ||
</suppress> | ||
<suppress until="2023-12-31"> | ||
<cve>CVE-2023-35116</cve><!-- 2023-09-04 jackson-databind 2.15.2 (the latest version at time of. checking) is still vulnerable. Try again when a new version comes out. --> | ||
</suppress> | ||
<suppress until="2023-12-31"> | ||
<notes>![CDATA[ | ||
Temporary suppression. | ||
]]</notes> | ||
<cve>CVE-2023-42794</cve> | ||
<cve>CVE-2023-44487</cve> | ||
<cve>CVE-2023-42795</cve> | ||
<cve>CVE-2023-45648</cve> | ||
<cve>CVE-2023-6481</cve> | ||
<cve>CVE-2023-34055</cve> | ||
<cve>CVE-2023-33202</cve> | ||
<cve>CVE-2023-46589</cve> | ||
<cve>CVE-2023-6378</cve> | ||
</suppress> | ||
<suppress until="2024-01-31"> | ||
<notes>Suppress until org.springframework.cloud, service-auth-provider-client, document-management-client and cd-case-document-am-cli upgrade their org.bouncycastle dependents</notes> | ||
<cve>CVE-2023-33202</cve> | ||
</suppress> | ||
</suppressions> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
...uk/gov/hmcts/reform/iacasedocumentsapi/infrastructure/clients/DocumentDownloadClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.