amazon-kinesis-producer
amazon-kinesis-producer copied to clipboard
Old-old-old version of protobuf
KPL uses
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.6.1</version>
</dependency>
Which is the version from Oct 22, 2014
Anyone using the newer versions (or anything from the last few years) in their projects is going to have some dependency issues with the KPL.
Needs protobuf upgraded to remove CVE. https://nvd.nist.gov/vuln/detail/CVE-2015-5237
Are there plans to update to a newer protobuf-java version? The CVE is tripping up our security scans.
This library also pulls in (through core) versions of Jackson and Guava with security issues. It really needs it's dependencies upgraded.
Change pending release - https://github.com/awslabs/amazon-kinesis-producer/pull/298/files