|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> |
3 | | - <suppress> |
4 | | - <notes><![CDATA[ |
5 | | - file name: spring-security-ldap-5.3.4.RELEASE.jar |
6 | | - ]]></notes> |
7 | | - <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-ldap@.*$</packageUrl> |
8 | | - <cve>CVE-2018-1258</cve> |
9 | | - </suppress> |
10 | | - <suppress> |
11 | | - <notes><![CDATA[ |
12 | | - file name: spring-security-core-5.3.4.RELEASE.jar |
13 | | - ]]></notes> |
14 | | - <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-core@.*$</packageUrl> |
15 | | - <cve>CVE-2018-1258</cve> |
16 | | - </suppress> |
17 | | - <suppress> |
18 | | - <notes><![CDATA[ |
19 | | - file name: spring-security-jwt-1.1.1.RELEASE.jar |
20 | | - ]]></notes> |
21 | | - <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-jwt@.*$</packageUrl> |
22 | | - <cve>CVE-2018-1258</cve> |
23 | | - </suppress> |
| 3 | + <!-- |
| 4 | + https://nvd.nist.gov/vuln/detail/CVE-2018-1258 |
| 5 | + Vulnerability only applies when using spring-framework 5.0.5 -> we are not using that version. |
| 6 | + --> |
24 | 7 | <suppress> |
25 | | - <notes><![CDATA[ |
26 | | - file name: spring-security-oauth2-core-5.3.4.RELEASE.jar |
27 | | - ]]></notes> |
28 | | - <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-oauth2\-core@.*$</packageUrl> |
29 | | - <cve>CVE-2018-1258</cve> |
| 8 | + <!-- <notes><![CDATA[--> |
| 9 | + <!-- file name: spring-security-ldap-5.3.9.RELEASE.jar--> |
| 10 | + <!-- ]]></notes>--> |
| 11 | + <!-- <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-ldap@.*$</packageUrl>--> |
| 12 | + <cve>CVE-2018-1258</cve> |
30 | 13 | </suppress> |
| 14 | + |
| 15 | + <!-- |
| 16 | + https://nvd.nist.gov/vuln/detail/CVE-2021-22112 |
| 17 | + Only applies if using Spring Security 5.4.x prior to 5.4.4, 5.3.x prior to 5.3.8.RELEASE, 5.2.x prior to 5.2.9.RELEASE, |
| 18 | + we are using 5.3.9. |
| 19 | + --> |
31 | 20 | <suppress> |
32 | | - <notes><![CDATA[ |
33 | | - file name: spring-security-core-5.3.4.RELEASE.jar |
34 | | - ]]></notes> |
35 | | - <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-core@.*$</packageUrl> |
36 | | - <cve>CVE-2018-1258</cve> |
| 21 | + <notes><![CDATA[ |
| 22 | + file name: spring-security-jwt-1.1.1.RELEASE.jar |
| 23 | + ]]></notes> |
| 24 | + <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-jwt@.*$</packageUrl> |
| 25 | + <cve>CVE-2021-22112</cve> |
37 | 26 | </suppress> |
| 27 | + |
| 28 | + <!-- |
| 29 | + https://nvd.nist.gov/vuln/detail/CVE-2020-14359 |
| 30 | + Only applies to Keycloak-gatekeeper not the keycloak libraries. |
| 31 | + --> |
38 | 32 | <suppress> |
39 | | - <notes><![CDATA[ |
40 | | - file name: spring-security-jwt-1.1.1.RELEASE.jar |
41 | | - ]]></notes> |
42 | | - <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-jwt@.*$</packageUrl> |
43 | | - <cve>CVE-2018-1258</cve> |
| 33 | + <cve>CVE-2020-14359</cve> |
44 | 34 | </suppress> |
| 35 | + |
| 36 | + |
| 37 | + <!-- |
| 38 | + https://nvd.nist.gov/vuln/detail/CVE-2020-8908 |
| 39 | + Only applies if using com.google.common.io.Files.createTempDir(). |
| 40 | + We are not using this function directly. We are dependent on our library to remove the usage of this method. |
| 41 | + (the method is not fixed/removed from Guava so updating has no influence) |
| 42 | + --> |
45 | 43 | <suppress> |
46 | | - <notes><![CDATA[ |
47 | | - file name: spring-security-oauth2-core-5.3.4.RELEASE.jar |
48 | | - ]]></notes> |
49 | | - <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-oauth2\-core@.*$</packageUrl> |
50 | | - <cve>CVE-2018-1258</cve> |
| 44 | + <cve>CVE-2020-8908</cve> |
51 | 45 | </suppress> |
| 46 | + |
| 47 | + <!-- |
| 48 | + https://nvd.nist.gov/vuln/detail/CVE-2020-8554 |
| 49 | + Only applies to Kubernetes API server not the kubernetes libraries. |
| 50 | + --> |
52 | 51 | <suppress> |
53 | | - <notes><![CDATA[ |
54 | | - file name: spring-security-web-5.3.4.RELEASE.jar |
55 | | - ]]></notes> |
56 | | - <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-web@.*$</packageUrl> |
57 | | - <cve>CVE-2018-1258</cve> |
| 52 | + <cve>CVE-2020-8554</cve> |
58 | 53 | </suppress> |
| 54 | + |
| 55 | + |
| 56 | + <!-- |
| 57 | + Only applies to the official Kubernetes Java client, not the client from fabric8io we are using. |
| 58 | + --> |
59 | 59 | <suppress> |
60 | | - <notes><![CDATA[ |
61 | | - file name: spring-security-oauth2-jose-5.3.4.RELEASE.jar |
62 | | - ]]></notes> |
63 | | - <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-oauth2\-jose@.*$</packageUrl> |
64 | | - <cve>CVE-2018-1258</cve> |
| 60 | + <cve>CVE-2020-8570</cve> |
65 | 61 | </suppress> |
| 62 | + |
| 63 | + |
| 64 | + <!-- |
| 65 | + https://nvd.nist.gov/vuln/detail/CVE-2021-29425 |
| 66 | + Only applies to Apache Commons IO before 2.7, but we are using 2.7. (however somewhere this version is referred). |
| 67 | + --> |
66 | 68 | <suppress> |
67 | | - <notes><![CDATA[ |
68 | | - file name: spring-security-oauth2-client-5.3.4.RELEASE.jar |
69 | | - ]]></notes> |
70 | | - <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-oauth2\-client@.*$</packageUrl> |
71 | | - <cve>CVE-2018-1258</cve> |
| 69 | + <sha1>7e39112810f6096061c43504188d18edc7d7eece</sha1> |
| 70 | + <cve>CVE-2021-29425</cve> |
72 | 71 | </suppress> |
| 72 | + |
| 73 | + |
| 74 | + <!-- |
| 75 | + https://tanzu.vmware.com/security/cve-2015-5258 |
| 76 | + Only applies to springframework-social before 1.1.3, but we are using 1.1.6 (however somewhere this version is referred). |
| 77 | + --> |
73 | 78 | <suppress> |
74 | | - <notes><![CDATA[ |
75 | | - file name: spring-security-config-5.3.4.RELEASE.jar |
76 | | - ]]></notes> |
77 | | - <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-config@.*$</packageUrl> |
78 | | - <cve>CVE-2018-1258</cve> |
| 79 | + <cve>CVE-2015-5258</cve> |
79 | 80 | </suppress> |
80 | 81 | </suppressions> |
0 commit comments