@@ -182,12 +182,12 @@ Labels: License=GPLv2+
182182
183183From the output above, we can determine the following information for this image:
184184
185- * Container Name and Repository: ` Name: registry.redhat.io/openshift4/ose-console-rhel9@sha256:4a6ea66336fc875f84f24bf9ebfdf5b7c166eb19dd68d88ec6035392162b4c5a `
186- * Name: ` ose-console-rhel9 `
187- * Repository: ` registry.redhat.io/openshift4/ose-console-rhel9 `
188- * Container Architecture: ` Arch: amd64 `
189- * Container Tag: ` release=202409181705.p0.g0b1616c.assembly.stream.el9 `
190- * OpenShift version: ` version=v4.16.0 `
185+ * Container Name and Repository: ` Name: registry.redhat.io/openshift4/ose-console-rhel9@sha256:4a6ea66336fc875f84f24bf9ebfdf5b7c166eb19dd68d88ec6035392162b4c5a `
186+ * Name: ` ose-console-rhel9 `
187+ * Repository: ` registry.redhat.io/openshift4/ose-console-rhel9 `
188+ * Container Architecture: ` Arch: amd64 `
189+ * Container Tag: ` release=202409181705.p0.g0b1616c.assembly.stream.el9 `
190+ * OpenShift version: ` version=v4.16.0 `
191191
192192Using this information, we can represent this container image with the following purl.
193193```
@@ -399,13 +399,13 @@ found [here](https://redhatproductsecurity.github.io/security-data-guidelines/cs
399399#### CPEs in CSAF-VEX
400400CPEs in CSAF advisories and VEX data are represented slightly different based on fix status.
401401
402- * Unfixed: Includes the ` under_investigation ` , ` known_affected ` and most ` known_not_affected ` product statuses
403- * Product version: Unfixed products will only include the major product version in the CPE
404- * Channel specifiers: Channel specifiers will not be included in CPEs (only applicable to RHEL 9 and before)
405- * Fixed: Includes all ` fixed ` product status and the occasional ` known_not-affected ` product statuses
406- * Product version:
407- * RHEL 9 and before: Fixed products will include a major version for main stream products and a major and minor version for xUS streams
408- * RHEL 10: Fixed products will include a major and minor version for both main and xUS streams
402+ * Unfixed: Includes the ` under_investigation ` , ` known_affected ` and most ` known_not_affected ` product statuses
403+ * Product version: Unfixed products will only include the major product version in the CPE
404+ * Channel specifiers: Channel specifiers will not be included in CPEs (only applicable to RHEL 9 and before)
405+ * Fixed: Includes all ` fixed ` product status and the occasional ` known_not-affected ` product statuses
406+ * Product version:
407+ * RHEL 9 and before: Fixed products will include a major version for main stream products and a major and minor version for xUS streams
408+ * RHEL 10: Fixed products will include a major and minor version for both main and xUS streams
409409 * Channel specifiers: Channel specifiers will be included for CPEs (only applicable to RHEL 9 and before)
410410
411411#### CPE Matching Logic
@@ -484,13 +484,13 @@ components and then format the appropriate purls to match to `product_version` e
484484#### Purls in CSAF-VEX
485485Similarly to CPEs, purls in CSAF advisories and VEX data are represented differently based on fix status.
486486
487- * Unfixed: Includes the ` under_investigation ` , ` known_affected ` and most ` known_not_affected ` product statuses
488- * Component version: All unfixed components, both ` rpm ` and ` oci ` purl formats will not include any component versioning
489- * Architecture: SRPMs will have the qualifier ` arch=src ` , but both binary RPMs and container will not include any
490- architecture information
491- * Fixed: Includes all ` fixed ` product status and the occasional ` known_not_affected ` product statuses
492- * Component version: All fixed components will include versioning in the ` rpm ` and ` oci ` purl formats
493- * Architecture: All fixed components will include architecture information in the ` rpm ` and ` oci ` purl formats
487+ * Unfixed: Includes the ` under_investigation ` , ` known_affected ` and most ` known_not_affected ` product statuses
488+ * Component version: All unfixed components, both ` rpm ` and ` oci ` purl formats will not include any component versioning
489+ * Architecture: SRPMs will have the qualifier ` arch=src ` , but both binary RPMs and container will not include any
490+ architecture information
491+ * Fixed: Includes all ` fixed ` product status and the occasional ` known_not_affected ` product statuses
492+ * Component version: All fixed components will include versioning in the ` rpm ` and ` oci ` purl formats
493+ * Architecture: All fixed components will include architecture information in the ` rpm ` and ` oci ` purl formats
494494
495495#### Purl Matching Logic
496496As seen above, purls in CSAF advisories and VEX files can be represented differently based on fix status. When attempting
0 commit comments