Old guava version has security issues
JWvanV opened this issue · 4 comments
JWvanV commented
Hi,
the bug is more of a concern: It appears that the current version of com.squareup.moshi:moshi-kotlin-codegen:1.15.0 has a dependency on com.google.guava:guava:30.1.1-jre, which has a know security issue:
https://www.cvedetails.com/vulnerability-list/vendor_id-1224/product_id-52274/Google-Guava.html
Could you update it to version 32.x ?
ZacSweers commented
Send a PR?
ZacSweers commented
Seems we've actually been on 32.x for awhile. Just updated another patch here: #1713
pawellugowski commented
@ZacSweers strange but moshi-kotlin-codegen seems to still have guava 30.1.1 in it :/ Mend still generates issue report and you can also see it here mvnrepository
ZacSweers commented
We don't use the problematic APIs