-
Notifications
You must be signed in to change notification settings - Fork 285
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
fix(connector-fabric): address CVEs: CVE-2022-21190, CVE-2021-3918 #2967
fix(connector-fabric): address CVEs: CVE-2022-21190, CVE-2021-3918 #2967
Conversation
@adrianbatuto please fix the commit and PR lint failing, rest LGTM |
@adrianbatuto the |
You can refer to this PR for reference: https://github.com/hyperledger/cacti/pull/2818 |
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.
@adrianbatuto ^^ +1 to what @jagpreetsinghsasan commented
a5d2748
to
43a4433
Compare
Fixes hyperledger-cacti#2864 Signed-off-by: adrianbatuto <[email protected]>
43a4433
to
e6662f5
Compare
@adrianbatuto Next time please re-request review otherwise it won't pop up in my review queue. |
1 similar comment
@adrianbatuto Next time please re-request review otherwise it won't pop up in my review queue. |
Updated the version of the api server used in the docker file.
Fixes #2864
Pull Request Requirements
upstream/main
branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.-s
flag when usinggit commit
command. You may refer to this link for more information.Character Limit
A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.