cisa_get_advisory
cisa_get_advisoryRead one CISA industrial control system advisory in full: affected products flattened from the CSAF product tree into vendor, product, and version ranges; per-CVE CVSS score, vector, and CWE; remediations with their category and vendor instructions; critical-infrastructure sectors; and the revision history. Large advisories return a section outline instead of the whole document — re-call with the sections you need. Republished vendor advisories carry the originating vendor's text; every response reports the source URL and attribution. Find advisory IDs with cisa_search_ics_advisories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sections | No | Sections to return. Omit for the whole document, or for its outline when the document overflows the inline budget. | |
| advisoryId | Yes | Advisory identifier, e.g. ICSA-26-260-07 or ICSMA-26-253-02. Case-insensitive; an optional revision suffix is a single letter a-f or a numeric -N. A trailing .json is stripped. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | full when the document is returned; outline when only the section listing is. | |
| error | No | Present when the call failed. Absent on success. | |
| found | No | Whether an advisory with that ID is in the index. | |
| summary | No | Narrative notes and sector classification. | |
| advisory | No | Advisory identity, dates, and attribution. Always kept, including on a section selection. | |
| guidance | No | What to do instead, present when found is false. | |
| products | No | Affected products and version ranges. | |
| sections | No | Outline arm — the sections available, largest first, with their byte sizes. | |
| references | No | Document-level references. | |
| outlineNotice | No | Outline arm — how to call cisa_get_advisory for specific sections. | |
| acknowledgments | No | Acknowledgment entries. | |
| revisionHistory | No | Revision history, oldest first as published. | |
| vulnerabilities | No | Vulnerabilities the advisory covers, with scores, remediations, and product status. |