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

Upgrade to YAMLv3 #245

Closed
davidmateos opened this issue Jun 1, 2022 · 2 comments · Fixed by #270
Closed

Upgrade to YAMLv3 #245

davidmateos opened this issue Jun 1, 2022 · 2 comments · Fixed by #270
Assignees
Labels
dependencies Pull requests that update a dependency file pending PR

Comments

@davidmateos
Copy link

This relates to:

runtime/go.mod

Line 20 in 3f9800f

gopkg.in/yaml.v2 v2.4.0

The current yaml library version is impacted by CVE-2022-28948. See

@sagarmamdapure
Copy link

@davidmateos I'm also facing the same issue. Looks like this package has been abandoned. Any suggestion on an alternate solution to fix this?

@casualjim
Copy link
Member

It has not been abandoned but the upgrade to yaml.v3 is not straightforward for us.

@fredbi fredbi added the dependencies Pull requests that update a dependency file label Dec 7, 2023
@fredbi fredbi self-assigned this Dec 7, 2023
fredbi added a commit to fredbi/runtime that referenced this issue Dec 7, 2023
* fixes go-openapi#245

Signed-off-by: Frederic BIDON <[email protected]>
fredbi added a commit to fredbi/runtime that referenced this issue Dec 8, 2023
* fixes go-openapi#245

Signed-off-by: Frederic BIDON <[email protected]>
fredbi added a commit that referenced this issue Dec 8, 2023
* fixes #245

Signed-off-by: Frederic BIDON <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file pending PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants