Actions
Get CVEs For Application
Get known CVEs for an application.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Application IDs | The application IDs to get CVEs for, separated by commas. For example: “225494730938493804,225494730938493915”. Leave empty to get all CVEs. |
| Cursor | Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: “YWdlbnRfaWQ6NTgwMjkzODE=”. |
| Limit | Limit number of returned items (1-1000). Example: “10”. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"data": [],
"pagination": {
"nextCursor": null,
"totalItems": 0
}
}
Was this page helpful?