List GitHub security advisories
List GitHub repository security advisories for triage. Uses the GitHub App installation token — no user secrets needed. GitHub App tokens cannot use the org-wide advisory endpoint, so every request must select one repository accessible to the installation.
Authorizations
JWT authentication token
Query Parameters
Neo installation UUID (from /api/v1/github/installations).
Repository name to list (name only, or owner/name matching the installation account).
Filter by advisory state.
triage, draft, published, closed Sort property (default created).
created, updated, published Sort direction (default desc).
asc, desc Items per page (1-100, default 25).
Cursor for the next page (from next_cursor).
Cursor for the previous page (from prev_cursor).
Filter by Neo triage linkage. yes = has a Neo triage run, no = not yet triaged in Neo, all (default) = no filter. When set to yes/no, the API scans ahead across GitHub pages to fill per_page matches; next_cursor may be an opaque resume cursor.
all, true, false 
