You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we have discussed in PR #1319, I tried to run go mod tidy on the master branch and the indirect version of github.com/miekg/[email protected] went away. This dependency is introduced in #1298 intended to fix a CVE issue.
I suppose as per golang/go#40784 (comment), it is not possible to lock/pin an indirect dependency. So we have to be very careful with this indirect dep.
Just a comment. I am not sure what we can do now. Maybe add a git-hook to ensure? @jpkrohling
The text was updated successfully, but these errors were encountered:
As we have discussed in PR #1319, I tried to run
go mod tidy
on the master branch and the indirect version ofgithub.aaakk.us.kg/miekg/[email protected]
went away. This dependency is introduced in #1298 intended to fix a CVE issue.I suppose as per golang/go#40784 (comment), it is not possible to lock/pin an indirect dependency. So we have to be very careful with this indirect dep.
Just a comment. I am not sure what we can do now. Maybe add a git-hook to ensure? @jpkrohling
The text was updated successfully, but these errors were encountered: