v1
latestOpenAPI 3.1.12026-07-242899061.7 MBTarget Of Evaluation TOE
This endpoint allows the user to search for Company name, TOE ID by a valid CVE.
This endpoint allows the user to search for Company name, TOE ID by a valid CVE. The user must provide a valid cve in query param.
get/v1/toes/by_cve
Query parameters
cve_idstring required
Example:CVE-1999-0001
This parameter filters finding results by single Common Vulnerabilities and Exposures (CVE). For example:
?cve_id=CVE-1999-0001
Response
OK
Example response
[
{
"toe_id": "5976423a-ee35-11e3-8569-14109ff1a304",
"company_name": "Riskrecon, Co."
}
]