New issue
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
x/pkgsite: migrate to v1 vulnerability database #58928
Comments
Change https://go.dev/cl/474255 mentions this issue: |
Change https://go.dev/cl/474537 mentions this issue: |
No-op refactor to move all code that depends on x/vuln to the internal/vuln (renamed from internal/vulns) package. This will allow us to more easily remove the dependency, as a part of the migration to the v1 database schema. For golang/go#58928 Change-Id: Ic8ac2377832d8e4a2a6afbb42729a7e10553665c Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/474255 Reviewed-by: Julie Qiu <julieqiu@google.com> Reviewed-by: Tatiana Bradley <tatianabradley@google.com> Run-TryBot: Tatiana Bradley <tatianabradley@google.com> TryBot-Result: kokoro <noreply+kokoro@google.com>
…ient Instead of passing around a function, getVulnEntries, pass the actual vuln client and call it directly. Update the TestClient to implement the GetByModules function so that tests can use it. The purpose of this change is to further isolate calls to the vulndb Client to the internal/vuln package, and to make the code easier to understand by removing a function parameter. For golang/go#58928 Change-Id: I8bef528034a1caa44b99da2f185990338ec9cd5f Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/474537 Reviewed-by: Jamal Carvalho <jamal@golang.org> Run-TryBot: Tatiana Bradley <tatianabradley@google.com> TryBot-Result: kokoro <noreply+kokoro@google.com>
Change https://go.dev/cl/476555 mentions this issue: |
Change https://go.dev/cl/477015 mentions this issue: |
Change https://go.dev/cl/476556 mentions this issue: |
No description provided.
The text was updated successfully, but these errors were encountered: