Skip to content

Commit

Permalink
CVE-0000 suppression (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalachandrasekar1 authored Jan 11, 2024
2 parents 8511fef + 3b29b43 commit e7185b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,10 @@
<cve>CVE-2023-20883</cve>
<cve>CVE-2023-34055</cve>
</suppress>
<suppress until="2024-04-04">
<cve>CVE-2023-33202</cve>
<cve>CVE-2023-46589</cve>
<cve>CVE-2023-6378</cve>
</suppress>
<!--End of temporary suppression section -->
</suppressions>
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ public enum DocumentType {
TRIAL_READY_DOCUMENT,
GENERAL_APPLICATION_DRAFT,
MEDIATION_AGREEMENT,
SETTLEMENT_AGREEMENT;
SETTLEMENT_AGREEMENT,
LIP_MANUAL_DETERMINATION;
}

0 comments on commit e7185b6

Please sign in to comment.