<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
This suppresses a medium vulnerability that was found in a cache crate for
Rust. It is a false positive on the Clojure package core.cache-0.7.1 since
the Clojure package that we use does not have any relation to Rust.
The file name that causes the false positive: core.cache-0.7.1.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.clojure/core\.cache@.*$</packageUrl>
<cve>CVE-2020-36448</cve>
</suppress>
</suppressions>
|