We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An old version x/vuln is currently used by x/vulndb due to dependencies in:
https://github.com/golang/vulndb/blob/7c92a880ccd96e949cfe229ffb0914f84bd5c4f7/cmd/vulnreport/exported_functions.go#L16 https://github.com/golang/vulndb/blob/7c92a880ccd96e949cfe229ffb0914f84bd5c4f7/internal/worker/worker.go#L26
We are currently refactoring x/vuln/internal/vulncheck. Once that is done, we should copy the relevant code and remove this dependency.
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/497039 mentions this issue: internal/worker: use function Aliases instead of x/vuln client
internal/worker: use function Aliases instead of x/vuln client
Sorry, something went wrong.
golang/vulndb@37153db
zpavlinovic
tatianab
No branches or pull requests
An old version x/vuln is currently used by x/vulndb due to dependencies in:
https://github.com/golang/vulndb/blob/7c92a880ccd96e949cfe229ffb0914f84bd5c4f7/cmd/vulnreport/exported_functions.go#L16
https://github.com/golang/vulndb/blob/7c92a880ccd96e949cfe229ffb0914f84bd5c4f7/internal/worker/worker.go#L26
We are currently refactoring x/vuln/internal/vulncheck. Once that is done, we should copy the relevant code and remove this dependency.
The text was updated successfully, but these errors were encountered: