Skip to content

Commit e6869b3

Browse files
committed
update spring & owasp suppression
1 parent a3fa14c commit e6869b3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

code-assert-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-dependencies</artifactId>
18-
<version>2.2.6.RELEASE</version>
18+
<version>2.3.0.RELEASE</version>
1919
<type>pom</type>
2020
<scope>import</scope>
2121
</dependency>

owasp-suppression.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@
2828
<cve>CVE-2019-7722</cve>
2929
<cpe>cpe:2.3:a:pmd_project:pmd:5.8.1</cpe>
3030
</suppress>
31+
<suppress>
32+
<cve>CVE-2020-10683</cve>
33+
<cpe>cpe:/a:dom4j_project:dom4j</cpe>
34+
</suppress>
3135
</suppressions>

0 commit comments

Comments
 (0)