Files
a2a-platform 00738e348e deploy
2026-06-27 01:01:22 +00:00

50 lines
1.4 KiB
Markdown

---
name: advisories-routes
description: Handle 2 OpenAPI operation(s) under /advisories for the advisories route group.
---
# advisories API Routes
Handle 2 OpenAPI operation(s) under /advisories for the advisories route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### security_advisories_list_global_advisories
- Operation ID: `security_advisories_list_global_advisories`
- Route: `GET /advisories`
- Mode: READ
- Summary: List global security advisories
- Parameters:
- `ghsa_id` in `query`
- `type` in `query`
- `cve_id` in `query`
- `ecosystem` in `query`
- `severity` in `query`
- `cwes` in `query`
- `is_withdrawn` in `query`
- `affects` in `query`
- `published` in `query`
- `updated` in `query`
- `modified` in `query`
- `epss_percentage` in `query`
- `epss_percentile` in `query`
- `before` in `query`
- `after` in `query`
- `direction` in `query`
- `per_page` in `query`
- `sort` in `query`
### security_advisories_get_global_advisory
- Operation ID: `security_advisories_get_global_advisory`
- Route: `GET /advisories/{ghsa_id}`
- Mode: READ
- Summary: Get a global security advisory
- Parameters:
- `ghsa_id` in `path` required