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 CVE #1029

Merged
merged 2 commits into from
Jul 4, 2023
Merged

[ISSUE-1026] fix CVE #1029

merged 2 commits into from
Jul 4, 2023

Conversation

yimingwangdell
Copy link
Collaborator

Purpose

Resolves #1026

upgrade go net package to v0.7.0.
upgrade go compiler in devkit from v1.19.2 to v1.19.10.

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

Provide test details

@codecov
Copy link

codecov bot commented Jun 29, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (1a54002) 72.92% compared to head (1e1291c) 72.92%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1029   +/-   ##
=======================================
  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.

devkit/Makefile Outdated Show resolved Hide resolved
@yimingwangdell yimingwangdell force-pushed the bugfix-1026-CVE branch 2 times, most recently from 99e071e to e9e98e7 Compare June 29, 2023 09:14
@yimingwangdell yimingwangdell requested a review from libzhang June 29, 2023 09:22
Signed-off-by: yimingwangdell <[email protected]>

add REGISTRY

Signed-off-by: yimingwangdell <[email protected]>
@yimingwangdell yimingwangdell merged commit c9415b4 into master Jul 4, 2023
@yimingwangdell yimingwangdell deleted the bugfix-1026-CVE branch July 4, 2023 01:51
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
3 participants