You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the OWASP Dependency Check tool against a Dropwizard 0.9.2 installation, CVE-2016-3720 is raised thirteen times because of the fasterxml.jackson dependency:
We'd rather not patch the version in 0.9.2, especially when 1.0.0 has RCs out. It looks like 1.0.0-rc3 will pull FasterXML.Jackson's latest version, rather than pinning it, so we're hopeful this will provide a fix.
The text was updated successfully, but these errors were encountered:
@joschi Thanks for the super-speedy work on this! So awesome. In ec8a15c, it looks like you upgraded the Jackson version to 2.6.7 but noted in the commit message and readme that you'd gone to 2.6.5. Was that intentional?
When running the OWASP Dependency Check tool against a Dropwizard 0.9.2 installation, CVE-2016-3720 is raised thirteen times because of the fasterxml.jackson dependency:
We'd rather not patch the version in 0.9.2, especially when 1.0.0 has RCs out. It looks like 1.0.0-rc3 will pull FasterXML.Jackson's latest version, rather than pinning it, so we're hopeful this will provide a fix.
The text was updated successfully, but these errors were encountered: