search_csaf
Find Red Hat security advisories by filtering on date, severity, CVE, package, Bugzilla ID, or RHSA ID. Returns a paginated list of CSAF advisory summaries.
Instructions
Search Red Hat CSAF advisory documents by date, severity, CVE, package, Bugzilla ID, or RHSA ID. Returns a paginated list of advisory summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bug | No | Comma-separated Bugzilla IDs (e.g. 1326598,1084875) | |
| cve | No | Comma-separated CVE IDs (e.g. CVE-2024-0001,CVE-2024-0002) | |
| page | No | Page number (default: 1) | |
| after | No | Return CSAF documents after this date (ISO 8601, e.g. 2024-01-01) | |
| before | No | Return CSAF documents before this date (ISO 8601, e.g. 2024-03-01) | |
| package | No | Package name to filter by (e.g. kernel, thunderbird) | |
| per_page | No | Results per page (default: 1000) | |
| rhsa_ids | No | Comma-separated RHSA IDs (e.g. RHSA-2024:1234,RHSA-2024:5678) | |
| severity | No | Severity level: low, moderate, important, or critical | |
| created_days_ago | No | Return CSAF documents created within this many days |