devguard icon indicating copy to clipboard operation
devguard copied to clipboard

Create open API-Endpoint to search for cves and retrieve all information we are currently storing in our Vulnerability database

Open timbastin opened this issue 1 year ago • 0 comments

I thought about a route design like this:

Retrieve all details of a single CVE: GET /vulndb/<CVE-ID>. Filter CVEs GET /vulndb - I want to be able to:

  1. List all Vulnerabilities (max 100 per page) - we need to build a pagination (GET /vulndb?page=1&perPage=10)
  2. Order and Filter Vulnerabilities by attributes (see FlawHttpController@ListPaged)

timbastin avatar Apr 15 '24 13:04 timbastin