How do I get all Security Advisories using github api?
github → Project → Security Advisories - View information about security vulnerabilities from this repository’s maintainers.
Example Project:
analogous to the List Repo commands
curl https://api.github.com/repos/tensorflow/tensorflow/contributors
Thank you very much for any hints
HI @Rolando7 Querying vulnerability Alerts in GraphQL for repository will list vulnerability alerts that are on a repository. You can also drill down to the security advisory/CWE information related to the alert
The vulnerability alerts are created by dependabot. I think the question is to list the security advisories created by the repository.
e.g.: