Skip to content

Commit 1114366

Browse files
committed
update owasp suppression
1 parent ab2ffcb commit 1114366

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

code-assert/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<name>${project.artifactId}</name>
1414

1515
<properties>
16-
<slf4j.version>1.7.25</slf4j.version>
1716
<checkstyle.version>6.19</checkstyle.version>
1817
<findbugs.version>3.1.12</findbugs.version>
1918
<findsecbugs.version>1.9.0</findsecbugs.version>
@@ -167,7 +166,6 @@
167166
<dependency>
168167
<groupId>org.junit.jupiter</groupId>
169168
<artifactId>junit-jupiter-api</artifactId>
170-
<version>${junit.version}</version>
171169
<scope>provided</scope>
172170
</dependency>
173171

@@ -187,7 +185,6 @@
187185
<dependency>
188186
<groupId>org.slf4j</groupId>
189187
<artifactId>slf4j-simple</artifactId>
190-
<version>${slf4j.version}</version>
191188
<scope>test</scope>
192189
</dependency>
193190
</dependencies>

owasp-suppression.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,10 @@
1010
</suppress>
1111
<suppress>
1212
<notes>Well...</notes>
13-
<cpe>cpe:/a:checkstyle:checkstyle:6.19</cpe>
13+
<cpe>cpe:/a:graphviz:graphviz:0.8.4</cpe>
1414
</suppress>
1515
<suppress>
1616
<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>
22-
</suppress>
23-
<suppress>
24-
<notes>Well...</notes>
25-
<cpe>cpe:/a:springsource:spring_framework:2.1.4</cpe>
26-
</suppress>
27-
<suppress>
28-
<notes>Well...</notes>
29-
<cpe>cpe:/a:apache:tomcat:9.0.17</cpe>
17+
<cpe>cpe:/a:svg_salamander_project:svg_salamander:1.1.2</cpe>
3018
</suppress>
3119
</suppressions>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>guru.nidi</groupId>
77
<artifactId>guru-nidi-parent-pom</artifactId>
8-
<version>1.1.21</version>
8+
<version>1.1.22</version>
99
<relativePath />
1010
</parent>
1111

0 commit comments

Comments
 (0)