-
Notifications
You must be signed in to change notification settings - Fork 89
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
Fixed CVE-2020-16845 by upgrading xz #42
Fixed CVE-2020-16845 by upgrading xz #42
Conversation
Thanks for this one @naveensrinivasan. Looks like there's a failing test because the go.sum doesn't match up? Try running a Thanks |
I already did that . I also downloaded Thanks Would you mind pulling down the branch running tidy? |
Hey @naveensrinivasan can confirm running go mod tidy actually updates 3 of the
You can check the logic required to pass the tests here:
Thanks |
If you don't mind would you be able to push that commit with I feel that the Thanks |
@naveensrinivasan unfortunately that branch is on your forked repository so I can't push anything to it. I recommend running GoLang 1.13 using docker as so |
Upgraded xz to fix this CVE GHSA-25xm-hr59-7c27
Included the replace directives to avoid including the CVE dependency.
aabb5c0
to
28880f8
Compare
Thanks, I have pushed the changes. Appreciate the detailed instructions 👍 |
@naveensrinivasan looks good. I'll look towards removing archiver in the coming weeks to progress this even further. Thanks |
Thank you! |
A new release would help the project! |
Included a replace directive to avoid using an high severity CVE GHSA-25xm-hr59-7c27 This library is indirectly referenced and cannot be upgraded directly. The fergusstrange/embedded-postgres#42 was merged to fix the CVE issue.
Upgraded xz to fix this CVE GHSA-25xm-hr59-7c27
https://deps.dev/go/github.com%2Ffergusstrange%2Fembedded-postgres