jankotek / mapdb

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
https://mapdb.org
Apache License 2.0
4.89k stars 873 forks source link

[Security][v 3.x] CVE-2019-10101 for Kotlin #995

Open JulioJu opened 3 years ago

JulioJu commented 3 years ago

Hi,

Current release (3.0.8) uses a vulnerable version of kotlin (1.2.71) .

It should be upgraded to at least version 1.3.30 .

See also https://nvd.nist.gov/vuln/detail/CVE-2019-10101 .

Thanks in advance :-)