provider security-advisories GET /advisories/{ghsa_id}
@utdk/github /advisories/{ghsa_id}
Get a global security advisory
Gets a global security advisory using its GitHub Security Advisory (GHSA) identifier.
ghsa_id path required
The GHSA (GitHub Security Advisory) identifier of the advisory.
string

Try it

Authentication
Configure credentials for GitHub v3 REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

securityAdvisories.getGlobalAdvisory
GET/advisories/{ghsa_id}
Gets a global security advisory using its GitHub Security Advisory (GHSA) identifier.

Parameters

required

The GHSA (GitHub Security Advisory) identifier of the advisory.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import github from '@utdk/github';

await github.securityAdvisories.getGlobalAdvisory()