|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> |
3 | | - |
4 | | - <suppress> |
5 | | - <notes>CVE is matching for Spring Security 5.3.x, but we have 5.7.x</notes> |
6 | | - <cve>CVE-2020-5408</cve> |
7 | | - </suppress> |
8 | | - |
9 | | - <suppress> |
10 | | - <notes>CVE is matching for Spring Framework up to 5.3.20, but we have 5.3.21</notes> |
11 | | - <cve>CVE-2016-1000027</cve> |
12 | | - </suppress> |
13 | | - |
14 | 3 | <suppress> |
15 | | - <notes>False Positive matches</notes> |
16 | | - <cve>CVE-2022-31514</cve> |
17 | | - <cve>CVE-2022-2393</cve> |
| 4 | + <notes>Both CVE are matching for eclipse ide</notes> |
| 5 | + <cve>CVE-2008-7271</cve> |
| 6 | + <cve>CVE-2010-4647</cve> |
18 | 7 | </suppress> |
19 | 8 |
|
20 | 9 | <suppress> |
21 | | - <notes>SnakeYML False Positive Matcher (CVE is up to 1.32, but also matches for 1.33)</notes> |
22 | | - <cve>CVE-2022-38752</cve> |
| 10 | + <notes>no YAML content from users is parsed within this service</notes> |
| 11 | + <cve>CVE-2022-1471</cve> |
23 | 12 | </suppress> |
24 | 13 |
|
25 | 14 | <suppress> |
26 | | - <notes>This CVE is only affecting Keycloak Server not the Lib. (https://bugzilla.redhat.com/show_bug.cgi?id=2141404)</notes> |
27 | | - <cve>CVE-2022-3916</cve> |
| 15 | + <notes>H2 is only used for testing, not production</notes> |
| 16 | + <cve>CVE-2022-45868</cve> |
28 | 17 | </suppress> |
29 | 18 |
|
30 | 19 | <suppress> |
31 | | - <notes>The affected libs are just used for unit-testing.</notes> |
32 | | - <cve>CVE-2022-31690</cve> |
33 | | - <cve>CVE-2022-31692</cve> |
| 20 | + <notes>False positive. CVE is matching for hutools. OWASP Check matches for json-lib</notes> |
| 21 | + <cve>CVE-2022-45688</cve> |
34 | 22 | </suppress> |
35 | 23 |
|
36 | 24 | </suppressions> |
0 commit comments