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
This project imports the go module istio.io/istio which uses unadorned semver tags rather than the go standard v prefixed release tags. The consequence is that go mod tidy always replaced the go.mod entry with a pseudo version and this version is then misinterpreted by trivy and by dependabot:
I believe unless I'm mistaken that this is because istio doesn't tag with v prefix https://github.com/istio/istio/release I believe an issue should be made with istio/istio to change the versioning to include the prefix v.
This project imports the go module
istio.io/istio
which uses unadorned semver tags rather than the go standardv
prefixed release tags. The consequence is thatgo mod tidy
always replaced thego.mod
entry with a pseudo version and this version is then misinterpreted by trivy and by dependabot:v
istio/istio#41702In #222 I upgrading
istio.io/istio
to thelatest
version and still trivy reports the same false positive vulnerabilities:The text was updated successfully, but these errors were encountered: