List Repos

List all the repositories that are currently being monitored for security vulnerabilities.

We have a list of repositories that are currently being monitored for security vulnerabilities. You can use this API endpoint to list all the repositories that are currently being monitored.

Endpoint

GET /cves/get-repos

Response

all_repos.json
[
  {
    "name": "data",
    "isPrivate": false
  },
  {
    "name": "machine-learning",
    "isPrivate": false
  }
]