We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b463e6 commit c63eae8Copy full SHA for c63eae8
config/owasp/suppressions.xml
@@ -1,2 +1,10 @@
1
<?xml version="1.0" encoding="UTF-8"?><suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
2
+ <suppress>
3
+ <notes>
4
+ CVE-2023-52428 refer [https://tools.hmcts.net/jira/browse/CCD-6285]
5
+ CVE-2024-38820 refer [https://tools.hmcts.net/jira/browse/CCD-6278]
6
+ </notes>
7
+ <cve>CVE-2023-52428</cve>
8
+ <cve>CVE-2024-38820</cve>
9
+ </suppress>
10
</suppressions>
0 commit comments