-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* try fix bouncycastle * remove note * removing jdk15on * poked * diff bouncycastle fix * update resolution version * trying different approach for CVE-2023-33202 * 70 to 77 * should be working like this? * trying 18on * updated suppressions * trying finrem fix * adding more cves
- Loading branch information
Showing
2 changed files
with
28 additions
and
16 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,31 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress until="2024-09-29"> | ||
<notes>Suppression for jackson-databind. Pulled in by springboot on latest version. No fix as of 20/06/24.</notes> | ||
<packageUrl regex="true">^pkg:maven/com.fasterxml.jackson.core/jackson-databind@.*$</packageUrl> | ||
<cve>CVE-2023-35116</cve> | ||
</suppress> | ||
<suppress> | ||
<notes>Suppression for netty. Pulled in by springboot on latest version</notes> | ||
<notes>Suppression for netty. Pulled in by springboot on latest version. No fix as of 20/06/24.</notes> | ||
<cve>CVE-2023-4586</cve> | ||
</suppress> | ||
<suppress> | ||
<notes>Logback, waiting for fix</notes> | ||
<notes>Logback, No fix as of 20/06/24</notes> | ||
<cve>CVE-2023-6378</cve> | ||
</suppress> | ||
<suppress> | ||
<notes>Logback, waiting for fix</notes> | ||
<notes>Logback, No fix as of 20/06/24</notes> | ||
<cve>CVE-2023-6481</cve> | ||
</suppress> | ||
<suppress> | ||
<notes>Bouncy castle, wait for fix</notes> | ||
<cve>CVE-2023-33202</cve> | ||
</suppress> | ||
<suppress> | ||
<notes>Azure Cli, wait for fix</notes> | ||
<notes>Azure Cli, No fix as of 20/06/24</notes> | ||
<cve>CVE-2023-36052</cve> | ||
</suppress> | ||
<suppress> | ||
<notes>Apache Http Client being brought in transitively by service-auth-provider-java-client, wait for fix</notes> | ||
<notes>Apache Http Client being brought in transitively by service-auth-provider-java-client. No fix as of 20/06/24. </notes> | ||
<cve>CVE-2020-13956</cve> | ||
</suppress> | ||
<suppress> | ||
<notes>Bouncy castle waiting for com.github.hmcts.rpe-pdf-service jdk15on needs to be jdk18on</notes> | ||
<cve>CVE-2023-33202</cve> | ||
<cve>CVE-2020-15522</cve> | ||
<cve>CVE-2017-13098</cve> | ||
<cve>CVE-2018-1000180</cve> | ||
<cve>CVE-2020-26939</cve> | ||
</suppress> | ||
</suppressions> |