VOOZH about

URL: https://apify.com/maximedupre/github-security-advisories-scraper

⇱ GitHub Security Advisory Database Scraper Β· Apify


πŸ‘ GitHub Security Advisories Scraper avatar

GitHub Security Advisories Scraper

Pricing

$0.45 / 1,000 scraped advisories

Go to Apify Store

GitHub Security Advisories Scraper

GitHub Security Advisories Scraper for GHSA feeds, CVE lookup, package lookup, severity filters, CVSS, EPSS, CWE, fixed versions, references, credits, and advisory timestamps.

Pricing

$0.45 / 1,000 scraped advisories

Rating

0.0

(0)

Developer

πŸ‘ Maxime DuprΓ©

Maxime DuprΓ©

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

πŸ”Ž GitHub security advisories for GHSA, CVE, and package checks

GitHub Security Advisories Scraper collects public GitHub Security Advisory records and saves them as clean Apify dataset rows. Use it to export GHSA feeds, look up known CVEs, check affected packages, and pull advisory facts such as CVSS, EPSS, CWE, vulnerable version ranges, fixed versions, references, credits, and timestamps.

πŸ“¦ Data you can extract

Each dataset row is one successfully scraped GitHub Security Advisory. Fields can include:

  • ghsaId and cveIds
  • summary, description, classification, and severity
  • cvss with preferred score/vector plus v3 and v4 score/vector objects
  • epss percentage and percentile when GitHub provides them
  • cwes with CWE IDs and names
  • affectedPackages with ecosystem, package name, vulnerable version range, and first patched version
  • references, credits, sourceCodeLocation, and repositoryAdvisoryUrl
  • publishedAt, updatedAt, githubReviewedAt, nvdPublishedAt, and withdrawnAt

Missing source values are returned as null or empty arrays. The Actor does not invent CVE, CVSS, EPSS, CWE, package, patch, credit, or timestamp facts.

πŸš€ How to run it

  1. Open the Actor input.
  2. Fill one target section:
    • Collect advisory feed for recent or filtered GHSA exports.
    • GHSA IDs when you already know advisory IDs such as GHSA-jfh8-c2jp-5v3q.
    • CVE IDs when you want to map CVEs such as CVE-2021-44228 to GitHub Security Advisories.
    • Affected packages when you want advisories for packages such as org.apache.logging.log4j:log4j-core.
  3. Add optional filters for ecosystem, advisory type, severity, CWE, date windows, withdrawn status, sort order, or maximum advisories.
  4. Add a GitHub token only when you need larger public GitHub pulls.
  5. Run the Actor and open the dataset.

The default feed target is useful for a first run. Direct GHSA, CVE, or package targets override the default feed target when you provide them.

βš™οΈ Input options

FieldWhat it does
collectFeedCollects matching advisories from the public GitHub Security Advisories catalogue.
ghsaIdsFetches exact GitHub Security Advisory IDs.
cveIdsMaps CVE IDs to linked GitHub Security Advisory records.
affectedPackagesFinds advisories for package names or package@version values.
ecosystemsLimits results to package ecosystems such as npm, pip, Maven, Go, RubyGems, Rust, Swift, and GitHub Actions.
advisoryTypesFilters reviewed, unreviewed, or malware advisories.
severitiesFilters critical, high, medium, low, or unknown advisories.
cweIdsFilters by CWE numbers such as 79 or CWE-862.
publishedFrom, publishedToFilters by advisory publication date.
updatedFrom, updatedToFilters by advisory update date.
modifiedAfterCollects advisories changed after a date.
withdrawnOnlyCollects only advisories marked as withdrawn.
sortBy, sortDirectionSorts feed results by published date, updated date, EPSS percentage, or EPSS percentile.
maxItemsCaps the number of advisory rows saved.
githubTokenOptional token for larger public GitHub pulls.

Example input:

{
"collectFeed":true,
"severities":["critical","high"],
"ecosystems":["npm","maven"],
"publishedFrom":"2026-01-01",
"sortBy":"published",
"sortDirection":"desc",
"maxItems":25
}

Exact CVE lookup:

{
"cveIds":["CVE-2021-44228"],
"maxItems":5
}

πŸ“„ Output example

{
"ghsaId":"GHSA-jfh8-c2jp-5v3q",
"cveIds":["CVE-2021-44228"],
"summary":"Remote code injection in Log4j",
"description":"Apache Log4j2 versions 2.0-beta9 through 2.15.0 are vulnerable to remote code execution.",
"classification":"reviewed",
"severity":"critical",
"cvss":{
"score":10,
"vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"v3":{
"score":10,
"vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
},
"v4":{
"score":null,
"vector":null
}
},
"epss":{
"percentage":0.94321,
"percentile":0.99874
},
"cwes":[
{
"cweId":"CWE-20",
"name":"Improper Input Validation"
}
],
"affectedPackages":[
{
"ecosystem":"maven",
"name":"org.apache.logging.log4j:log4j-core",
"vulnerableVersionRange":">= 2.0-beta9, < 2.3.2",
"firstPatchedVersion":"2.3.2"
}
],
"references":[
"https://nvd.nist.gov/vuln/detail/CVE-2021-44228"
],
"credits":[
{
"login":"chenzhaojun",
"type":"reporter"
}
],
"sourceCodeLocation":"https://github.com/apache/logging-log4j2",
"repositoryAdvisoryUrl":"https://github.com/apache/logging-log4j2/security/advisories/GHSA-jfh8-c2jp-5v3q",
"publishedAt":"2021-12-10T00:00:35Z",
"updatedAt":"2025-01-14T08:36:01Z",
"githubReviewedAt":"2021-12-10T00:00:00Z",
"nvdPublishedAt":"2021-12-10T10:15:09Z",
"withdrawnAt":null
}

πŸ’³ Pricing

This Actor uses pay-per-event pricing. You are charged for each successfully scraped advisory row. Empty runs, no-result lookups, and failed lookups do not create result charges.

πŸ”Œ Integrations

  • Export rows as JSON, CSV, Excel, XML, RSS, or HTML from the dataset.
  • Call the Actor through the Apify API for CI, security dashboards, or internal tools.
  • Schedule recurring runs to monitor new or updated advisories.
  • Connect runs to webhooks so downstream systems receive fresh advisory data.
  • Send dataset exports to spreadsheets, warehouses, BI tools, or vulnerability triage workflows.

❓ FAQ

πŸ”Ž Can this work as a GHSA scraping tool for GitHub API data?

Yes. It collects GHSA records from the public GitHub Security Advisories API and saves them as Apify dataset rows. That makes it useful when you want a scraper-style workflow around GitHub API data.

πŸ”Œ Can I use this as a GitHub advisory database API?

Yes. You can run the Actor through the Apify API and read the default dataset items after each run. The output is structured for automation, exports, and recurring advisory checks.

πŸ“₯ Can I download the GitHub advisory database?

You can export the rows collected by each run as JSON, CSV, Excel, XML, RSS, or HTML. Use maxItems, filters, and schedules to control how much of the public advisory catalogue you collect.

🧩 Does it support CVE and package lookups?

Yes. You can submit CVE IDs to find linked GitHub Security Advisories, or submit affected package names and package@version values to find matching advisories.

πŸ”‘ Do I need a GitHub token?

No for normal small public runs. Add an optional GitHub token when you need larger pulls and want higher public GitHub rate limits.

πŸ›‘ What happens when no advisory matches my input?

The run finishes successfully, logs that no GitHub Security Advisories matched, and saves no dataset rows. You are not charged for result rows that do not exist.

βš™οΈ Why not use the GitHub API?

Use the GitHub API when you want to build and maintain your own integration. Use this Actor when you want Apify inputs, datasets, exports, schedules, webhooks, and a reusable scraper workflow around the same source data.

🧭 What are GitHub alternatives?

For broader vulnerability coverage, teams often compare GitHub Security Advisories with NVD, OSV.dev, CISA KEV, EPSS, and package-specific security feeds. This Actor stays focused on GitHub Security Advisories and does not merge those other sources into the output.

πŸ“ Changelog

  • 0.1: Initial release.

πŸ†˜ Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫑

πŸ”— Other actors

Made with ❀️ by Maxime Dupré

You might also like

GitHub Security Advisories Scraper

parseforge/github-security-advisories-ghsa-scraper

Scrape GitHub Security Advisories (GHSA) with full CVE mapping, CVSS severity scores, affected packages, version ranges, references, and patches. Filter by ecosystem (npm, PyPI, RubyGems, etc.) and severity. Perfect for SOC teams, vulnerability researchers, and DevSecOps pipelines.

GitHub Security Advisories Scraper

parseforge/github-security-advisories-scraper

Scrape the GitHub Global Security Advisories database. Filter by type (reviewed/unreviewed/malware), severity, affected package, CVE/GHSA ID, or publish date. Returns CVSS, CWE, affected version ranges, patched versions, references, and credits.

OSV & GitHub Security Scraper

taroyamada/oss-vulnerability-monitor

Scrape GitHub Security Advisories and OSV databases to extract CVSS v3.1 base scores, fixed version tags, and patching details for your tech stack.

OSV.dev Vulnerabilities Scraper

crawlerbros/osv-vulnerabilities-scraper

Scrape OSV.dev, Google's open vulnerability database covering NPM, PyPI, Go, Maven, NuGet, Cargo, RubyGems, GitHub Actions, OS distros, and more. Look up vulnerabilities by package, fetch a specific OSV/GHSA/CVE record, or batch-query an entire dependency tree.

NIST NVD CVE Scraper

parseforge/nist-nvd-cve-scraper

Scrape CVE vulnerabilities from the NIST National Vulnerability Database (NVD) API 2.0. Filter by severity, CWE, keyword, date range, or single CVE ID. Returns CVSS v3/v2 scores, CWE weaknesses, CPE configurations, and references.

NPM & PyPI CVE Monitor

conceivable_extension/npm-cve-monitor

Checks npm and PyPI packages against the OSV vulnerability database and npm registry. Detects CVEs, suspicious maintainer patterns, and supply chain risks. Paste your package.json or requirements.txt. Β£0.001 per package checked.

2

Vulnerability & Security Intel Aggregator

parseforge/vulnerability-security-intel-scraper

Pull live security intel from GitHub Advisories, MITRE ATT&CK, Exploit DB, OpenSSF Scorecard and URLhaus in one feed. Get CVE IDs, severity, affected packages, threat techniques and active malware URLs. Built for SecOps, threat intel and DevSecOps.

deps.dev Package Insights Scraper

parseforge/deps-dev-package-insights-scraper

Look up any npm, PyPI, Cargo, Maven, Go, or NuGet package on Google deps.dev and pull its default version, license identifiers, known security advisories, dependency count, and publish date. Handy for license audits, supply chain inventories, and vetting a library before you adopt it.

PyPI Packages Scraper

parseforge/pypi-packages-scraper

Pull Python package data from PyPI. Returns name, version, summary, description, classifiers, license, author, project URLs (homepage, source, issues, docs), Python version requirement, dependencies, release history, last upload, and total release count. Direct lookup by package name.