amazon-sqs-java-messaging-lib
amazon-sqs-java-messaging-lib copied to clipboard
Is there any plan to upgrade jackson-databind library from version 2.6.6 to above (2.8.10 or 2.9.1) used by amazon-sqs-java-messaging-lib
As we know jackson-databind (< 2.8.10) has some issue..
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.
So, what's roadmap to address that issue ?