# Reviewed (curated) GitHub Security Advisories

**Use case:** 

Extract GitHub Security Advisories data filtered by Reviewed (curated). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "type": "reviewed",
  "sortBy": "published",
  "direction": "desc"
}
```

## Output

```json
{
  "ghsaId": {
    "label": "GHSA",
    "format": "text"
  },
  "cveId": {
    "label": "CVE",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "severity": {
    "label": "Severity",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "htmlUrl": {
    "label": "Advisory",
    "format": "link"
  },
  "apiUrl": {
    "label": "Api url"
  },
  "sourceCodeLocation": {
    "label": "Source code location"
  },
  "repositoryAdvisoryUrl": {
    "label": "Repository advisory url"
  },
  "description": {
    "label": "Description"
  },
  "identifiers": {
    "label": "Identifiers"
  },
  "referenceUrls": {
    "label": "Reference urls"
  },
  "cvssScore": {
    "label": "CVSS",
    "format": "number"
  },
  "cvssVectorString": {
    "label": "Cvss vector string"
  },
  "cvssV3Score": {
    "label": "CVSSv3",
    "format": "number"
  },
  "cvssV3VectorString": {
    "label": "Cvss v3vector string"
  },
  "cvssV4Score": {
    "label": "CVSSv4",
    "format": "number"
  },
  "cvssV4VectorString": {
    "label": "Cvss v4vector string"
  },
  "cwes": {
    "label": "Cwes"
  },
  "epssPercentage": {
    "label": "EPSS %",
    "format": "number"
  },
  "epssPercentile": {
    "label": "Epss percentile"
  },
  "affectedEcosystems": {
    "label": "Ecosystems",
    "format": "object"
  },
  "affectedPackages": {
    "label": "Packages",
    "format": "object"
  },
  "vulnerabilities": {
    "label": "Vulnerabilities"
  },
  "credits": {
    "label": "Credits"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "githubReviewedAt": {
    "label": "Github reviewed at"
  },
  "nvdPublishedAt": {
    "label": "Nvd published at"
  },
  "withdrawnAt": {
    "label": "Withdrawn at"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Security Advisories Scraper](https://apify.com/parseforge/github-security-advisories-ghsa-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/github-security-advisories-ghsa-scraper) to learn more, explore other use cases, and run it yourself.