Red Hat Container Advisory#
Advisory associated with RH container image.
content_type | String required
String parameters
enum RPM | CONTAINER | APB
The content type of advisory. i.e. for CONTAINER or RPM.
synopsis | String required
String parameters
max_length | 2000
Short summary of the advisory.
type | String required
String parameters
enum RHEA | RHBA | RHSA
The type of advisory. i.e. for RHSA:2016-1001 the type is ‘RHSA’.
_id | String
MongoDB unique _id
description | String
Advisory description.
object_type | String
String parameters
constant | redHatContainerAdvisory
severity | String
Severity of the advisory.
ship_date | DateTime
The date the image advisory shipped.
solution | String
The solution of the advisory.
topic | String
Topic of the advisory.
cves | List[CVE]
Array of CVEs fixed by this advisory.
issues | List[Issue]
Array of issues fixed by this advisory.
creation_date | DateTime read-only
The date when the entry was created. Value is created automatically on creation.
last_update_date | DateTime read-only
The date when the entry was last updated.
redHatContainerAdvisory_ship_date_severity
- Fields
ship_date: DESCseverity: ASC
- Description
- This index is used to find advisories by ship date and severity.