On Thu, Apr 09, 2026 at 05:50:50AM +0200, Solar Designer wrote:
> I would still like to know if there's a way I could extract Markdown
> source from third-party GitHub advisories, if anyone knows.

GitHub's REST API can be used for that:

$ curl -s 
https://api.github.com/repos/AndrewGMorgan/libcap_mirror/security-advisories/GHSA-f78v-p5hx-m7hh
 | jq -r .description

https://docs.github.com/en/rest/security-advisories/repository-advisories

Best regards,
Tianyu Chen @ deepin

Reply via email to