yaml.v2 version bump to fix CVE-2019-11254#936
Merged
Conversation
- gopkg.in/yaml.v2 v2.2.2 -> v.2.2.8 CVE-2019-11254
Codecov Report
@@ Coverage Diff @@
## master #936 +/- ##
=======================================
Coverage 98.27% 98.27%
=======================================
Files 44 44
Lines 1974 1974
=======================================
Hits 1940 1940
Misses 27 27
Partials 7 7 Continue to review full report at Codecov.
|
Contributor
Author
|
Is there something missing from this PR which is blocking a review? |
abhinav
approved these changes
May 18, 2021
abhinav
pushed a commit
that referenced
this pull request
May 25, 2021
- gopkg.in/yaml.v2 v2.2.2 -> v.2.2.8 CVE-2019-11254
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hello,
The included version of
gopkg.in/yaml.v2(v2.2.2) has a reported vulnerability of CVE-2019-11254. To resolve the vulnerability the version has been upgraded to v2.2.8.The testify libraries have also been bumped from 1.4.0 to 1.7.0 to avoid the same vulnerability.
As per the contributors document the make test and make lint targets have both successfully completed on Go version 1.13. The tests will fail on Go 1.16 due to the following bug bug.