Open wallrj opened 11 months ago
This also affects the scan tool we are using (orca) in the same way
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:In https://github.com/cert-manager/istio-csr/pull/222 I upgrading
istio.io/istio
to thelatest
version and still trivy reports the same false positive vulnerabilities: