Offline Security Data API
A limited version of the Security Data API is available for offline use cases. The limits are as follows:
- Only CSAFs and CVEs are supported (OVAL is deprecated and not available in Mimir)
- The only format is JSON
- The only parameter supported is
page - Requests should be sent to the Mimir origin on this network instead of
https://access.redhat.com
For example, the Mimir origin on this network appears to be:
Here is an example of using that origin to fetch the CSAF RHSA-2024:7744 from the Offline Security Data API:
curl /hydra/rest/securitydata/csaf/RHSA-2024:7744.json
With those limitations established, see the Security Data API documentation.