-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[CVE] Upgrade dependencies for Azure related plugins to mitigate CVEs #661
Conversation
…module Signed-off-by: Abbas Hussain <abbas_10690@yahoo.com>
✅ DCO Check Passed 2ec616e |
✅ Gradle Wrapper Validation success 2ec616e |
✅ Gradle Precommit success 2ec616e |
As per the google/guava#4011 v30.0 does not fix the CVE. I think we need to update to 30.1.1 |
guava:30.1.1-jre also does not fix it, though we should still upgrade it to this version. The correct fix is to use the more secure
|
❌ DCO Check Failed 3cebd9688626ce12b8176fc79c69408c24b4f27b |
✅ Gradle Wrapper Validation success 3cebd9688626ce12b8176fc79c69408c24b4f27b |
Signed-off-by: Abbas Hussain <abbas_10690@yahoo.com>
✅ DCO Check Passed be4cf8f |
✅ Gradle Wrapper Validation success be4cf8f |
✅ Gradle Precommit success 3cebd9688626ce12b8176fc79c69408c24b4f27b |
✅ Gradle Precommit success be4cf8f |
✅ Gradle Wrapper Validation success 249131c13912282db0a9f0fda6683d5eada65545 |
❌ DCO Check Failed 249131c13912282db0a9f0fda6683d5eada65545 |
✅ Gradle Precommit success 249131c13912282db0a9f0fda6683d5eada65545 |
Signed-off-by: Abbas Hussain <abbas_10690@yahoo.com>
❌ DCO Check Failed f3eea4f |
✅ Gradle Wrapper Validation success f3eea4f |
✅ Gradle Precommit success f3eea4f |
Closing in lieu of #688 |
Description
This PR aims to upgrade the dependencies to resolve the respective CVE's:
Issues Resolved
Relates #646
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Signed-off-by: Abbas Hussain abbas_10690@yahoo.com