speakeasy-api / speakeasy-api/openapi

Replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3

Open Beginner friendly
#201 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
276
Forks
18
Avg merge
3d 16h
Merged PRs (30d)
2

Description

Please replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 as gopkg.in/yaml.v3 is not supported and reported by some scanners as vulnerable because of kubernetes-sigs/yaml#117

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the repository for imports and module references to gopkg.in/yaml.v3, then inspect the affected Go packages and their tests. Replace the references with go.yaml.in/yaml/v3 and run the relevant Go tests; done means no old dependency references remain and the test suite passes.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
devtools
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
64/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.