sap_scan_security_notes
Scan SAP Security/HotNews notes for a patch-day month, compare fixed package levels to installed components, and rank affected notes by priority and relevance.
Instructions
Discover ABAP Security/HotNews notes for a SAP patch-day month and rank them by relevancy to this system. Fetches the public SAP Focused Run CSA note policy (github.com/SAP-samples/frun-csa-policies-best-practices), compares each note's fixed-in support-package levels against the system's installed components (CVERS), and classifies the affected ones via /classify_note_v2. min_priority=1 for HotNews only (1=HotNews .. 4=Low; includes priorities <= the given value). month defaults to the latest published patch day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | Patch-day month as YYYY-MM (e.g., 2026-06). Default: latest published. | |
| classify | No | Classify affected notes via classify_note_v2 (implementation state on this system). Default true. | |
| min_priority | No | Include notes with priority <= this value. 1=HotNews only, 4=all (default). |