GitHub

list_global_security_advisories

List global security advisories from GitHub.

Remote github

Other tools also called list_global_security_advisories? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "cwes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Filter by Common Weakness Enumeration IDs (e.g. [\"79\", \"284\", \"22\"])."
    },
    "type": {
      "enum": [
        "reviewed",
        "malware",
        "unreviewed"
      ],
      "type": "string",
      "default": "reviewed",
      "description": "Advisory type."
    },
    "cveId": {
      "type": "string",
      "description": "Filter by CVE ID."
    },
    "ghsaId": {
      "type": "string",
      "description": "Filter by GitHub Security Advisory ID (format: GHSA-xxxx-xxxx-xxxx)."
    },
    "affects": {
      "type": "string",
      "description": "Filter advisories by affected package or version (e.g. \"package1,[email protected]\")."
    },
    "updated": {
      "type": "string",
      "description": "Filter by update date or date range (ISO 8601 date or range)."
    },
    "modified": {
      "type": "string",
      "description": "Filter by publish or update date or date range (ISO 8601 date or range)."
    },
    "severity": {
      "enum": [
        "unknown",
        "low",
        "medium",
        "high",
        "critical"
      ],
      "type": "string",
      "description": "Filter by severity."
    },
    "ecosystem": {
      "enum": [
        "actions",
        "composer",
        "erlang",
        "go",
        "maven",
        "npm",
        "nuget",
        "other",
        "pip",
        "pub",
        "rubygems",
        "rust"
      ],
      "type": "string",
      "description": "Filter by package ecosystem."
    },
    "published": {
      "type": "string",
      "description": "Filter by publish date or date range (ISO 8601 date or range)."
    },
    "isWithdrawn": {
      "type": "boolean",
      "description": "Whether to only return withdrawn advisories."
    }
  }
}
          

Provider

GitHub →