Skip to content

Commit

Permalink
refactor: Update OWASP suppression date bounds (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Moderne <team@moderne.io>
  • Loading branch information
sjungling and TeamModerne committed Feb 8, 2023
1 parent 9727b89 commit 97404f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until="2023-02-27Z">
<suppress until="2023-03-10Z">
<notes><![CDATA[
files: spring-aop.jar, spring-beans.jar, spring-context.jar, spring-core.jar, spring-jcl.jar, spring-messaging.jar, spring-web.jar, spring-webflux.jar, spring-context-support.jar, spring-jdbc.jar, spring-webmvc.jar, spring-websocket.jar
sev: HIGH
Expand All @@ -10,7 +10,7 @@
<gav regex="true">org\.springframework:spring.*</gav>
<cve>CVE-2016-1000027</cve>
</suppress>
<suppress until="2023-02-27Z">
<suppress until="2023-03-10Z">
<notes><![CDATA[
file name: snakeyaml-1.33.jar
Severity: HIGH
Expand Down

0 comments on commit 97404f9

Please sign in to comment.