Skip to content

Commit 6e90b98

Browse files
Bump org.owasp:dependency-check-maven from 12.1.1 to 12.1.2 in the plugins group (#2137)
1 parent 1dcf671 commit 6e90b98

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

build-tools/owasp/suppressions.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@
88
<packageUrl regex="true">^pkg:maven/com\.inrupt\.client/inrupt\-client\-openid@.*$</packageUrl>
99
<cpe>cpe:/a:openid:openid</cpe>
1010
</suppress>
11+
<suppress>
12+
<notes><![CDATA[
13+
This suppresses a false positive CPE match
14+
]]></notes>
15+
<packageUrl regex="true">^pkg:maven/org\.roaringbitmap/RoaringBitmap@.*$</packageUrl>
16+
<cpe>cpe:/a:bitmap_project:bitmap</cpe>
17+
</suppress>
18+
<suppress>
19+
<notes><![CDATA[
20+
The json-java artifact is not a dependency of this project.
21+
]]></notes>
22+
<packageUrl regex="true">^pkg:maven/(com\.inrupt\.client/inrupt\-client\-jsonb|com\.github\.jsonld\-java/jsonld\-java|net\.javacrumbs\.json\-unit/json\-unit\-core)@.*$</packageUrl>
23+
<cve>CVE-2023-5072</cve>
24+
</suppress>
25+
<suppress>
26+
<notes><![CDATA[
27+
The json-java artifact is not a dependency of this project.
28+
]]></notes>
29+
<packageUrl regex="true">^pkg:maven/(com\.inrupt\.client/inrupt\-client\-jsonb|com\.github\.jsonld\-java/jsonld\-java|net\.javacrumbs\.json\-unit/json\-unit\-core)@.*$</packageUrl>
30+
<cve>CVE-2022-45688</cve>
31+
</suppress>
1132

1233
<!-- Suppressed vulnerabilities. These need monthly review. -->
1334
<suppress until="2025-08-10Z">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<javadoc.plugin.version>3.11.2</javadoc.plugin.version>
5858
<license.plugin.version>5.0.0</license.plugin.version>
5959
<nexus.plugin.version>1.7.0</nexus.plugin.version>
60-
<owasp.plugin.version>12.1.1</owasp.plugin.version>
60+
<owasp.plugin.version>12.1.2</owasp.plugin.version>
6161
<projectinfo.plugin.version>3.9.0</projectinfo.plugin.version>
6262
<pmd.plugin.version>3.26.0</pmd.plugin.version>
6363
<site.plugin.version>3.21.0</site.plugin.version>

0 commit comments

Comments
 (0)