Skip to content
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-2021-3528] Remove satori/uuid dependency by updating stow #1558

Merged
merged 2 commits into from
Jul 19, 2022

Conversation

pavannd1
Copy link
Contributor

Change Overview

Updated Stow to remove indirect dependencies on satori/uuid kastenhq/stow@c11a0e5

Before:

 $ go mod graph | ~/go/bin/gomodtree github.com/satori/go.uuid@v1.2.0
github.com/satori/go.uuid@v1.2.0
|   github.com/graymeta/stow@v0.0.0-00010101000000-000000000000
|   |   github.com/kanisterio/kanister
|   github.com/kanisterio/kanister ^^

After:

$ go mod why github.com/satori/go.uuid
# github.com/satori/go.uuid
(main module does not need package github.com/satori/go.uuid)

This will remove indirect dependency and address CVE-2021-3538

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test
  • 👮🏼‍♂️ Security

Issues

  • fixes #issue-number

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

@github-actions
Copy link
Contributor

Thanks for submitting this pull request 🎉. The team will review it soon and get back to you.

If you haven't already, please take a moment to review our project contributing guideline and Code of Conduct document.

@infraq infraq added this to In Progress in Kanister Jul 19, 2022
@pavannd1 pavannd1 changed the title [CVE-Remove satori/uuid dependency by updating stow [CVE-2021-3528] Remove satori/uuid dependency by updating stow Jul 19, 2022
Copy link
Contributor

@ihcsim ihcsim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Kanister automation moved this from In Progress to Reviewer approved Jul 19, 2022
@pavannd1 pavannd1 added the kueue label Jul 19, 2022
@mergify mergify bot merged commit 58d1f50 into master Jul 19, 2022
Kanister automation moved this from Reviewer approved to Done Jul 19, 2022
@mergify mergify bot deleted the update-stow branch July 19, 2022 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants