-
Notifications
You must be signed in to change notification settings - Fork 4.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
Replace satori/go.uuid with gofrs/uuid #16952
Conversation
@YangJiao0817 Could you please take a look at this PR as it tries to resolve a critical CVE (https://nvd.nist.gov/vuln/detail/CVE-2021-3538)? Thank you! |
Codecov Report
@@ Coverage Diff @@
## main #16952 +/- ##
==========================================
+ Coverage 67.27% 67.31% +0.04%
==========================================
Files 970 970
Lines 81288 81288
Branches 2550 2550
==========================================
+ Hits 54685 54718 +33
+ Misses 22898 22863 -35
- Partials 3705 3707 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@YangJiao0817 It fails in release note label check as no label is currently associated with this PR. Could you please help add an appropriate release note to this PR as it seems I don't have the required permission? Thank you! |
@YangJiao0817 @wy65701436 If it looks good to you, could you please give a thumbsup and merge it? Thank you! |
@vincentni Please rebase your code squash the two commits into one, Thank you! |
Signed-off-by: Vincent Ni <[email protected]>
0536bde
to
3145662
Compare
@YangJiao0817 Done. Could you help re-trigger all checks again? Thank you! |
@YangJiao0817 @wy65701436 How does this PR look like now? |
Hi @vincentni ,
So I am wondering how you replace it? Note |
Hi @vincentni , |
I simply manually updated |
Interesting! You are right that |
Hi @vincentni , Appreciate your suggestion and contribution ! Best, |
Thank you for contributing to Harbor!
Comprehensive Summary of your change
Upgraded azure-sdk-for-go to a version that no longer uses satori/go.uuid, which is no longer maintained and has an unresolved CVE (https://nvd.nist.gov/vuln/detail/CVE-2021-3538).
Issue being fixed
Fixes #(issue)
Replaced satori/go.uuid with gofrs/uuid.
Please indicate you've done the following: