-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #304 from yetanalytics/webserver-sec-updates
Webserver + Security dependency updates
- Loading branch information
Showing
5 changed files
with
24 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<!-- The FP affects the Golang, not Java, version of msgpack --> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: core.async-1.5.648.jar | ||
file name: msgpack-0.6.12.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.clojure/core\.async@.*$</packageUrl> | ||
<cpe>cpe:/a:async_project:async</cpe> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: jetty-io-9.4.48.v20220622.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty/jetty\-io@.*$</packageUrl> | ||
<vulnerabilityName>CVE-2022-2191</vulnerabilityName> | ||
</suppress> | ||
<!-- The next 2 are false positives on clj/cljs priority map --> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: cljs-priority-map-1.2.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/tailrecursion/cljs\-priority\-map@.*$</packageUrl> | ||
<cpe>cpe:/a:priority-software:priority</cpe> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: data.priority-map-1.1.0.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.clojure/data\.priority\-map@.*$</packageUrl> | ||
<cpe>cpe:/a:priority-software:priority</cpe> | ||
</suppress> | ||
<!-- The following FP will be addressed in DependencyCheck v7.4.1 --> | ||
<suppress base="true"> | ||
<notes><![CDATA[ | ||
FP per issue #5121 - fix for commons | ||
]]></notes> | ||
<packageUrl regex="true">^(?!pkg:maven/commons-net/commons-net).*$</packageUrl> | ||
<cpe>cpe:/a:apache:commons_net</cpe> | ||
</suppress> | ||
<!-- The following are FPs since the CVE affects java-json which is not a dep --> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: jackson-core-2.14.0-rc1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-core@.*$</packageUrl> | ||
<cve>CVE-2022-45688</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: jakarta.json-2.0.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.glassfish/jakarta\.json@.*$</packageUrl> | ||
<cve>CVE-2022-45688</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: javax.json-1.0.4.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.glassfish/javax\.json@.*$</packageUrl> | ||
<cve>CVE-2022-45688</cve> | ||
</suppress> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: jsonld-java-0.13.4.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/com\.github\.jsonld\-java/jsonld\-java@.*$</packageUrl> | ||
<cve>CVE-2022-45688</cve> | ||
<packageUrl regex="true">^pkg:maven/org\.msgpack/msgpack@.*$</packageUrl> | ||
<cve>CVE-2022-41719</cve> | ||
</suppress> | ||
</suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters