Skip to content
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: optimize vuln list by reading concurrently #49451

Closed
jba opened this issue Nov 8, 2021 · 1 comment
Closed

x/pkgsite: optimize vuln list by reading concurrently #49451

jba opened this issue Nov 8, 2021 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite vulncheck or vulndb Issues for the x/vuln or x/vulndb repo

Comments

@jba
Copy link
Contributor

jba commented Nov 8, 2021

The forthcoming /vuln endpoint displays all Go vulnerabilities. The current code reads them one at a time. If that turns out to be slow, read them concurrently instead for speed.

@jba jba added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite labels Nov 8, 2021
@jba jba self-assigned this Nov 8, 2021
@gopherbot gopherbot added this to the pkgsite/unplanned milestone Nov 8, 2021
@gopherbot
Copy link

Change https://golang.org/cl/364975 mentions this issue: internal/frontend: get list of vuln entries concurrently

@rsc rsc unassigned jba Jun 23, 2022
@julieqiu julieqiu added the vulncheck or vulndb Issues for the x/vuln or x/vulndb repo label Sep 8, 2022
@golang golang locked and limited conversation to collaborators Sep 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
Projects
Status: No status
Development

No branches or pull requests

3 participants