-
Notifications
You must be signed in to change notification settings - Fork 84
Use Java 17 and upgrade Azure and web3j libraries #530
Conversation
-- suppress CVE for azure-identity 1.10.2 to 1.10.9 as it is only applicable on 1.10.1 and lower.
-- Update spotless plugin -- Fix javadoc -- Update circleci -- Update dockerfile
- Updated Docker image to use the latest Ubuntu LTS image | ||
|
||
### Bugs Fixed | ||
- Update grpc to version 1.57.2 to fix CVE-2023-33953 | ||
- Update Azure libraries to fix CVE-2023-36415 | ||
- Update okhttp logging interceptor version to fix CVE-2023-0833 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to mention web3j in here too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we might mention web3j in "features added" ? as we are overriding logging-interceptor anyways ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
com.squareup.okhttp3:logging-interceptor:4.9.0 // CVE-2023-0833 | ||
\--- org.web3j:core:4.10.2 | ||
*/ | ||
dependency 'com.squareup.okhttp3:logging-interceptor:4.11.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still necessary despite web3j upgrade?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unfortunately yes ... the fixed version of this library is available as part of web3j latest version ... however, web3j latest version is not compatible with ethsigner anymore due to dependency on signers library. (one of the exception package has changed that signers module is using from web3j).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR Description
Fixed Issue(s)
Documentation
doc-change-required
label to this PR if updates are required.Changelog