Get Cve List

gethttps://app.fossa.com/api/vulns/cve-list

Search for CVEs by query string and return top matching distinct CVE identifiers with their details

Query parameters

querystringrequired

Search string to find matching CVE identifiers

Responses

200OK - Returns a list of matching CVEs with details

Array of:

cvestringrequired

CVE identifier (e.g., CVE-2021-44228)

descriptionstring

Detailed description of the vulnerability

400Bad Request - Search string not provided
uuidstring

Unique identifier associated with the error

codeinteger

fossa specific error code

messagestring

message associated with this error

namestring

name of the error

httpStatusCodeinteger

http status code number

401Unauthorized - Invalid or missing API token
uuidstring

Unique identifier associated with the error

codeinteger

fossa specific error code

messagestring

message associated with this error

namestring

name of the error

httpStatusCodeinteger

http status code number

403Forbidden - Security features not enabled for organization
uuidstring

Unique identifier associated with the error

codeinteger

fossa specific error code

messagestring

message associated with this error

namestring

name of the error

httpStatusCodeinteger

http status code number

Try this endpoint

Build a request and run it against app.fossa.com.

Bearer

Stored in this browser for 24 hours. Try It uses a docs proxy for CORS and does not store tokens server-side.

GET https://app.fossa.com/api/vulns/cve-list
curl --request GET \  --url 'https://app.fossa.com/api/vulns/cve-list' \  --header 'accept: application/json' \  --header 'authorization: Bearer YOUR_API_TOKEN'

Real request. Mutating methods can change data.

Click Try It to run a request and see the response here.
Enter a Bearer token before running this request.

Query params

querystringrequired

Search string to find matching CVE identifiers