-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Guava #793
Remove Guava #793
Conversation
📦 Vulnerable Dependencies✍️ Summary
🔬 Research Details[ CVE-2023-2976 ] com.google.guava:guava 31.1-jreDescription: Even though the security vulnerability is fixed in version 32.0.0, we recommend using version 32.0.1 as version 32.0.0 breaks some functionality under Windows. [ CVE-2023-2976 ] com.google.guava:guava 25.1-androidDescription: Even though the security vulnerability is fixed in version 32.0.0, we recommend using version 32.0.1 as version 32.0.0 breaks some functionality under Windows. [ CVE-2023-2976 ] com.google.guava:guava 19.0Description: Even though the security vulnerability is fixed in version 32.0.0, we recommend using version 32.0.1 as version 32.0.0 breaks some functionality under Windows. [ CVE-2018-10237 ] com.google.guava:guava 19.0Description: [ CVE-2020-8908 ] com.google.guava:guava 19.0Description: The Remediation: Deployment mitigationsSet the Development mitigationsUse the secure alternative API call Replace:
With:
[ CVE-2020-8908 ] com.google.guava:guava 25.1-androidDescription: The Remediation: Deployment mitigationsSet the Development mitigationsUse the secure alternative API call Replace:
With:
[ CVE-2020-8908 ] com.google.guava:guava 31.1-jreDescription: The Remediation: Deployment mitigationsSet the Development mitigationsUse the secure alternative API call Replace:
With:
|
Fix #792.
Remove Guava entirely from build-info.
Replace Guava's ArrayListMultimap with Apache Commons collection's ArrayListValuedHashMap.
Replace Guava's HashMultimap with Apache Commons collection's HashSetValuedHashMap.