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

[ISSUE-1026] fix grpc_health_probe go version CVE #1037

Merged
merged 4 commits into from
Jul 12, 2023

Conversation

yimingwangdell
Copy link
Collaborator

@yimingwangdell yimingwangdell commented Jul 7, 2023

Purpose

Resolves #1026

related: #1029

Also need to upgrade grpc_health_probe.
the go version of it currently is 1.13.3. upgrade to 1.4.19

PR checklist

  • Add link to the issue
  • Choose Project
  • Choose PR label
  • New unit tests added
  • Modified code has meaningful comments
  • All TODOs are linked with the issues
  • All comments are resolved

Testing

Signed-off-by: yimingwangdell <[email protected]>

add REGISTRY

Signed-off-by: yimingwangdell <[email protected]>
@codecov
Copy link

codecov bot commented Jul 7, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (3e0ee61) 72.92% compared to head (aac3465) 72.92%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1037   +/-   ##
=======================================
  Coverage   72.92%   72.92%           
=======================================
  Files          62       62           
  Lines        8266     8266           
=======================================
  Hits         6028     6028           
  Misses       1980     1980           
  Partials      258      258           
Flag Coverage Δ
unittests 72.92% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yimingwangdell yimingwangdell merged commit 2fa2836 into master Jul 12, 2023
@yimingwangdell yimingwangdell deleted the bugfix-1026-CVE branch July 12, 2023 07:13
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 packages to fix CVEs
4 participants