chore: bump github.com/goccy/go-yaml to v1.18.0 to fix crypto vulnerabilities #199
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 Description
This PR updates the dependency github.com/goccy/go-yaml from v1.12.0 to v1.18.0.
The previous version (v1.12.0) was pulling in an outdated release of golang.org/x/crypto that contained known security vulnerabilities. Upgrading to v1.18.0 removes those insecure transitive dependencies and ensures the project uses a maintained, patched version.
✅ Benefits
Eliminates vulnerabilities inherited from old golang.org/x/crypto versions
Keeps the project aligned with the latest stable and secure go-yaml release
No breaking API changes expected, as the update stays within the v1.x series
🔍 Notes
Ran go mod tidy to update go.mod and go.sum accordingly
Verified that no regressions or breaking changes are introduced