Skip to content

Commit ab2ffcb

Browse files
committed
update owasp suppression
1 parent 5f795af commit ab2ffcb

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
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.0.4.RELEASE</version>
18+
<version>2.1.4.RELEASE</version>
1919
<type>pom</type>
2020
<scope>import</scope>
2121
</dependency>

owasp-suppression.xml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,30 @@
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd">
33
<suppress>
44
<notes>Well...</notes>
5-
<cpe>cpe:/a:fasterxml:jackson:2.9.6</cpe>
5+
<cpe>cpe:/a:google:guava:19.0</cpe>
66
</suppress>
77
<suppress>
88
<notes>Well...</notes>
9-
<cpe>cpe:/a:google:guava:19.0</cpe>
9+
<cpe>cpe:/a:pmd_project:pmd:5.8.1</cpe>
10+
</suppress>
11+
<suppress>
12+
<notes>Well...</notes>
13+
<cpe>cpe:/a:checkstyle:checkstyle:6.19</cpe>
14+
</suppress>
15+
<suppress>
16+
<notes>Well...</notes>
17+
<cpe>cpe:/a:ktlint_project:ktlint:0.29.0</cpe>
18+
</suppress>
19+
<suppress>
20+
<notes>Well...</notes>
21+
<cpe>cpe/a:ktlint_project:ktlint:0.29.0</cpe>
1022
</suppress>
1123
<suppress>
1224
<notes>Well...</notes>
13-
<cpe>cpe:/a:fasterxml:jackson-databind:2.9.6</cpe>
25+
<cpe>cpe:/a:springsource:spring_framework:2.1.4</cpe>
1426
</suppress>
1527
<suppress>
1628
<notes>Well...</notes>
17-
<cpe>cpe:/a:sec_project:sec:1.3</cpe>
29+
<cpe>cpe:/a:apache:tomcat:9.0.17</cpe>
1830
</suppress>
1931
</suppressions>

0 commit comments

Comments
 (0)