speakeasy-api / speakeasy-api/openapi
Replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3
Open
Beginner friendly
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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