-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix CVE-2022-28948 - Remove gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
#1532
Comments
Reported the issue to |
v1.8.4 does not have this vulnerability: Line 9 in f97607b
It is not a problem if vulnerable modules appear in your graph. The vulnerable yaml module will not be built into any of your binaries using testify >= 1.8.4. |
I could not really differentiate what is compiled into the binaries and what is not. |
Github Advisor reported a vulnerable package:
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
Here is the CVE report.
One of my application uses
testify
package as dependency, in the current setup my application is vulnerable, this is why I am asking from you to correct this vulnerability.I checked the dependency usage in the following way:
From the above dependency tree can be seen that the vulnerable package is pulled in through
github.com/stretchr/[email protected]
.I would like to ask from you to correct this package vulnerability.
The text was updated successfully, but these errors were encountered: