Skip to content

Commit e49d3a7

Browse files
committed
Adjust OWASP suppression list
1 parent eb1eeca commit e49d3a7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

build-tools/owasp/suppressions.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,34 @@
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>
1118
<suppress>
1219
<notes><![CDATA[
1320
This suppresses a false positive CVE match
1421
]]></notes>
1522
<packageUrl regex="true">^pkg:maven/com\.inrupt\.client/inrupt-client-webid@.*$</packageUrl>
1623
<cve>CVE-2021-4236</cve>
1724
</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-2023-5072</cve>
31+
</suppress>
32+
<suppress>
33+
<notes><![CDATA[
34+
The json-java artifact is not a dependency of this project.
35+
]]></notes>
36+
<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>
37+
<cve>CVE-2022-45688</cve>
38+
</suppress>
1839

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

0 commit comments

Comments
 (0)