cve-search / vulnerability-lookup

Vulnerability Lookup facilitates quick correlation of vulnerabilities from various sources, independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD).
https://cve-search.github.io/vulnerability-lookup/
GNU Affero General Public License v3.0
71 stars 9 forks source link

Create a swagger file for the API usage #34

Closed adulau closed 3 months ago

adulau commented 3 months ago

Create a swagger file for the API usage

P-T-I commented 3 months ago

I see flask-restx is in the requirements of this project; if the API endpoints are re-written to fully support flask-restx's possibilities that swagger file is automatically created for you, as well as API documentation.

Rafiot commented 3 months ago

Like that? https://vulnerability.circl.lu/doc

P-T-I commented 3 months ago

I stand corrected....; that's exactly what I mean!

adulau commented 3 months ago

I completely forgot that it was flask-restx ;-) all good then.