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

fix: Upgrade go-retryablehttp to v0.7.7 #3743

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rizwana777
Copy link

@Rizwana777 Rizwana777 commented Jul 24, 2024

fixes #3700

@Rizwana777 Rizwana777 force-pushed the fix-cve-2024-6104 branch 2 times, most recently from edfaf08 to a85feb7 Compare July 24, 2024 16:10
Copy link

codecov bot commented Jul 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.89%. Comparing base (00e39b1) to head (5a34af8).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3743   +/-   ##
=======================================
  Coverage   83.89%   83.89%           
=======================================
  Files         163      163           
  Lines       18560    18560           
=======================================
  Hits        15571    15571           
  Misses       2118     2118           
  Partials      871      871           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

Go Published Test Results

2 171 tests   2 171 ✅  2m 54s ⏱️
  119 suites      0 💤
    1 files        0 ❌

Results for commit a85feb7.

Copy link
Contributor

E2E Tests Published Test Results

  4 files    4 suites   3h 31m 8s ⏱️
111 tests  99 ✅  6 💤 6 ❌
452 runs  420 ✅ 24 💤 8 ❌

For more details on these failures, see this check.

Results for commit a85feb7.

Copy link

sonarcloud bot commented Jul 25, 2024

Copy link
Contributor

Testing Published Test Results

    5 files    123 suites   3h 33m 26s ⏱️
2 282 tests 2 271 ✅  6 💤  5 ❌
2 627 runs  2 591 ✅ 24 💤 12 ❌

For more details on these failures, see this check.

Results for commit 6054058.

Signed-off-by: Rizwana777 <rizwananaaz177@gmail.com>
Copy link

sonarcloud bot commented Sep 19, 2024

Copy link
Contributor

Published E2E Test Results

  4 files    4 suites   3h 15m 29s ⏱️
113 tests 101 ✅  7 💤  5 ❌
462 runs  424 ✅ 28 💤 10 ❌

For more details on these failures, see this check.

Results for commit 5a34af8.

Copy link
Contributor

Published Unit Test Results

2 275 tests   2 275 ✅  2m 59s ⏱️
  128 suites      0 💤
    1 files        0 ❌

Results for commit 5a34af8.

Copy link
Member

@jgwest jgwest left a comment

Choose a reason for hiding this comment

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

LGTM:

  • Confirmed that all the dependency updates in go.mod are directly related to the upgrade of go-retryablehttp to the requisite version to fix the CVE
  • Unit tests and E2E tests are passing, no obvious issues in 'E2E test results' logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade go-retryablehttp to 0.7.7 to address Security vulnerability
2 participants