Skip to content

Commit a41a21f

Browse files
authored
Merge pull request #56 from getyoti/API-360
API-360: Add more jackson CVE exclusions
2 parents 5c55710 + f298ff6 commit a41a21f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

yoti-sdk-impl/suppressed-cves.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@
1616
Recommended reading is here: https://medium.com/@cowtowncoder/on-jackson-cves-dont-panic-here-is-what-you-need-to-know-54cd0d6e8062
1717
Our conclusion is in API-360
1818
There is now an additional CVE, seemingly for the same issue: https://nvd.nist.gov/vuln/detail/CVE-2018-5968
19+
And another: https://nvd.nist.gov/vuln/detail/CVE-2018-7489
20+
And another: https://nvd.nist.gov/vuln/detail/CVE-2017-15095
1921
]]></notes>
2022
<gav>com.fasterxml.jackson.core:jackson-databind:2.7.9.1</gav>
2123
<cve>CVE-2017-17485</cve>
2224
<cve>CVE-2018-5968</cve>
25+
<cve>CVE-2018-7489</cve>
26+
<cve>CVE-2017-15095</cve>
2327
</suppress>
2428
</suppressions>

yoti-sdk-spring-boot-auto-config/suppressed-cves.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,21 @@
88
<gav>com.google.protobuf:protobuf-java:3.5.0</gav>
99
<cve>CVE-2015-5237</cve>
1010
</suppress>
11-
11+
1212
<suppress>
1313
<notes><![CDATA[
1414
The problem is described here: https://nvd.nist.gov/vuln/detail/CVE-2017-17485#VulnChangeHistoryDiv
1515
The jackson-databind devs discuss it here: https://github.com/FasterXML/jackson-databind/issues/1904
1616
Recommended reading is here: https://medium.com/@cowtowncoder/on-jackson-cves-dont-panic-here-is-what-you-need-to-know-54cd0d6e8062
1717
Our conclusion is in API-360
1818
There is now an additional CVE, seemingly for the same issue: https://nvd.nist.gov/vuln/detail/CVE-2018-5968
19+
And another: https://nvd.nist.gov/vuln/detail/CVE-2018-7489
20+
And another: https://nvd.nist.gov/vuln/detail/CVE-2017-15095
1921
]]></notes>
2022
<gav>com.fasterxml.jackson.core:jackson-databind:2.7.9.1</gav>
2123
<cve>CVE-2017-17485</cve>
2224
<cve>CVE-2018-5968</cve>
25+
<cve>CVE-2018-7489</cve>
26+
<cve>CVE-2017-15095</cve>
2327
</suppress>
2428
</suppressions>

yoti-sdk-spring-security/suppressed-cves.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@
1414
The problem is described here: https://nvd.nist.gov/vuln/detail/CVE-2017-17485#VulnChangeHistoryDiv
1515
The jackson-databind devs discuss it here: https://github.com/FasterXML/jackson-databind/issues/1904
1616
Recommended reading is here: https://medium.com/@cowtowncoder/on-jackson-cves-dont-panic-here-is-what-you-need-to-know-54cd0d6e8062
17-
Our conclusion is in API-360.
17+
Our conclusion is in API-360
1818
There is now an additional CVE, seemingly for the same issue: https://nvd.nist.gov/vuln/detail/CVE-2018-5968
19+
And another: https://nvd.nist.gov/vuln/detail/CVE-2018-7489
20+
And another: https://nvd.nist.gov/vuln/detail/CVE-2017-15095
1921
]]></notes>
2022
<gav>com.fasterxml.jackson.core:jackson-databind:2.7.9.1</gav>
2123
<cve>CVE-2017-17485</cve>
2224
<cve>CVE-2018-5968</cve>
25+
<cve>CVE-2018-7489</cve>
26+
<cve>CVE-2017-15095</cve>
2327
</suppress>
2428
</suppressions>

0 commit comments

Comments
 (0)