Skip to content

Commit ce18761

Browse files
authored
JCL-392: excluded jackson-databind (#543)
* supression of CVE-2023-35116
1 parent 286d1d6 commit ce18761

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

build-tools/owasp/suppressions.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
2222
<cve>CVE-2022-42004</cve>
2323
</suppress>
24+
<suppress>
25+
<notes><![CDATA[
26+
CWE-121 Stack-based Buffer Overflow,
27+
** DISPUTED ** NOTE: the vendor's perspective is that the product is not intended for use with untrusted input.
28+
]]></notes>
29+
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
30+
<cve>CVE-2023-35116</cve>
31+
</suppress>
2432
<suppress>
2533
<notes><![CDATA[
2634
Payara is not a dependency of ESS

test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
<groupId>commons-fileupload</groupId>
4848
<artifactId>commons-fileupload</artifactId>
4949
</exclusion>
50-
</exclusions>
51-
</dependency>
5250
<!-- transitive dependency via wiremock -->
5351
<!-- when wiremock is updated beyond 2.35, this can be removed -->
52+
</exclusions>
53+
</dependency>
5454
<dependency>
5555
<groupId>net.minidev</groupId>
5656
<artifactId>json-smart</artifactId>

0 commit comments

Comments
 (0)