Now used to track GO-2020-0005. ---- old description: The DB is [constructed assuming that package import paths are unique](https://github.com/golang/vulndb/blob/master/cmd/gendb/main.go#L74). But it's possible to have two different packages with the same import path, even at the same version. Example: https://pkg.go.dev/github.com/hashicorp/vault@v1.0.1/api https://pkg.go.dev/github.com/hashicorp/vault/api@v1.0.1