Skip to content

dependencies version upgrade #1768

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

Closed
wants to merge 1 commit into from
Closed

dependencies version upgrade #1768

wants to merge 1 commit into from

Conversation

cboitel
Copy link

@cboitel cboitel commented Jan 9, 2022

Related to https://discuss.dgraph.io/t/upgrade-go-dependencies-to-fix-included-cve/16109/2

Performed:

  1. go get -t -u ./... to upgrade dependencies
  2. go get github.com/spf13/cobra to upgade to v1 (the one which includes the CVE)
  3. go get github.com/pkg/sftp to use latest sftp versions since v1.10.1 included by dependencies is known to suffer unbounded ressource consumtion as tracked SFTP access blocked and eat too many memory when received message too long pkg/sftp#308. This is fixed since v1.11

This change is Reviewable

@cboitel cboitel requested a review from manishrjain as a code owner January 9, 2022 18:13
@CLAassistant
Copy link

CLAassistant commented Jan 9, 2022

CLA assistant check
All committers have signed the CLA.

@cboitel
Copy link
Author

cboitel commented Jan 9, 2022

./test.sh succeeded but was requiring a VM with 24Gb RAM (8 vCPUs), otherwise Ubuntu detects out of memory condition and kills some tests.

@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status/stale The issue hasn't had activity for a while and it's marked for closing. label Apr 16, 2022
@stale
Copy link

stale bot commented Apr 27, 2022

This issue was marked as stale and no activity has occurred since then, therefore it will now be closed. Please, reopen if the issue is still relevant.

@stale stale bot closed this Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/stale The issue hasn't had activity for a while and it's marked for closing.
Development

Successfully merging this pull request may close these issues.

2 participants