-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security Vulnerability - Jackson #302
Comments
* Updates jacksone-databind version to 2.8.11.1 to fix CVE-2017-17485 Signed-off-by: John Bard <[email protected]>
* Updates jackson-databind version to 2.8.11.1 to fix CVE-2017-17485 Signed-off-by: John Bard <[email protected]>
PR: #306 |
Can it be prioritized, mb minor version release? Quite scary to live with that. |
We'll get it out when we can, for sure. In the meantime, the quick workaround is using a maven <exclude> directive when depending on JJWT and then explicitly using the Jackson version you want to as a runtime dependency. |
closes #302: Update jackson version
Merged to 0.9.x branch pending release. |
0.9.1 has been released. Please allow 15-30 minutes for the release to propagate to Maven Central. |
Please upgrade to Jackson databind 2.8.11 or 2.9.4 to address an important security vulnerability: FasterXML/jackson-databind#1904
The text was updated successfully, but these errors were encountered: