square/moshi

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 ?

Send a PR?

Seems we've actually been on 32.x for awhile. Just updated another patch here: #1713

@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

We don't use the problematic APIs