Skip to content

Commit

Permalink
build: Suppress CVE-2022-1471
Browse files Browse the repository at this point in the history
More info can be found on spring-projects/spring-boot#33457
  • Loading branch information
sumanmaity1234 committed Dec 12, 2022
1 parent c9576cb commit fe3fc21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/.dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd">
<suppress>
<cve>CVE-2022-42920</cve>
<cve>CVE-2022-1471</cve>
</suppress>
</suppressions>

0 comments on commit fe3fc21

Please sign in to comment.