-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsuppressions.xml
More file actions
22 lines (22 loc) · 1.24 KB
/
Copy pathsuppressions.xml
File metadata and controls
22 lines (22 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
files: spring-aop.jar, spring-beans.jar, spring-context.jar, spring-core.jar, spring-jcl.jar, spring-messaging.jar, spring-web.jar, spring-webflux.jar, spring-context-support.jar, spring-jdbc.jar, spring-webmvc.jar, spring-websocket.jar
sev: CRITICAL
CVE-2016-1000027
False positive. Affects Spring 5.3.16 up to 6.0 exposed HTTP Invoker endpoints to untrusted clients. We're not using HttpInvokerServiceExporter and do not have any exposed HTTP Invoker endpoints.
]]></notes>
<gav regex="true">org\.springframework:spring.*</gav>
<cve>CVE-2016-1000027</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: spring-security-crypto-5.7.1.jar
sev: MEDIUM
False positive. Affects Spring Security Crypto versions Prior to these 5.3.2, 5.2.4, 5.1.10, 5.0.16 and 4.2.16
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-crypto@.*$</packageUrl>
<vulnerabilityName>CVE-2020-5408</vulnerabilityName>
</suppress>
</suppressions>