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

Replacing github.com/satori/go.uuid with github.com/google/uuid #972

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

BLAZZ
Copy link

@BLAZZ BLAZZ commented Dec 14, 2022

Library github.com/satori/go.uuid didn't release new version in 4 years and there is CVE-2021-3538 vulnerability.
and github.com/satori/go.uuid v1.2.1, is conflict with v1.2.0 when we use dubbo-go who use v1.2.1, so we cant use both in a project.
fix #919

@codecov-commenter
Copy link

codecov-commenter commented Dec 14, 2022

Codecov Report

Merging #972 (12740f0) into master (f56a2db) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master     #972   +/-   ##
=======================================
  Coverage   23.33%   23.33%           
=======================================
  Files          52       52           
  Lines        7265     7265           
=======================================
  Hits         1695     1695           
  Misses       5338     5338           
  Partials      232      232           
Impacted Files Coverage Δ
producer/producer.go 28.07% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Folyd
Copy link

Folyd commented Mar 28, 2023

Can we merge this?

@xujianhai666
Copy link
Member

Copy link
Contributor

@fuyou001 fuyou001 left a comment

Choose a reason for hiding this comment

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

LGTM

@fuyou001
Copy link
Contributor

fuyou001 commented Mar 28, 2023

@Folyd

Can we merge this?

it will be merge soon

@fuyou001 fuyou001 merged commit 6c77b67 into apache:master Mar 28, 2023
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.

Producer compile error
5 participants