golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.3k stars 17.58k forks source link

x/vulndb: create a "stateless" worker #64720

Open tatianab opened 9 months ago

tatianab commented 9 months ago

Re-implement the vulndb worker to be mostly stateless, in particular, to not rely on its own database to remember what it has done before.

gopherbot commented 9 months ago

Change https://go.dev/cl/550855 mentions this issue: internal/cvelistrepo: add function List (for CVEs)