We would like to have a vulnerability database frontend comparable to https://osv.dev/ in our documentation
This consists of two different pages:
- A listing page,
- which has a hero section to search for packages or cve ids
- A result components which displays the search results
- Each result should render a link to a details page
- A details page for a single vulnerability like this: https://osv.dev/vulnerability/DEBIAN-CVE-2026-24061
- At some point, the details page will make the risk calculation algorithm transparent, but we don't start with this
DevGuard does already provide all endpoints for this: https://devguard.org/reference#operations-tag-CVE%20Database
/vulndb, /vulndb/{cveID}
We would like to have a vulnerability database frontend comparable to https://osv.dev/ in our documentation
This consists of two different pages:
DevGuard does already provide all endpoints for this: https://devguard.org/reference#operations-tag-CVE%20Database
/vulndb,/vulndb/{cveID}