forked from pedestal/pedestal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nvd_suppressions.xml
22 lines (21 loc) · 1.1 KB
/
nvd_suppressions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<!-- This is an automatically generated config file by nvd-clojure. -->
<!-- Feel free to tweak it, version-control it and remove any comment. -->
<!-- You can find suppression examples in https://jeremylong.github.io/DependencyCheck/general/suppression.html -->
<!-- We're suppressing these as there are no replacements. It's a ticking time bomb that will eventually fail builds. -->
<suppress until="2024-01-01">
<notes><![CDATA[
file name: jackson-databind-2.15.2.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
<cve>CVE-2023-35116</cve>
</suppress>
<suppress until="2024-01-01">
<notes><![CDATA[
file name: jetty-jakarta-websocket-api-2.0.0.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.toolchain/jetty\-jakarta\-websocket\-api@.*$</packageUrl>
<cpe>cpe:/a:eclipse:jetty</cpe>
</suppress>
</suppressions>