Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2024-45337
Vulnerability from cvelistv5
Vendor | Product | Version | ||
---|---|---|---|---|
golang.org/x/crypto | golang.org/x/crypto/ssh |
Version: 0 ≤ |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2025-01-31T15:02:46.088Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "url": "http://www.openwall.com/lists/oss-security/2024/12/11/2" }, { "url": "https://security.netapp.com/advisory/ntap-20250131-0007/" } ], "title": "CVE Program Container" }, { "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 9.1, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" } }, { "other": { "content": { "id": "CVE-2024-45337", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2024-12-12T17:57:55.896008Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-12-12T17:58:29.810Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "collectionURL": "https://pkg.go.dev", "defaultStatus": "unaffected", "packageName": "golang.org/x/crypto/ssh", "product": "golang.org/x/crypto/ssh", "programRoutines": [ { "name": "ServerConfig.PublicKeyCallback" }, { "name": "connection.serverAuthenticate" }, { "name": "NewServerConn" } ], "vendor": "golang.org/x/crypto", "versions": [ { "lessThan": "0.31.0", "status": "affected", "version": "0", "versionType": "semver" } ] } ], "credits": [ { "lang": "en", "value": "Damien Tournoud (Platform.sh / Upsun)" }, { "lang": "en", "value": "Patrick Dawkins (Platform.sh / Upsun)" }, { "lang": "en", "value": "Vince Parker (Platform.sh / Upsun)" }, { "lang": "en", "value": "Jules Duvivier (Platform.sh / Upsun)" } ], "descriptions": [ { "lang": "en", "value": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance." } ], "problemTypes": [ { "descriptions": [ { "description": "CWE-1108: Excessive Reliance on Global Variables", "lang": "en" } ] } ], "providerMetadata": { "dateUpdated": "2025-02-18T20:48:40.404Z", "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc", "shortName": "Go" }, "references": [ { "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "url": "https://go.dev/cl/635315" }, { "url": "https://go.dev/issue/70779" }, { "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "title": "Misuse of connection.serverAuthenticate may cause authorization bypass in golang.org/x/crypto" } }, "cveMetadata": { "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc", "assignerShortName": "Go", "cveId": "CVE-2024-45337", "datePublished": "2024-12-11T18:55:58.506Z", "dateReserved": "2024-08-27T19:41:58.555Z", "dateUpdated": "2025-02-18T20:48:40.404Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-45337\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2024-12-12T02:02:07.970\",\"lastModified\":\"2025-02-18T21:15:22.187\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \\\"A call to this function does not guarantee that the key offered is in fact used to authenticate.\\\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.\"},{\"lang\":\"es\",\"value\":\" Las aplicaciones y bibliotecas que hacen un mal uso de la devoluci\u00f3n de llamada ServerConfig.PublicKeyCallback pueden ser susceptibles a una omisi\u00f3n de autorizaci\u00f3n.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"references\":[{\"url\":\"https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/cl/635315\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/70779\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2024-3321\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/12/11/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250131-0007/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/12/11/2\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20250131-0007/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-01-31T15:02:46.088Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-45337\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-12T17:57:55.896008Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-12T17:58:13.916Z\"}}], \"cna\": {\"title\": \"Misuse of connection.serverAuthenticate may cause authorization bypass in golang.org/x/crypto\", \"credits\": [{\"lang\": \"en\", \"value\": \"Damien Tournoud (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Patrick Dawkins (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Vince Parker (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Jules Duvivier (Platform.sh / Upsun)\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.31.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"ServerConfig.PublicKeyCallback\"}, {\"name\": \"connection.serverAuthenticate\"}, {\"name\": \"NewServerConn\"}]}], \"references\": [{\"url\": \"https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909\"}, {\"url\": \"https://go.dev/cl/635315\"}, {\"url\": \"https://go.dev/issue/70779\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-3321\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \\\"A call to this function does not guarantee that the key offered is in fact used to authenticate.\\\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-1108: Excessive Reliance on Global Variables\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-02-18T20:48:40.404Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2024-45337\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-18T20:48:40.404Z\", \"dateReserved\": \"2024-08-27T19:41:58.555Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2024-12-11T18:55:58.506Z\", \"assignerShortName\": \"Go\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
rhsa-2025:0778
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Multicluster Engine for Kubernetes 2.6.5 General Availability release images, \nwhich provide enhancements, bug fixes, and updated container\nimages.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Multicluster engine for Kubernetes v2.6.5 images\n\nMulticluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.\n\nSecurity fix(es):\n* nanoid: nanoid mishandles non-integer values (CVE-2024-55565)\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0778", "url": "https://access.redhat.com/errata/RHSA-2025:0778" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0778.json" } ], "title": "Red Hat Security Advisory: Multicluster Engine for Kubernetes 2.6.5 security updates and bug fixes", "tracking": { "current_release_date": "2025-02-20T11:27:02+00:00", "generator": { "date": "2025-02-20T11:27:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0778", "initial_release_date": "2025-01-28T20:56:08+00:00", "revision_history": [ { "date": "2025-01-28T20:56:08+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-28T20:56:08+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:27:02+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "multicluster engine for Kubernetes 2.6 for RHEL 9", "product": { "name": "multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6", "product_identification_helper": { "cpe": "cpe:/a:redhat:multicluster_engine:2.6::el9" } } }, { "category": "product_name", "name": "multicluster engine for Kubernetes 2.6 for RHEL 8", "product": { "name": "multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6", "product_identification_helper": { "cpe": "cpe:/a:redhat:multicluster_engine:2.6::el8" } } } ], "category": "product_family", "name": "multicluster engine for Kubernetes" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "product": { "name": "multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "product_id": "multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "product": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "product": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "product_id": "multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "product": { "name": "multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "product_id": "multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "product": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "product_id": "multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-8-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "product": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "product_id": "multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-9-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "product": { "name": "multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "product_id": "multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.6.5-1" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "product": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "product": { "name": "multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "product_id": "multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "product": { "name": "multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "product_id": "multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "product": { "name": "multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "product_id": "multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "product_identification_helper": { "purl": "pkg:oci/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "product": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "product": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "product": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "product": { "name": "multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "product_id": "multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "product_identification_helper": { "purl": "pkg:oci/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.6.5-11" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "product": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "product": { "name": "multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "product_id": "multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "product": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "product_id": "multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "product": { "name": "multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "product_id": "multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "product_identification_helper": { "purl": "pkg:oci/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "product": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "product": { "name": "multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "product_id": "multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "product_identification_helper": { "purl": "pkg:oci/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "product": { "name": "multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "product_id": "multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "product": { "name": "multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "product_id": "multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "product_identification_helper": { "purl": "pkg:oci/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.6.5-3" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "product": { "name": "multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "product_id": "multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "product": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "product": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "product_id": "multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "product": { "name": "multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "product_id": "multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "product": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "product_id": "multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-8-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "product": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "product_id": "multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-9-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "product": { "name": "multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "product_id": "multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.6.5-1" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "product": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "product": { "name": "multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "product_id": "multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "product": { "name": "multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "product_id": "multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "product": { "name": "multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "product_id": "multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "product_identification_helper": { "purl": "pkg:oci/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "product": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "product": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "product": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "product": { "name": "multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "product_id": "multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "product_identification_helper": { "purl": "pkg:oci/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.6.5-11" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "product": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "product": { "name": "multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "product_id": "multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "product": { "name": "multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "product_id": "multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "product_identification_helper": { "purl": "pkg:oci/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.6.5-6" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "product": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "product_id": "multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "product": { "name": "multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "product_id": "multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "product_identification_helper": { "purl": "pkg:oci/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "product": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "product": { "name": "multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "product_id": "multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "product_identification_helper": { "purl": "pkg:oci/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "product": { "name": "multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "product_id": "multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "product": { "name": "multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "product_id": "multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "product_identification_helper": { "purl": "pkg:oci/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.6.5-3" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "product": { "name": "multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "product_id": "multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "product": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "product": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "product_id": "multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "product": { "name": "multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "product_id": "multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "product": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "product_id": "multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-8-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "product": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "product_id": "multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-9-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "product": { "name": "multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "product_id": "multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.6.5-1" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "product": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "product": { "name": "multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "product_id": "multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "product": { "name": "multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "product_id": "multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "product": { "name": "multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "product_id": "multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "product_identification_helper": { "purl": "pkg:oci/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "product": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "product": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "product": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "product": { "name": "multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "product_id": "multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "product_identification_helper": { "purl": "pkg:oci/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.6.5-11" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "product": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "product": { "name": "multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "product_id": "multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "product": { "name": "multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "product_id": "multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "product_identification_helper": { "purl": "pkg:oci/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.6.5-6" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "product": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "product_id": "multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "product": { "name": "multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "product_id": "multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "product_identification_helper": { "purl": "pkg:oci/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "product": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "product": { "name": "multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "product_id": "multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "product_identification_helper": { "purl": "pkg:oci/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "product": { "name": "multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "product_id": "multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "product": { "name": "multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "product_id": "multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "product_identification_helper": { "purl": "pkg:oci/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.6.5-3" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "product": { "name": "multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "product_id": "multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "product": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "product": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "product_id": "multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "product": { "name": "multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "product_id": "multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "product": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "product_id": "multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-8-rhel8\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "product": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "product_id": "multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-9-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "product": { "name": "multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "product_id": "multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.6.5-1" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "product": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "product": { "name": "multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "product_id": "multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "product": { "name": "multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "product_id": "multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "product": { "name": "multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "product_id": "multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "product": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "product": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "product": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.6.5-4" } } }, { "category": "product_version", "name": "multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "product": { "name": "multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "product_id": "multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "product_identification_helper": { "purl": "pkg:oci/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.6.5-11" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "product": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "product": { "name": "multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "product_id": "multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "product": { "name": "multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "product_id": "multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "product_identification_helper": { "purl": "pkg:oci/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.6.5-6" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "product": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "product_id": "multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.6.5-2" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "product": { "name": "multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "product_id": "multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "product_identification_helper": { "purl": "pkg:oci/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "product": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "product": { "name": "multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "product_id": "multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "product": { "name": "multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "product_id": "multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.6.5-3" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le", "product": { "name": "multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le", "product_id": "multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le", "product_identification_helper": { "purl": "pkg:oci/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.6.5-3" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le" }, "product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64" }, "product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x" }, "product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64" }, "product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64" }, "product_reference": "multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64" }, "product_reference": "multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x" }, "product_reference": "multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le" }, "product_reference": "multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le" }, "product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64" }, "product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64" }, "product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x" }, "product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le" }, "product_reference": "multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64" }, "product_reference": "multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64" }, "product_reference": "multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 8", "product_id": "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x" }, "product_reference": "multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x" }, "product_reference": "multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64" }, "product_reference": "multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64" }, "product_reference": "multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le" }, "product_reference": "multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le" }, "product_reference": "multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64" }, "product_reference": "multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64" }, "product_reference": "multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x" }, "product_reference": "multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64" }, "product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le" }, "product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x" }, "product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64" }, "product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x" }, "product_reference": "multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64" }, "product_reference": "multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64" }, "product_reference": "multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64" }, "product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x" }, "product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64" }, "product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le" }, "product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64" }, "product_reference": "multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le" }, "product_reference": "multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x" }, "product_reference": "multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64" }, "product_reference": "multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x" }, "product_reference": "multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64" }, "product_reference": "multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le" }, "product_reference": "multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64" }, "product_reference": "multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64" }, "product_reference": "multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64" }, "product_reference": "multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le" }, "product_reference": "multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x" }, "product_reference": "multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x" }, "product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64" }, "product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64" }, "product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le" }, "product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x" }, "product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64" }, "product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le" }, "product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64" }, "product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le" }, "product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64" }, "product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64" }, "product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x" }, "product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64" }, "product_reference": "multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64" }, "product_reference": "multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le" }, "product_reference": "multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x" }, "product_reference": "multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64" }, "product_reference": "multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le" }, "product_reference": "multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x" }, "product_reference": "multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x" }, "product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64" }, "product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64" }, "product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le" }, "product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64" }, "product_reference": "multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64" }, "product_reference": "multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x" }, "product_reference": "multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le" }, "product_reference": "multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le" }, "product_reference": "multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64" }, "product_reference": "multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64" }, "product_reference": "multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x" }, "product_reference": "multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64" }, "product_reference": "multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x" }, "product_reference": "multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64" }, "product_reference": "multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le" }, "product_reference": "multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64" }, "product_reference": "multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64" }, "product_reference": "multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x" }, "product_reference": "multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le" }, "product_reference": "multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x" }, "product_reference": "multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64" }, "product_reference": "multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64 as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64" }, "product_reference": "multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.6" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le as a component of multicluster engine for Kubernetes 2.6 for RHEL 9", "product_id": "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le" }, "product_reference": "multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T20:56:08+00:00", "details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/clusters/cluster_mce_overview#mce-install-intro", "product_ids": [ "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0778" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T20:56:08+00:00", "details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/clusters/cluster_mce_overview#mce-install-intro", "product_ids": [ "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0778" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2024-55565", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2024-12-09T02:00:45.255738+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331063" } ], "notes": [ { "category": "description", "text": "nanoid (aka Nano ID) before 5.0.9 mishandles non-integer values. 3.3.8 is also a fixed version.", "title": "Vulnerability description" }, { "category": "summary", "text": "nanoid: nanoid mishandles non-integer values", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-55565" }, { "category": "external", "summary": "RHBZ#2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-55565", "url": "https://www.cve.org/CVERecord?id=CVE-2024-55565" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565" }, { "category": "external", "summary": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8", "url": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8" }, { "category": "external", "summary": "https://github.com/ai/nanoid/pull/510", "url": "https://github.com/ai/nanoid/pull/510" }, { "category": "external", "summary": "https://github.com/ai/nanoid/releases/tag/5.0.9", "url": "https://github.com/ai/nanoid/releases/tag/5.0.9" } ], "release_date": "2024-12-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T20:56:08+00:00", "details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/clusters/cluster_mce_overview#mce-install-intro", "product_ids": [ "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0778" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:676dd80da2d017db04d6f3c8b040bf3c9ff02898a9eaf4c4630b193a4c15da76_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:835406d135ac59a8ae866975df6ce591aecc4a21cc9bfb8046b89eb61a126947_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:ddd40034245b5f994a437fbcc7c8f2b9f8a9af857d3bf52659086446971d7877_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-image-service-rhel8@sha256:f7b905ca7d48009147561e4c9aea852eba63b0f2d1577a9fcb91fe0bdcd1340d_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:3a6d5aa044a972b167e9c3a341a17d4e52ccc41b49a3657882acbc6271675f1c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:a83af93e247517e9e27cbf1ee88016712e7b572b935dc6a0a2d71985a985683c_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:adfde34bed82adbad3fc1d276950b8ecb94cd9c27cc4df3af321eb8d335d217b_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-agent-rhel8@sha256:ceb2cb92d5f41ae8b8d3b92b408a33077f9d6ff3bf8dc1d962fe74360307c032_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:3ff829b9f7be14e3b5a6d7805102edd65b121d27d66120344514baaf8dd51774_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:54d06a8e98c80d0489fa9a8948f5e6b5729f936464e64d80589d535dfecd3c15_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:8ea6e41c3c5b5b3b8443c3f2debc7ca8297e015d0a2e414e46bc5b906a0b0676_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-controller-rhel8@sha256:db247dd33736b95b51842f3bbd7e830a946810992e1893d444b3651c000b5107_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:1b392111d46899f1e87f9a2bc143fa69b52fe94a7bb2c4c9085d8649c075d55e_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:97a2ca8a558e30e2e351feec5b06ea1caf8e0bff03db56e48fb81f5dc2643510_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:b546c201c160373b20d1c85b6d8d7f767fb011ba1ec60220de1fdae0220cacb5_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-installer-rhel8@sha256:dd0304063f9fb4c156ecf4b888b01c0eac23e51559e42e3c8deb3f1c3b0a5f8d_s390x", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:17b916c7744b3da2b777d55346ae4132aa960d4e8e0daf101cfdbf89d8963c61_ppc64le", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:5e62ac062af4af0bc287f2814dc99dfd13a7b984ce86fe3fd27e5cd1caced29a_amd64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:c254facf65ea273347ed5fba136f03821e208076ae4f53476a1074ede5e24a7c_arm64", "8Base-multicluster-engine-2.6:multicluster-engine/assisted-service-8-rhel8@sha256:f3ccc868351f62a5da749b8aa3ff12bd5849a302fcaf564adb2961a3aa9a5c57_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:4223e752e85723f298f72fed67766b70f57a638a1994d09b1c238d6375ce9a29_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8b3f594cb8dd66f736637b405320054a4ab6bb60ccf55e540990b4d9bb63163_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:a8df537f97bc8eabcc1a72f57075913be4b16fdf1da271d4aa5f5e9cd8d84809_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/addon-manager-rhel9@sha256:e039e027678f984f64992ef6dcd22da4cd0509286bd188c4420ae26cbeddbc33_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:22235c547d9199c6abeb19eab11b6334fefef621c4cb45918ab2f8282d55b4ba_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:37a6319c83c1fffd0d45633784cf811bad10d1496336c4abe3ca343891ff58cc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:3f8b10e7065c109a16c5dcfb7cf295b0fdd63f683552ede9101122a3c9820fb8_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/assisted-service-9-rhel9@sha256:c25ce7cce331e5b3f421dcc5eb629efba2ceb4d660dd9848fa6c864a9f6a1cd6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:10e2070507d7f0754f4b21ed35465ff38e1802a8941954efad00a8581171b011_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:2dac4d75895dc897fb061a4cb59f188b4e6bf263cd767abce36cfaf192a6dc02_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d7b47a1d8292ec1560c9253776bd15fa74a52a13f5bdaa334341bd7892ad6661_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/backplane-rhel9-operator@sha256:d9e77b56ed7bedfe080c9ba04e8c733276f1f97049551cbed65896aaf47778e1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0e030e5e7bc120412e0bc2a72e5823486b4fcf530214dfbc73edb2bba86edb80_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:1429a5fd4582bfaf81cacacb873ac6e04bf30a77970a5fa7ee103a9213bcabed_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:16217e5d22746e367ee7f8b4294d4bc5a0a02ea82e228443ad52c2e25c9651f5_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8e1132a0677f8840c3b4d7a4eaf18ffb5a4add89435eeb01208210005bfa396b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:2b7143a4591f93af9ef0f9642a0a9c56807c40050bd54dcd056249468aaccc98_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:418c2e4d812c6546db8a9510d89ac71fb586a7cfe189aa52fbff91e2089d0d7c_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b519eafc1a1d74d9d047f18a5dac054977e34afd9c75a0501ac84db1007fcb29_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:b526e143a545ce4fcc8676daf12196a2cdd8b52cb9dfb031d4c1a83eab23ed7d_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4682a0924a9e3f5840262da221eb04980323499d044ef99284a53d5b9e136ad1_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:4fd8f7897b215c77b8b1312af2a974a493911fd3af084a2cb15fc3bb3a7d5085_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:e10c5249393afb4842d27e0a801baa1b14efd7fe4ba14381fee2df759e4f9bcb_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-api-rhel9@sha256:eaf795cb3fd13860078ef69c0c4c2b7407256c6b3e93b0f1738eda10faf08ecd_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:2b325585d76a8a5e1a6bbbb5085ab920fe496617b7dcda1b7e5a665ae3862fea_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:31fd68f8fc33bfa5fd1a0e809a47cb72f172465352e04a4e47b8dc85d4a9a31b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:57b745bc44d7fea3ec8cc5ddd0be0ee1eb8313d3a33c99cbd131c49e6d114b16_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-curator-controller-rhel9@sha256:d19e1d5fdc1c81fbfe14bddf9e0bea182eeb80380c5ad52c5560c368c59906c4_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:167f2dbe7ff083e1d9a2c024f624eafe28d38d2ce31904484ce65925f91cea64_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5c4895535fbef7a72f12fc1b9d7e720d5212a16b00d5a6447bf2954f857df3a0_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:b82f6625222e92beaabb54ba463f2d76e19cb5b80cfd1bd6f260bbf8f3ffbce0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-image-set-controller-rhel9@sha256:e79428c1f86631a45ffce5447f967c0030d00e2e9cff446bb6ebfe1e90e05f8f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:71ae200d1fe9a3d2408610752aac28b797e89b382aac4091a85207879257ec2c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:d14fc5e7b4fbdb608fe969c7d4367a570a5cd8a0686c6478d302ca91ba3cedf5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e8e3fda4372303300921e320c265b50751759126a5a34af8fa65075b899883de_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-addon-rhel9@sha256:f64781e0c1b4aebf17e788e4831f0d80d8e4da7936b9afa2a61910929ac19125_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:84ad3efa6941415366a7251be9831ec902ba9cc0bc4ec918d02dbc0ff9e9778a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:a0d5612458c682e7b459c422f12868e8bed105131295c5529f5902ae67728cdb_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:b462c4eebf8df2a0e3313ae3d7c8bf41cb2086a38b55cacd12ddcc4dfcb74eaf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/cluster-proxy-rhel9@sha256:f95fdcd95554d3a4566547dbc03f1f6da6954c09d5c3d0b095db5eca95cc169d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:14583457bfc9326577636c48beef5e2f5c0ae1d8ae2d1c23f0527f4e7ce05ec9_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:545e85f0bcb7e0b589cab05232efef15c8e995164095e15d00a45e19455b57f2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:55d7d1ce04b87f9161bb880939f61b11669e1b19f499f97697caaf0a1d28b7ab_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterclaims-controller-rhel9@sha256:765ca01e89b2686a2b64da0a33dac93005ebb66cd6081a984cbea2c67ef7cc81_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:349396fb3c83bc598c05d1cd2682447cf88e1a5e0e2b02446065680b223e7792_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36233788b45269d3741647c4161165fc14acba9edbd97ad50282e6ff31cb421b_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:cd4e1364963a4633cdbaa836a14d52b6cbfca5df54ea9b3d8baf3250eb214b11_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f93bb1deba8f7eb398c4575c6691ade40ff728b66103bbe9189a10b5437ab00b_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:08449c1224dea42425e7996403bfddb10e61ed5857ae965a2a7b80520c264df1_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:9d5c469d94eaaf24f2ee2cecff2079117f90c284e41fc1c546791f8bab8ed76d_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e3ef35d5b334c7ee961e44e65b77e13b69266faed0553f9afbce07fc273adba3_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/console-mce-rhel9@sha256:e4dcd4aa06fa9bc4e64d9f7e07a11825cf87f73e83a509a56a10b7116aac20dc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:176dd160f4995179bf93cf6d79c3d5acabd47ba894c22fecc2a091880916c5f4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:68c2c45aac7a60b75f7b4f7e5e189955f8cbd66c3db9885e6d1fe47a2224feaf_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:b9784c372e4595aef1000984af1bb1b5c4772938d9318ef9372f6a8d9ffa06ab_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/discovery-rhel9@sha256:bcbf5f432b45a6bc5fda5814da48821f720cc364f1d9f3fec63e060d40b670c7_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:66724d87b5bf82c56ce2e453c1ad203c47f3aee7c9dd33013a583579212c5421_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:75b98d5546e62078d58651467b75a3f3ef2b3d3ebe05c4e5bc72620d95bd148c_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:8a95d314db12475860526ed668ba588486ea9b7d65f2cdd6a8f5bd5979d40b57_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hive-rhel9@sha256:d75526a3f0043215af7c121e73bacedd2edff88089021def0bf523a47cd2b2b2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:1d447b11708022b64134d0cc846c5b0527474b218d8d810de1ebd581f04c5010_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:2e87a5abde094cf1fd05ea5bff115c00c24dab65f5f30f1172a711d9c9f2090d_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:74a5f2651abf98c7fac1760564bb77631aae21b6b0418e4e60a16313dcd34ade_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a962399624cac7ba2c8e641c3d0cd61c9fccc4ed1e23438d85fa7bb5ec9edf7b_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:645002bcf7d8cc189ebab920d2c3da5924448a3f315c102e07c3dfb7935ecb9d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:6fedf8f9c0a0fdd228fbbe0579ccd8ea628d2ddf506beed92312581bb708d538_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:791b0c026ac40ab389d6204721679faf1fc05a1bf4a6dac81fd93dab66a5e024_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-cli-rhel9@sha256:b759de8006975b354e0448d311d8f994023429d1f93e08b9caafdb93bca94563_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:070531519fe3188244ad480c69a90aea62a9a65f723d942e8eb23eb64108e633_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:27bcd09da9b2aa932892baca48e073f2e0809a382c14d1544b3c9ac72bde354a_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:639687646aad2934e4f76f907615464c182ca108fdd44360c91a84b64235ec3f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/hypershift-rhel9-operator@sha256:f82b67fa52a5c19045936d7528885631a955417fa265bb1dec0732a30ac57b08_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:019af9b8cc5d0369aff12328b3d644bc9780769b6c7e417fba7e2d9ef1440c8e_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:67f8638802093955250afe8e1180ca8aedd6d15ea9b97a6a55875bc12392e3f9_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:7400b2f7200b47006fb43d4ed4a0e1451b561438ab394194de1c9e34763f3658_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/image-based-install-rhel9@sha256:857be9f31f520d7c8b521bdd26c9bfe4bf7d8547895c513e047a8b059733063d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:04babe3b97dc973d778556770db7a509ebee11a229406cd01f30dbd4d6e13123_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:5411f6d58c97ca758bbbde0b4cb3bb3caca42b1359b3a551fd6f22de5500faf2_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:904b50f604d00ead6ea197fd3a2f4b13f6c2348c3bd03daa2263f08abff4d2e0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:937fb4ceb197f9ac97834fd7347ea2240c4d94e77fa47dc2863169f818d555a7_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:29e307a536f3e337c8d7f26f65894192705038c06a35a1ec59f81badcc5b5847_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:4cb20f30cea1239d96db1643d06c71c0b6b162567aa9a66901a4b51abc8e19f0_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:9cfc50c2d40fb9ebdfe41e567a7e942d22bd671423afa2bee9f7f2c0aa1177ee_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managed-serviceaccount-rhel9@sha256:a3f12ef17669f2593604639dfbebaf53df178f287fcc2392894a01516ca6e163_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:167315a16a76dab89995175373efaacc76da08b24d8c02570cad0b30ef554c82_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:26993791910b7a25e4c7ac48568afc74be9fefe5c8ad36f51677d6b647b7ddae_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8632bea3f3991820f49ed2fc86373b205cdd6501734407fec37ec73a69f1daf4_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/managedcluster-import-controller-rhel9@sha256:92604c2c1b7eb08b2e944d08fcaec1cdea1245704ff0eb044b3aba20f83d3acf_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:58a30e036df0f4cf9f57bb3e59b45b8f30ab4f242dcda178ac6fb2248f48dc09_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:69f9602284f5676f7f5abddbc8981448ead38644801ea1fb5975dc5ad4e26f12_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/mce-operator-bundle@sha256:ce1a7d331c3237af726693391a8ccb07a2e669ecafe3b1d5a6dc5dc9b1a2293e_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:5fd025e8940611d595dc4bf2061528b7f7932015e750203a9cec913f8a3de7ba_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:7c9865e1115a389a65646c0ba1585b067dffdf9ae7c71137188b69d39046e1d4_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:de125a1fa0055145af5b5a06e066fed7a334d61f3d37b07c5f5fcc69cdc4b612_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/multicloud-manager-rhel9@sha256:e2033aece0f5503821df1d48b986da9fb4d8a493535c8c80196b1d742aec9515_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:1f11877b8a5f612b0ab8b4797a03174bfd0a074231ed64f42489f0b5e87e9cfc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:4fe6df70070e5fd8f5dab57381ca27ae859129a7ffe5bfff9ea2123c50f06513_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:53cec23c906a2f725dc78fda56decbd463382261db6c02072da9bb5cea413df6_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/must-gather-rhel9@sha256:b9671b1fb0f1282bd0c5decd52579877e00c78a2306ef7eacc7dd71f50b54856_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:0aae1e820f197d075aac1ef2ddfc49e13d4067019b2f90cd9be8123605bf7781_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:5465cbaed416c8679c3f9d8d4cc1e7a153f28d6368862fd76f128d7942eda4c2_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:862b376c1666bde8f0c9b61e475af29869980c944793cc725e00c8b19e6e9ab3_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/placement-rhel9@sha256:e7809ccf99135d08f6e5d1d2272b26251bdbfc1b696f1d07fa9d14f6c6a327ec_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:0563356fe30b142a9e0572aa666ee82866a7e6c6be177ac22de5ced6644dc12d_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:26aefd0eca40bd078f0bb06c94dd7ab83ddd853b92a5ed9eed966db67cbb34ec_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:57b9abf76514fd44336caf63d2a76b6fb1522f9a458c878f5f1a89d6d90fd923_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/provider-credential-controller-rhel9@sha256:e042776ef7fc675445e38567f0f993d908e89c916bfe02943d665fd2c1e936a5_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:72f4d6f9033608178434289dfb2670281a646893eda4329c8e59db24912a669f_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:98b8b26762087efff85a0828c919712c843f095d73af12b2da10886843f35f50_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:d115cad2b7052a627923187831bcf32a033cf5d58d04b4d7e0788a4ae568cd07_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-operator-rhel9@sha256:ed90d1cdfc8b944f42b2896c0579b06ea24a5b73d7854f747fbf418b52148501_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:249aefc823674f9fa41b55720094cfc7b4c8a89aae193329f948a4c76b864772_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6587a476d01867e93353902bd41a7dca686e1e2b238bf7a79fb696b3319dfdbc_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:6602ad78726432067df941f340fef0858013acea0974908dc41dbb01ba843672_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/registration-rhel9@sha256:a3ab521dfc9740ad9d572baa663f952d415eb9ea317051daf1eb301cf5de7bcd_ppc64le", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:172934918a159355bf24e4f785e0d96643ff7ac2eb856a600d9fe829df9c1db2_s390x", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:2a658297ed4c355caa902164312bdab78ec4279d60e3fa42cfac52e44aad5057_arm64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:63c8cbe594b7884f54e66e1c941b2bd51b3d037aa4567b35aac418a3959b16dd_amd64", "9Base-multicluster-engine-2.6:multicluster-engine/work-rhel9@sha256:b7989e5a2e56fb689b3baa8b653e2a24bfc0dcbaa3ca5d25e43af0be43616295_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nanoid: nanoid mishandles non-integer values" } ] }
rhsa-2025:1327
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details see [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1).", "title": "Topic" }, { "category": "general", "text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1327", "url": "https://access.redhat.com/errata/RHSA-2025:1327" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1327.json" } ], "title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release", "tracking": { "current_release_date": "2025-02-20T02:08:53+00:00", "generator": { "date": "2025-02-20T02:08:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1327", "initial_release_date": "2025-02-11T15:44:02+00:00", "revision_history": [ { "date": "2025-02-11T15:44:02+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-11T15:44:02+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T02:08:53+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Trusted Artifact Signer 1.1", "product": { "name": "Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9" } } } ], "category": "product_family", "name": "Red Hat Trusted Artifact Signer" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64", "product": { "name": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64", "product_id": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64", "product_identification_helper": { "purl": "pkg:oci/createctconfig-rhel9@sha256%3A64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738841425" } } }, { "category": "product_version", "name": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64", "product": { "name": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64", "product_id": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64", "product_identification_helper": { "purl": "pkg:oci/ctlog-managectroots-rhel9@sha256%3Aa0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738841436" } } }, { "category": "product_version", "name": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64", "product": { "name": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64", "product_id": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64", "product_identification_helper": { "purl": "pkg:oci/fulcio-createcerts-rhel9@sha256%3A2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738841431" } } }, { "category": "product_version", "name": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64", "product": { "name": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64", "product_id": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64", "product_identification_helper": { "purl": "pkg:oci/trillian-createdb-rhel9@sha256%3A62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738841488" } } }, { "category": "product_version", "name": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64", "product": { "name": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64", "product_id": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64", "product_identification_helper": { "purl": "pkg:oci/tuf-server-rhel9@sha256%3A313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1736857941" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64" }, "product_reference": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64" }, "product_reference": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64" }, "product_reference": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64" }, "product_reference": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64" }, "product_reference": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T15:44:02+00:00", "details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1327" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" } ] }
rhsa-2025:0536
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "cert-manager Operator for Red Hat OpenShift 1.15.0", "title": "Topic" }, { "category": "general", "text": "The cert-manager Operator for Red Hat OpenShift builds on top of Kubernetes, introducing certificate authorities and certificates as first-class resource types in the Kubernetes API. This makes it possible to provide certificates-as-a-service to developers working within your Kubernetes cluster.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0536", "url": "https://access.redhat.com/errata/RHSA-2025:0536" }, { "category": "external", "summary": "https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html", "url": "https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-35255", "url": "https://access.redhat.com/security/cve/CVE-2024-35255" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2023-45288", "url": "https://access.redhat.com/security/cve/CVE-2023-45288" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-24783", "url": "https://access.redhat.com/security/cve/CVE-2024-24783" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-28180", "url": "https://access.redhat.com/security/cve/CVE-2024-28180" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-6104", "url": "https://access.redhat.com/security/cve/CVE-2024-6104" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-45337", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-45338", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0536.json" } ], "title": "Red Hat Security Advisory: cert-manager Operator for Red Hat OpenShift 1.15.0", "tracking": { "current_release_date": "2025-02-20T11:26:49+00:00", "generator": { "date": "2025-02-20T11:26:49+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0536", "initial_release_date": "2025-01-21T16:57:37+00:00", "revision_history": [ { "date": "2025-01-21T16:57:37+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-22T11:42:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:49+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "cert-manager operator for Red Hat OpenShift 1.15", "product": { "name": "cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:cert_manager:1.15::el9" } } } ], "category": "product_family", "name": "cert-manager operator for Red Hat OpenShift" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "product": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "product_identification_helper": { "purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3Aa1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager" } } }, { "category": "product_version", "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "product": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "product_identification_helper": { "purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3A49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "product": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "product_identification_helper": { "purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3A30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e?arch=s390x\u0026repository_url=registry.redhat.io/cert-manager" } } }, { "category": "product_version", "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "product": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "product_identification_helper": { "purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3A2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173?arch=s390x\u0026repository_url=registry.redhat.io/cert-manager" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le", "product": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le", "product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3Adf96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8?arch=ppc64le\u0026repository_url=registry.redhat.io/cert-manager" } } }, { "category": "product_version", "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "product": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3A4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531?arch=ppc64le\u0026repository_url=registry.redhat.io/cert-manager" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "product": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "product_identification_helper": { "purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3A68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6?arch=arm64\u0026repository_url=registry.redhat.io/cert-manager" } } }, { "category": "product_version", "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "product": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "product_identification_helper": { "purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3Ac1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1?arch=arm64\u0026repository_url=registry.redhat.io/cert-manager" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x" }, "product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le" }, "product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64 as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64" }, "product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64 as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64" }, "product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x" }, "product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64 as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64" }, "product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64 as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64" }, "product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" }, "product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Bartek Nowotarski" ], "organization": "nowotarski.info" } ], "cve": "CVE-2023-45288", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268273" } ], "notes": [ { "category": "description", "text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-45288" }, { "category": "external", "summary": "RHBZ#2268273", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45288" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288" }, { "category": "external", "summary": "https://nowotarski.info/http2-continuation-flood/", "url": "https://nowotarski.info/http2-continuation-flood/" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-2687", "url": "https://pkg.go.dev/vuln/GO-2024-2687" }, { "category": "external", "summary": "https://www.kb.cert.org/vuls/id/421644", "url": "https://www.kb.cert.org/vuls/id/421644" } ], "release_date": "2024-04-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T16:57:37+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used when installing the cert-manager Operator for Red Hat OpenShift.\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a new version of the Operator. No further action is required to upgrade. This is the default setting.\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\nSee \u0027https://docs.openshift.com/container- platform/latest/security/cert_manager_operator/index.html\u0027 for additional information.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0536" }, { "category": "workaround", "details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS" }, { "cve": "CVE-2024-6104", "cwe": { "id": "CWE-532", "name": "Insertion of Sensitive Information into Log File" }, "discovery_date": "2024-06-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2294000" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in go-retryablehttp. The package may suffer from a lack of input sanitization by not cleaning up URL data when writing to the logs. This issue could expose sensitive authentication information.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-retryablehttp: url might write sensitive information to log file", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6104" }, { "category": "external", "summary": "RHBZ#2294000", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294000" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6104", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6104" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6104", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6104" } ], "release_date": "2024-06-24T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T16:57:37+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used when installing the cert-manager Operator for Red Hat OpenShift.\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a new version of the Operator. No further action is required to upgrade. This is the default setting.\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\nSee \u0027https://docs.openshift.com/container- platform/latest/security/cert_manager_operator/index.html\u0027 for additional information.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0536" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 6.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "go-retryablehttp: url might write sensitive information to log file" }, { "cve": "CVE-2024-24783", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268019" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-24783" }, { "category": "external", "summary": "RHBZ#2268019", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783", "url": "https://www.cve.org/CVERecord?id=CVE-2024-24783" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4", "url": "http://www.openwall.com/lists/oss-security/2024/03/08/4" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp", "url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp" }, { "category": "external", "summary": "https://go.dev/cl/569339", "url": "https://go.dev/cl/569339" }, { "category": "external", "summary": "https://go.dev/issue/65390", "url": "https://go.dev/issue/65390" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg", "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-2598", "url": "https://pkg.go.dev/vuln/GO-2024-2598" }, { "category": "external", "summary": "https://security.netapp.com/advisory/ntap-20240329-0005", "url": "https://security.netapp.com/advisory/ntap-20240329-0005" } ], "release_date": "2024-03-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T16:57:37+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used when installing the cert-manager Operator for Red Hat OpenShift.\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a new version of the Operator. No further action is required to upgrade. This is the default setting.\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\nSee \u0027https://docs.openshift.com/container- platform/latest/security/cert_manager_operator/index.html\u0027 for additional information.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0536" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm" }, { "cve": "CVE-2024-28180", "cwe": { "id": "CWE-409", "name": "Improper Handling of Highly Compressed Data (Data Amplification)" }, "discovery_date": "2024-03-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268854" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Jose due to improper handling of highly compressed data. This issue could allow an attacker to send a JWE containing compressed data that uses large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti.", "title": "Vulnerability description" }, { "category": "summary", "text": "jose-go: improper handling of highly compressed data", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-28180" }, { "category": "external", "summary": "RHBZ#2268854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-28180", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28180" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28180", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28180" }, { "category": "external", "summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g", "url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g" } ], "release_date": "2024-03-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T16:57:37+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used when installing the cert-manager Operator for Red Hat OpenShift.\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a new version of the Operator. No further action is required to upgrade. This is the default setting.\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\nSee \u0027https://docs.openshift.com/container- platform/latest/security/cert_manager_operator/index.html\u0027 for additional information.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0536" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jose-go: improper handling of highly compressed data" }, { "cve": "CVE-2024-35255", "discovery_date": "2024-07-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2295081" } ], "notes": [ { "category": "description", "text": "A flaw was found in Microsoft\u0027s Azure Identity Libraries and the Microsoft Authentication Library (MSAL). The flaw arises from a race condition\u2014a scenario where the timing of events leads to unexpected behavior\u2014during concurrent operations on shared resources. This can result in privilege escalation, allowing attackers to gain unauthorized access to sensitive information. The vulnerability affects multiple versions of these libraries across various programming languages, including Java, .NET, Node.js, Python, JavaScript, C++, and Go. Microsoft has addressed this issue by releasing updated versions of the affected libraries. Users are strongly advised to upgrade to these patched versions to mitigate potential security risks.", "title": "Vulnerability description" }, { "category": "summary", "text": "azure-identity: Azure Identity Libraries Elevation of Privilege Vulnerability in github.com/Azure/azure-sdk-for-go/sdk/azidentity", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-35255" }, { "category": "external", "summary": "RHBZ#2295081", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2295081" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-35255", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35255" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35255", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35255" }, { "category": "external", "summary": "https://github.com/Azure/azure-sdk-for-go/commit/50774cd9709905523136fb05e8c85a50e8984499", "url": "https://github.com/Azure/azure-sdk-for-go/commit/50774cd9709905523136fb05e8c85a50e8984499" }, { "category": "external", "summary": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4806#issuecomment-2178960340", "url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4806#issuecomment-2178960340" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-m5vv-6r4h-3vj9", "url": "https://github.com/advisories/GHSA-m5vv-6r4h-3vj9" }, { "category": "external", "summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-35255", "url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-35255" } ], "release_date": "2024-07-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T16:57:37+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used when installing the cert-manager Operator for Red Hat OpenShift.\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a new version of the Operator. No further action is required to upgrade. This is the default setting.\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\nSee \u0027https://docs.openshift.com/container- platform/latest/security/cert_manager_operator/index.html\u0027 for additional information.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0536" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "azure-identity: Azure Identity Libraries Elevation of Privilege Vulnerability in github.com/Azure/azure-sdk-for-go/sdk/azidentity" }, { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T16:57:37+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used when installing the cert-manager Operator for Red Hat OpenShift.\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a new version of the Operator. No further action is required to upgrade. This is the default setting.\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\nSee \u0027https://docs.openshift.com/container- platform/latest/security/cert_manager_operator/index.html\u0027 for additional information.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0536" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T16:57:37+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used when installing the cert-manager Operator for Red Hat OpenShift.\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a new version of the Operator. No further action is required to upgrade. This is the default setting.\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\nSee \u0027https://docs.openshift.com/container- platform/latest/security/cert_manager_operator/index.html\u0027 for additional information.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0536" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2e4eae54c75591d3dacd8165159397a63d6f695a1f733d12623652705ad40173_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4986a8ad37ed49652058e4acf30233649459f5e3c4b2bad9de5b9a4df6dfa531_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:49940e94193b06df5f5ff454aeb38a8b9a44e99b02d54600cb2442f81ff6dc25_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:c1f40166786adbd77027d0dc210e8fcd0320e9f2d3b9a3df6f6ab27a46c8ade1_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:30d0113003152532d29a845550a78454a1f88099e90b475711ab74901560c67e_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:68286a86b7926a3ec88dc375a59a95716d8d3addea06ee7f88005fcd244b05a6_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1da35635852cc7e5d73bde8bbec209e5b55cfae7c421817a2b4bc7e454900c0_amd64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df96fa00709d2ff36b7b9d7977eb18aad4c3b3c93862e5babbfa76001353a3e8_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:0445
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat Trusted Profile Analyzer 1.2.2 release Red Hat Product Security\n has rated this update as having a security impact of Moderate", "title": "Topic" }, { "category": "general", "text": "Red Hat Trusted Profile Analyzer 1.2.2", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0445", "url": "https://access.redhat.com/errata/RHSA-2025:0445" }, { "category": "external", "summary": "https://issues.redhat.com/browse/TC-1817", "url": "https://issues.redhat.com/browse/TC-1817" }, { "category": "external", "summary": "https://issues.redhat.com/browse/TC-2022", "url": "https://issues.redhat.com/browse/TC-2022" }, { "category": "external", "summary": "https://issues.redhat.com/browse/TC-2075", "url": "https://issues.redhat.com/browse/TC-2075" }, { "category": "external", "summary": "https://issues.redhat.com/browse/TC-2076", "url": "https://issues.redhat.com/browse/TC-2076" }, { "category": "external", "summary": "https://issues.redhat.com/browse/TC-2089", "url": "https://issues.redhat.com/browse/TC-2089" }, { "category": "external", "summary": "https://issues.redhat.com/browse/TC-2097", "url": "https://issues.redhat.com/browse/TC-2097" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/red_hat_trusted_profile_analyzer/1.2.2/html/release_notes/index", "url": "https://docs.redhat.com/en/documentation/red_hat_trusted_profile_analyzer/1.2.2/html/release_notes/index" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0445.json" } ], "title": "Red Hat Security Advisory: Red Hat Trusted Profile Analyzer 1.2.2", "tracking": { "current_release_date": "2025-02-20T11:26:41+00:00", "generator": { "date": "2025-02-20T11:26:41+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0445", "initial_release_date": "2025-01-20T21:49:53+00:00", "revision_history": [ { "date": "2025-01-20T21:49:53+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-20T21:49:53+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:41+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Trusted Profile Analyzer 1.2", "product": { "name": "Red Hat Trusted Profile Analyzer 1.2", "product_id": "Red Hat Trusted Profile Analyzer 1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:trusted_profile_analyzer:1.2::el9" } } } ], "category": "product_family", "name": "Red Hat Trusted Profile Analyzer" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64", "product": { "name": "registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64", "product_id": "registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64", "product_identification_helper": { "purl": "pkg:oci/rhtpa-trustification-service-rhel9@sha256%3Aeb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4?arch=amd64\u0026repository_url=registry.redhat.io/rhtpa\u0026tag=1.2.2-1736774679" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64 as a component of Red Hat Trusted Profile Analyzer 1.2", "product_id": "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" }, "product_reference": "registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64", "relates_to_product_reference": "Red Hat Trusted Profile Analyzer 1.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T21:49:53+00:00", "details": "It is recommended that existing users of RHTPA 1.2.1 upgrade to 1.2.2. For more information please refer to the Release Notes.", "product_ids": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0445" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T21:49:53+00:00", "details": "It is recommended that existing users of RHTPA 1.2.1 upgrade to 1.2.2. For more information please refer to the Release Notes.", "product_ids": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2025-21613", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2025-01-06T17:00:41.244449+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2335888" } ], "notes": [ { "category": "description", "text": "An argument injection vulnerability was found in go-git. This flaw allows an attacker to set arbitrary values to git-upload-pack flags, leading to command or code execution, exposure of sensitive data, or other unintended behavior. This is only possible in configurations where the file transport protocol is being used.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-git: argument injection via the URL field", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21613" }, { "category": "external", "summary": "RHBZ#2335888", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21613", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21613" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613" }, { "category": "external", "summary": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m", "url": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m" } ], "release_date": "2025-01-06T16:13:10.611000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T21:49:53+00:00", "details": "It is recommended that existing users of RHTPA 1.2.1 upgrade to 1.2.2. For more information please refer to the Release Notes.", "product_ids": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0445" }, { "category": "workaround", "details": "In cases where it is not possible to update to the latest version of go-git, it is recommended to enforce validation rules for values passed in the URL field.", "product_ids": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "go-git: argument injection via the URL field" }, { "cve": "CVE-2025-21614", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-01-06T17:01:36.743039+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2335901" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in go-git. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server, which triggers resource exhaustion in go-git clients.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21614" }, { "category": "external", "summary": "RHBZ#2335901", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335901" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21614", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21614" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614" }, { "category": "external", "summary": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4", "url": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4" } ], "release_date": "2025-01-06T16:20:16.140000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T21:49:53+00:00", "details": "It is recommended that existing users of RHTPA 1.2.1 upgrade to 1.2.2. For more information please refer to the Release Notes.", "product_ids": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:eb2e0b1003ef77c39b28fe9fbe2ca8141aa72160bdcd7d55eddac2c16629d7c4_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies" } ] }
rhsa-2025:0839
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.14.46 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.14.\n\nRed Hat Product Security has rated this update as having a security impact of IMPORTANT. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.14.46. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:0840\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may\ncause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.14/updating/updating_a_cluster/updating-cluster-cli.html", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0839", "url": "https://access.redhat.com/errata/RHSA-2025:0839" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0839.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.46 security update", "tracking": { "current_release_date": "2025-02-20T11:27:41+00:00", "generator": { "date": "2025-02-20T11:27:41+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0839", "initial_release_date": "2025-02-06T01:36:17+00:00", "revision_history": [ { "date": "2025-02-06T01:36:17+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-06T01:36:17+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:27:41+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.14", "product": { "name": "Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.14::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.14", "product": { "name": "Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.14::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9_amd64", "product": { "name": "openshift4/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9_amd64", "product_id": "openshift4/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-descheduler\u0026tag=v4.14.0-202501280211.p0.g16ce606.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "product_id": "openshift4/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8\u0026tag=v4.14.0-202501280211.p0.g770f00b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "product": { "name": "openshift4/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "product_id": "openshift4/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "product_identification_helper": { "purl": "pkg:oci/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-event-proxy-rhel8\u0026tag=v4.14.0-202501280211.p0.g770f00b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac_amd64", "product": { "name": "openshift4/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac_amd64", "product_id": "openshift4/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=v4.14.0-202501280211.p0.g489fbcc.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657_amd64", "product": { "name": "openshift4/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657_amd64", "product_id": "openshift4/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni\u0026tag=v4.14.0-202501280211.p0.g71dd406.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec_amd64", "product": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec_amd64", "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec_amd64", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.14.0-202501281905.p0.gd71e4a3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b_amd64", "product": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b_amd64", "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b_amd64", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.14.0-202501281905.p0.gd71e4a3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565_amd64", "product": { "name": "openshift4/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565_amd64", "product_id": "openshift4/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker\u0026tag=v4.14.0-202501280211.p0.g599ce82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c_amd64", "product": { "name": "openshift4/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c_amd64", "product_id": "openshift4/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-operator\u0026tag=v4.14.0-202501280211.p0.g599ce82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a_amd64", "product": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a_amd64", "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a_amd64", "product_identification_helper": { "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.14.0-202501281135.p0.gb82c422.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949_amd64", "product": { "name": "openshift4/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949_amd64", "product_id": "openshift4/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=v4.14.0-202501280211.p0.g7e68ae8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2_amd64", "product": { "name": "openshift4/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2_amd64", "product_id": "openshift4/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.14.0-202501280211.p0.g0ad973f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91_amd64", "product": { "name": "openshift4/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91_amd64", "product_id": "openshift4/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.14.0-202501280211.p0.g1d2edb6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b_amd64", "product": { "name": "openshift4/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b_amd64", "product_id": "openshift4/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.14.0-202501280211.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8_amd64", "product": { "name": "openshift4/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8_amd64", "product_id": "openshift4/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.14.0-202501280211.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9_amd64", "product": { "name": "openshift4/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9_amd64", "product_id": "openshift4/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.14.0-202501280211.p0.g0ad973f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328_amd64", "product": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328_amd64", "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.14.0-202501280211.p0.g0ad973f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e_amd64", "product": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e_amd64", "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.14.0-202501281905.p0.g1e94922.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7_amd64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7_amd64", "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=v4.14.0-202501280211.p0.g67eddc2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00_amd64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00_amd64", "product_id": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.g9884f76.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "product": { "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "product_id": "openshift4/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator\u0026tag=v4.14.0-202501280211.p0.gcd52d96.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "product": { "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "product_id": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.gcd52d96.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f_amd64", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f_amd64", "product_id": "openshift4/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=v4.14.0-202501280211.p0.g61de9ca.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb_amd64", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb_amd64", "product_id": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.g699f73c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.14.0-202501280211.p0.g9232c1f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3_amd64", "product": { "name": "openshift4/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3_amd64", "product_id": "openshift4/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.14.0-202501280211.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d_amd64", "product": { "name": "openshift4/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d_amd64", "product_id": "openshift4/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d_amd64", "product_identification_helper": { "purl": "pkg:oci/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.14.0-202501241835.p0.g0414ca3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0_amd64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0_amd64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.14.0-202501280211.p0.ga6af579.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704_amd64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704_amd64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.g5028f0a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f_amd64", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f_amd64", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f_amd64", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.14.0-202501281905.p0.g1e94922.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c_amd64", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c_amd64", "product_id": "openshift4/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.14.0-202501281905.p0.gade9d9a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7_amd64", "product": { "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7_amd64", "product_id": "openshift4/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8\u0026tag=v4.14.0-202501280211.p0.g599ce82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25_amd64", "product": { "name": "openshift4/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25_amd64", "product_id": "openshift4/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25_amd64", "product_identification_helper": { "purl": "pkg:oci/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.14.0-202501280211.p0.ged35a97.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42_amd64", "product": { "name": "openshift4/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42_amd64", "product_id": "openshift4/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-operator\u0026tag=v4.14.0-202501281905.p0.g32b0e82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7_amd64", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7_amd64", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.14.0-202501280211.p0.g4b5bd4b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391_amd64", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391_amd64", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.g4f339d0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7_amd64", "product": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7_amd64", "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.14.0-202501280211.p0.g4f339d0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b_amd64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b_amd64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=v4.14.0-202501280211.p0.gd030dba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1_amd64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1_amd64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.gb70ce20.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb_amd64", "product": { "name": "openshift4/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb_amd64", "product_id": "openshift4/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb_amd64", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=v4.14.0-202501280211.p0.g32b0e82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f_amd64", "product": { "name": "openshift4/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f_amd64", "product_id": "openshift4/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f_amd64", "product_identification_helper": { "purl": "pkg:oci/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.14.0-202501281905.p0.g70c26e7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954_amd64", "product": { "name": "openshift4/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954_amd64", "product_id": "openshift4/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller\u0026tag=v4.14.0-202501280211.p0.g5cdb661.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354_amd64", "product": { "name": "openshift4/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354_amd64", "product_id": "openshift4/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon\u0026tag=v4.14.0-202501280211.p0.g87e38a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380_amd64", "product": { "name": "openshift4/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380_amd64", "product_id": "openshift4/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin\u0026tag=v4.14.0-202501280211.p0.g430adb7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb_amd64", "product": { "name": "openshift4/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb_amd64", "product_id": "openshift4/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-operator\u0026tag=v4.14.0-202501281905.p0.g87e38a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011_amd64", "product": { "name": "openshift4/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011_amd64", "product_id": "openshift4/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook\u0026tag=v4.14.0-202501280211.p0.g87e38a3.assembly.stream.el8" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0_ppc64le", "product": { "name": "openshift4/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0_ppc64le", "product_id": "openshift4/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-descheduler\u0026tag=v4.14.0-202501280211.p0.g16ce606.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "product_id": "openshift4/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8\u0026tag=v4.14.0-202501280211.p0.g770f00b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "product": { "name": "openshift4/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "product_id": "openshift4/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-event-proxy-rhel8\u0026tag=v4.14.0-202501280211.p0.g770f00b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5_ppc64le", "product": { "name": "openshift4/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5_ppc64le", "product_id": "openshift4/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=v4.14.0-202501280211.p0.g489fbcc.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e_ppc64le", "product": { "name": "openshift4/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e_ppc64le", "product_id": "openshift4/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni\u0026tag=v4.14.0-202501280211.p0.g71dd406.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0_ppc64le", "product": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0_ppc64le", "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.14.0-202501281905.p0.gd71e4a3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9_ppc64le", "product": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9_ppc64le", "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.14.0-202501281905.p0.gd71e4a3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0_ppc64le", "product": { "name": "openshift4/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0_ppc64le", "product_id": "openshift4/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker\u0026tag=v4.14.0-202501280211.p0.g599ce82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9_ppc64le", "product": { "name": "openshift4/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9_ppc64le", "product_id": "openshift4/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-operator\u0026tag=v4.14.0-202501280211.p0.g599ce82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706_ppc64le", "product": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706_ppc64le", "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706_ppc64le", "product_identification_helper": { "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.14.0-202501281135.p0.gb82c422.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2_ppc64le", "product": { "name": "openshift4/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2_ppc64le", "product_id": "openshift4/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=v4.14.0-202501280211.p0.g7e68ae8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921_ppc64le", "product": { "name": "openshift4/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921_ppc64le", "product_id": "openshift4/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.14.0-202501280211.p0.g0ad973f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857_ppc64le", "product": { "name": "openshift4/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857_ppc64le", "product_id": "openshift4/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.14.0-202501280211.p0.g1d2edb6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5_ppc64le", "product": { "name": "openshift4/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5_ppc64le", "product_id": "openshift4/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.14.0-202501280211.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d_ppc64le", "product": { "name": "openshift4/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d_ppc64le", "product_id": "openshift4/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.14.0-202501280211.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e_ppc64le", "product": { "name": "openshift4/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e_ppc64le", "product_id": "openshift4/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.14.0-202501280211.p0.g0ad973f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250_ppc64le", "product": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250_ppc64le", "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.14.0-202501280211.p0.g0ad973f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0_ppc64le", "product": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0_ppc64le", "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.14.0-202501281905.p0.g1e94922.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "product_id": "openshift4/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator\u0026tag=v4.14.0-202501280211.p0.gcd52d96.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "product_id": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.gcd52d96.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc_ppc64le", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc_ppc64le", "product_id": "openshift4/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=v4.14.0-202501280211.p0.g61de9ca.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983_ppc64le", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983_ppc64le", "product_id": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.g699f73c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.14.0-202501280211.p0.g9232c1f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5_ppc64le", "product": { "name": "openshift4/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5_ppc64le", "product_id": "openshift4/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.14.0-202501280211.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91_ppc64le", "product": { "name": "openshift4/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91_ppc64le", "product_id": "openshift4/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91_ppc64le", "product_identification_helper": { "purl": "pkg:oci/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.14.0-202501241835.p0.g0414ca3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0_ppc64le", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0_ppc64le", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.14.0-202501280211.p0.ga6af579.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471_ppc64le", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471_ppc64le", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.g5028f0a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00_ppc64le", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00_ppc64le", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.14.0-202501281905.p0.g1e94922.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58_ppc64le", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58_ppc64le", "product_id": "openshift4/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.14.0-202501281905.p0.gade9d9a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828_ppc64le", "product": { "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828_ppc64le", "product_id": "openshift4/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8\u0026tag=v4.14.0-202501280211.p0.g599ce82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0_ppc64le", "product": { "name": "openshift4/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0_ppc64le", "product_id": "openshift4/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.14.0-202501280211.p0.ged35a97.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d_ppc64le", "product": { "name": "openshift4/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d_ppc64le", "product_id": "openshift4/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-operator\u0026tag=v4.14.0-202501281905.p0.g32b0e82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47_ppc64le", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47_ppc64le", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.14.0-202501280211.p0.g4b5bd4b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09_ppc64le", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09_ppc64le", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.g4f339d0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188_ppc64le", "product": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188_ppc64le", "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.14.0-202501280211.p0.g4f339d0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6_ppc64le", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6_ppc64le", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=v4.14.0-202501280211.p0.gd030dba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4_ppc64le", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4_ppc64le", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.gb70ce20.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8_ppc64le", "product": { "name": "openshift4/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8_ppc64le", "product_id": "openshift4/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=v4.14.0-202501280211.p0.g32b0e82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec_ppc64le", "product": { "name": "openshift4/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec_ppc64le", "product_id": "openshift4/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec_ppc64le", "product_identification_helper": { "purl": "pkg:oci/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.14.0-202501281905.p0.g70c26e7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134_ppc64le", "product": { "name": "openshift4/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134_ppc64le", "product_id": "openshift4/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller\u0026tag=v4.14.0-202501280211.p0.g5cdb661.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62_ppc64le", "product": { "name": "openshift4/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62_ppc64le", "product_id": "openshift4/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon\u0026tag=v4.14.0-202501280211.p0.g87e38a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9_ppc64le", "product": { "name": "openshift4/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9_ppc64le", "product_id": "openshift4/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin\u0026tag=v4.14.0-202501280211.p0.g430adb7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df_ppc64le", "product": { "name": "openshift4/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df_ppc64le", "product_id": "openshift4/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-operator\u0026tag=v4.14.0-202501281905.p0.g87e38a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511_ppc64le", "product": { "name": "openshift4/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511_ppc64le", "product_id": "openshift4/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook\u0026tag=v4.14.0-202501280211.p0.g87e38a3.assembly.stream.el8" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad_arm64", "product": { "name": "openshift4/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad_arm64", "product_id": "openshift4/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-descheduler\u0026tag=v4.14.0-202501280211.p0.g16ce606.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "product_id": "openshift4/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8\u0026tag=v4.14.0-202501280211.p0.g770f00b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "product": { "name": "openshift4/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "product_id": "openshift4/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "product_identification_helper": { "purl": "pkg:oci/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-event-proxy-rhel8\u0026tag=v4.14.0-202501280211.p0.g770f00b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927_arm64", "product": { "name": "openshift4/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927_arm64", "product_id": "openshift4/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=v4.14.0-202501280211.p0.g489fbcc.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf_arm64", "product": { "name": "openshift4/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf_arm64", "product_id": "openshift4/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni\u0026tag=v4.14.0-202501280211.p0.g71dd406.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e_arm64", "product": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e_arm64", "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e_arm64", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.14.0-202501281905.p0.gd71e4a3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702_arm64", "product": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702_arm64", "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702_arm64", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.14.0-202501281905.p0.gd71e4a3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5_arm64", "product": { "name": "openshift4/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5_arm64", "product_id": "openshift4/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker\u0026tag=v4.14.0-202501280211.p0.g599ce82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7_arm64", "product": { "name": "openshift4/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7_arm64", "product_id": "openshift4/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-operator\u0026tag=v4.14.0-202501280211.p0.g599ce82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0_arm64", "product": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0_arm64", "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0_arm64", "product_identification_helper": { "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.14.0-202501281135.p0.gb82c422.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8_arm64", "product": { "name": "openshift4/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8_arm64", "product_id": "openshift4/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=v4.14.0-202501280211.p0.g7e68ae8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423_arm64", "product": { "name": "openshift4/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423_arm64", "product_id": "openshift4/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.14.0-202501280211.p0.g0ad973f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18_arm64", "product": { "name": "openshift4/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18_arm64", "product_id": "openshift4/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.14.0-202501280211.p0.g1d2edb6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5_arm64", "product": { "name": "openshift4/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5_arm64", "product_id": "openshift4/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.14.0-202501280211.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197_arm64", "product": { "name": "openshift4/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197_arm64", "product_id": "openshift4/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.14.0-202501280211.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce_arm64", "product": { "name": "openshift4/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce_arm64", "product_id": "openshift4/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.14.0-202501280211.p0.g0ad973f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8_arm64", "product": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8_arm64", "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.14.0-202501280211.p0.g0ad973f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795_arm64", "product": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795_arm64", "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.14.0-202501281905.p0.g1e94922.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d_arm64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d_arm64", "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=v4.14.0-202501280211.p0.g67eddc2.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441_arm64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441_arm64", "product_id": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.g9884f76.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "product": { "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "product_id": "openshift4/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator\u0026tag=v4.14.0-202501280211.p0.gcd52d96.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "product": { "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "product_id": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.gcd52d96.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a_arm64", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a_arm64", "product_id": "openshift4/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=v4.14.0-202501280211.p0.g61de9ca.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e_arm64", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e_arm64", "product_id": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.g699f73c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.14.0-202501280211.p0.g9232c1f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60_arm64", "product": { "name": "openshift4/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60_arm64", "product_id": "openshift4/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.14.0-202501280211.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0_arm64", "product": { "name": "openshift4/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0_arm64", "product_id": "openshift4/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0_arm64", "product_identification_helper": { "purl": "pkg:oci/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.14.0-202501241835.p0.g0414ca3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0_arm64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0_arm64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.14.0-202501280211.p0.ga6af579.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712_arm64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712_arm64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.g5028f0a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0_arm64", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0_arm64", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0_arm64", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.14.0-202501281905.p0.g1e94922.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc_arm64", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc_arm64", "product_id": "openshift4/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.14.0-202501281905.p0.gade9d9a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91_arm64", "product": { "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91_arm64", "product_id": "openshift4/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8\u0026tag=v4.14.0-202501280211.p0.g599ce82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f_arm64", "product": { "name": "openshift4/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f_arm64", "product_id": "openshift4/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f_arm64", "product_identification_helper": { "purl": "pkg:oci/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.14.0-202501280211.p0.ged35a97.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc_arm64", "product": { "name": "openshift4/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc_arm64", "product_id": "openshift4/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-operator\u0026tag=v4.14.0-202501281905.p0.g32b0e82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309_arm64", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309_arm64", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.14.0-202501280211.p0.g4b5bd4b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba_arm64", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba_arm64", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.g4f339d0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba_arm64", "product": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba_arm64", "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.14.0-202501280211.p0.g4f339d0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b_arm64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b_arm64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=v4.14.0-202501280211.p0.gd030dba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f_arm64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f_arm64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.gb70ce20.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9_arm64", "product": { "name": "openshift4/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9_arm64", "product_id": "openshift4/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9_arm64", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=v4.14.0-202501280211.p0.g32b0e82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8_arm64", "product": { "name": "openshift4/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8_arm64", "product_id": "openshift4/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8_arm64", "product_identification_helper": { "purl": "pkg:oci/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.14.0-202501281905.p0.g70c26e7.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3_arm64", "product": { "name": "openshift4/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3_arm64", "product_id": "openshift4/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller\u0026tag=v4.14.0-202501280211.p0.g5cdb661.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1_arm64", "product": { "name": "openshift4/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1_arm64", "product_id": "openshift4/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon\u0026tag=v4.14.0-202501280211.p0.g87e38a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039_arm64", "product": { "name": "openshift4/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039_arm64", "product_id": "openshift4/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin\u0026tag=v4.14.0-202501280211.p0.g430adb7.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83_arm64", "product": { "name": "openshift4/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83_arm64", "product_id": "openshift4/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-operator\u0026tag=v4.14.0-202501281905.p0.g87e38a3.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b_arm64", "product": { "name": "openshift4/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b_arm64", "product_id": "openshift4/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook\u0026tag=v4.14.0-202501280211.p0.g87e38a3.assembly.stream.el8" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e_s390x", "product": { "name": "openshift4/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e_s390x", "product_id": "openshift4/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-descheduler\u0026tag=v4.14.0-202501280211.p0.g16ce606.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436_s390x", "product": { "name": "openshift4/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436_s390x", "product_id": "openshift4/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=v4.14.0-202501280211.p0.g489fbcc.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49_s390x", "product": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49_s390x", "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49_s390x", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.14.0-202501281905.p0.gd71e4a3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726_s390x", "product": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726_s390x", "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726_s390x", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.14.0-202501281905.p0.gd71e4a3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd_s390x", "product": { "name": "openshift4/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd_s390x", "product_id": "openshift4/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker\u0026tag=v4.14.0-202501280211.p0.g599ce82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62_s390x", "product": { "name": "openshift4/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62_s390x", "product_id": "openshift4/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-operator\u0026tag=v4.14.0-202501280211.p0.g599ce82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091_s390x", "product": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091_s390x", "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091_s390x", "product_identification_helper": { "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.14.0-202501281135.p0.gb82c422.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb_s390x", "product": { "name": "openshift4/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb_s390x", "product_id": "openshift4/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=v4.14.0-202501280211.p0.g7e68ae8.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5_s390x", "product": { "name": "openshift4/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5_s390x", "product_id": "openshift4/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.14.0-202501280211.p0.g0ad973f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d_s390x", "product": { "name": "openshift4/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d_s390x", "product_id": "openshift4/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.14.0-202501280211.p0.g1d2edb6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2_s390x", "product": { "name": "openshift4/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2_s390x", "product_id": "openshift4/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.14.0-202501280211.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309_s390x", "product": { "name": "openshift4/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309_s390x", "product_id": "openshift4/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.14.0-202501280211.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d_s390x", "product": { "name": "openshift4/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d_s390x", "product_id": "openshift4/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.14.0-202501280211.p0.g0ad973f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7_s390x", "product": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7_s390x", "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.14.0-202501280211.p0.g0ad973f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45_s390x", "product": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45_s390x", "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.14.0-202501281905.p0.g1e94922.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "product": { "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "product_id": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator\u0026tag=v4.14.0-202501280211.p0.gcd52d96.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "product": { "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "product_id": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.gcd52d96.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34_s390x", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34_s390x", "product_id": "openshift4/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=v4.14.0-202501280211.p0.g61de9ca.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71_s390x", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71_s390x", "product_id": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.g699f73c.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.14.0-202501280211.p0.g9232c1f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0_s390x", "product": { "name": "openshift4/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0_s390x", "product_id": "openshift4/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.14.0-202501280211.p0.g03e5f40.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229_s390x", "product": { "name": "openshift4/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229_s390x", "product_id": "openshift4/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229_s390x", "product_identification_helper": { "purl": "pkg:oci/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=v4.14.0-202501241835.p0.g0414ca3.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8_s390x", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8_s390x", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8_s390x", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.14.0-202501281905.p0.g1e94922.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981_s390x", "product": { "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981_s390x", "product_id": "openshift4/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8\u0026tag=v4.14.0-202501280211.p0.g599ce82.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390_s390x", "product": { "name": "openshift4/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390_s390x", "product_id": "openshift4/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390_s390x", "product_identification_helper": { "purl": "pkg:oci/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.14.0-202501280211.p0.ged35a97.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228_s390x", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228_s390x", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.14.0-202501280211.p0.g4b5bd4b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2_s390x", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2_s390x", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.g4f339d0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c_s390x", "product": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c_s390x", "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.14.0-202501280211.p0.g4f339d0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171_s390x", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171_s390x", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=v4.14.0-202501280211.p0.gd030dba.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7_s390x", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7_s390x", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=v4.14.0-202501280211.p0.gb70ce20.assembly.stream.el8" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le" }, "product_reference": "openshift4/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64" }, "product_reference": "openshift4/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64" }, "product_reference": "openshift4/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a_amd64" }, "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0_arm64" }, "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091_s390x" }, "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706_ppc64le" }, "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5_s390x" }, "product_reference": "openshift4/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423_arm64" }, "product_reference": "openshift4/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2_amd64" }, "product_reference": "openshift4/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921_ppc64le" }, "product_reference": "openshift4/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d_arm64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7_amd64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00_amd64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441_arm64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18_arm64" }, "product_reference": "openshift4/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857_ppc64le" }, "product_reference": "openshift4/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d_s390x" }, "product_reference": "openshift4/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91_amd64" }, "product_reference": "openshift4/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64" }, "product_reference": "openshift4/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64" }, "product_reference": "openshift4/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x" }, "product_reference": "openshift4/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64" }, "product_reference": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64" }, "product_reference": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x" }, "product_reference": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927_arm64" }, "product_reference": "openshift4/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac_amd64" }, "product_reference": "openshift4/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5_ppc64le" }, "product_reference": "openshift4/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436_s390x" }, "product_reference": "openshift4/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71_s390x" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb_amd64" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983_ppc64le" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e_arm64" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc_ppc64le" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f_amd64" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34_s390x" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a_arm64" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e_s390x" }, "product_reference": "openshift4/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad_arm64" }, "product_reference": "openshift4/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9_amd64" }, "product_reference": "openshift4/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0_ppc64le" }, "product_reference": "openshift4/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b_amd64" }, "product_reference": "openshift4/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2_s390x" }, "product_reference": "openshift4/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5_arm64" }, "product_reference": "openshift4/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5_ppc64le" }, "product_reference": "openshift4/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60_arm64" }, "product_reference": "openshift4/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0_s390x" }, "product_reference": "openshift4/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5_ppc64le" }, "product_reference": "openshift4/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3_amd64" }, "product_reference": "openshift4/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8_amd64" }, "product_reference": "openshift4/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197_arm64" }, "product_reference": "openshift4/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d_ppc64le" }, "product_reference": "openshift4/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309_s390x" }, "product_reference": "openshift4/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712_arm64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471_ppc64le" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704_amd64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0_arm64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0_ppc64le" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0_amd64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e_ppc64le" }, "product_reference": "openshift4/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce_arm64" }, "product_reference": "openshift4/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9_amd64" }, "product_reference": "openshift4/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d_s390x" }, "product_reference": "openshift4/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565_amd64" }, "product_reference": "openshift4/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0_ppc64le" }, "product_reference": "openshift4/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5_arm64" }, "product_reference": "openshift4/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd_s390x" }, "product_reference": "openshift4/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828_ppc64le" }, "product_reference": "openshift4/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981_s390x" }, "product_reference": "openshift4/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7_amd64" }, "product_reference": "openshift4/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91_arm64" }, "product_reference": "openshift4/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9_ppc64le" }, "product_reference": "openshift4/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62_s390x" }, "product_reference": "openshift4/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7_arm64" }, "product_reference": "openshift4/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c_amd64" }, "product_reference": "openshift4/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8_arm64" }, "product_reference": "openshift4/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb_s390x" }, "product_reference": "openshift4/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2_ppc64le" }, "product_reference": "openshift4/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949_amd64" }, "product_reference": "openshift4/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250_ppc64le" }, "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7_s390x" }, "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328_amd64" }, "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8_arm64" }, "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d_ppc64le" }, "product_reference": "openshift4/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc_arm64" }, "product_reference": "openshift4/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42_amd64" }, "product_reference": "openshift4/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba_arm64" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2_s390x" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09_ppc64le" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391_amd64" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47_ppc64le" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7_amd64" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309_arm64" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228_s390x" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188_ppc64le" }, "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c_s390x" }, "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7_amd64" }, "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba_arm64" }, "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954_amd64" }, "product_reference": "openshift4/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134_ppc64le" }, "product_reference": "openshift4/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3_arm64" }, "product_reference": "openshift4/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e_ppc64le" }, "product_reference": "openshift4/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657_amd64" }, "product_reference": "openshift4/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf_arm64" }, "product_reference": "openshift4/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1_arm64" }, "product_reference": "openshift4/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354_amd64" }, "product_reference": "openshift4/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62_ppc64le" }, "product_reference": "openshift4/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039_arm64" }, "product_reference": "openshift4/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9_ppc64le" }, "product_reference": "openshift4/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380_amd64" }, "product_reference": "openshift4/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83_arm64" }, "product_reference": "openshift4/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb_amd64" }, "product_reference": "openshift4/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df_ppc64le" }, "product_reference": "openshift4/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b_arm64" }, "product_reference": "openshift4/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011_amd64" }, "product_reference": "openshift4/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511_ppc64le" }, "product_reference": "openshift4/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f_arm64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7_s390x" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1_amd64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4_ppc64le" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171_s390x" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171_s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b_amd64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b_arm64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6_ppc64le" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8_ppc64le" }, "product_reference": "openshift4/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9_arm64" }, "product_reference": "openshift4/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb_amd64" }, "product_reference": "openshift4/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91_ppc64le" }, "product_reference": "openshift4/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229_s390x" }, "product_reference": "openshift4/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229_s390x", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0_arm64" }, "product_reference": "openshift4/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0_arm64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d_amd64" }, "product_reference": "openshift4/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d_amd64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726_s390x" }, "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726_s390x", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9_ppc64le" }, "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b_amd64" }, "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702_arm64" }, "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702_arm64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0_ppc64le" }, "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e_arm64" }, "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e_arm64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec_amd64" }, "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec_amd64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49_s390x" }, "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49_s390x", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f_amd64" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f_amd64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8_s390x" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8_s390x", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0_arm64" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0_arm64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00_ppc64le" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f_arm64" }, "product_reference": "openshift4/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f_arm64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390_s390x" }, "product_reference": "openshift4/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390_s390x", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25_amd64" }, "product_reference": "openshift4/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25_amd64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0_ppc64le" }, "product_reference": "openshift4/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795_arm64" }, "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795_arm64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45_s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45_s390x" }, "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45_s390x", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e_amd64" }, "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e_amd64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0_ppc64le" }, "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c_amd64" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c_amd64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc_arm64" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc_arm64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58_ppc64le" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8_arm64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8_arm64" }, "product_reference": "openshift4/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8_arm64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f_amd64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f_amd64" }, "product_reference": "openshift4/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f_amd64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec_ppc64le" }, "product_reference": "openshift4/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a_amd64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0_arm64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091_s390x", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5_s390x", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423_arm64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2_amd64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e_arm64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9_amd64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb_s390x", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8_arm64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc_arm64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9_arm64", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb_amd64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91_ppc64le", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229_s390x", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0_arm64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726_s390x", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f_amd64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0_arm64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00_ppc64le", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f_arm64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390_s390x", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25_amd64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795_arm64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45_s390x", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e_amd64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0_ppc64le", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8_arm64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f_amd64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c_amd64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc_arm64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a_amd64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0_arm64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091_s390x", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5_s390x", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423_arm64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2_amd64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e_arm64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9_amd64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb_s390x", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8_arm64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc_arm64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9_arm64", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb_amd64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91_ppc64le", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229_s390x", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0_arm64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726_s390x", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f_amd64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0_arm64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00_ppc64le", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f_arm64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390_s390x", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25_amd64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795_arm64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45_s390x", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e_amd64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0_ppc64le", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8_arm64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f_amd64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-06T01:36:17+00:00", "details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html", "product_ids": [ "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c_amd64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc_arm64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0839" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a_amd64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0_arm64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091_s390x", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5_s390x", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423_arm64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2_amd64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e_arm64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9_amd64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb_s390x", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8_arm64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc_arm64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9_arm64", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb_amd64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91_ppc64le", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229_s390x", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0_arm64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726_s390x", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f_amd64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0_arm64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00_ppc64le", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f_arm64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390_s390x", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25_amd64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795_arm64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45_s390x", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e_amd64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c_amd64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc_arm64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58_ppc64le", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8_arm64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f_amd64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a_amd64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0_arm64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091_s390x", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5_s390x", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423_arm64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2_amd64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e_arm64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9_amd64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb_s390x", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8_arm64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc_arm64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9_arm64", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb_amd64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91_ppc64le", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229_s390x", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0_arm64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726_s390x", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f_amd64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0_arm64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00_ppc64le", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f_arm64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390_s390x", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25_amd64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795_arm64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45_s390x", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e_amd64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c_amd64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc_arm64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58_ppc64le", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8_arm64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f_amd64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a_amd64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0_arm64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091_s390x", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5_s390x", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423_arm64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2_amd64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e_arm64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9_amd64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb_s390x", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9_arm64", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb_amd64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91_ppc64le", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229_s390x", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0_arm64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726_s390x", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f_amd64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0_arm64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00_ppc64le", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f_arm64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390_s390x", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25_amd64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795_arm64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45_s390x", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e_amd64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c_amd64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc_arm64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58_ppc64le", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8_arm64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f_amd64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc_arm64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42_amd64" ], "known_not_affected": [ "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a_amd64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0_arm64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091_s390x", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5_s390x", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423_arm64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2_amd64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e_arm64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9_amd64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb_s390x", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9_arm64", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb_amd64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91_ppc64le", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229_s390x", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0_arm64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726_s390x", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f_amd64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0_arm64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00_ppc64le", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f_arm64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390_s390x", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25_amd64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795_arm64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45_s390x", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e_amd64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c_amd64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc_arm64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58_ppc64le", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8_arm64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f_amd64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-06T01:36:17+00:00", "details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html", "product_ids": [ "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc_arm64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0839" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:341c862d1b1462e7c8b21f7701cf4c6c55c96243af41e319aee56b3af019542a_amd64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:709877ffe93204d2f9b0e9b0d4f21338780839f7c8473847db59e6d6dad55eb0_arm64", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:d8f41541aaf9061ff727c2a6688e812fbdde7b892063fdb53d3c1b71c868b091_s390x", "8Base-RHOSE-4.14:openshift4/nmstate-console-plugin-rhel8@sha256:de501366888120a08454b454d9401e63a8127e6ca8297144efec73a5e9b3c706_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:21f3f95fbd412003d6fdf2a36220e48841515905983730fdd8faedb2237db6b5_s390x", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:42a30fdeff0058d6c448382e4adffcefef16417ce429c81900c2d96045b0d423_arm64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:bd6e7e715a3ce33ba624a82e7788e700579387cca34f8dab80500e4fd6079ec2_amd64", "8Base-RHOSE-4.14:openshift4/ose-ansible-operator@sha256:fb05a621f66ea0f5c9454a2eb526a4ace7d2903d0b1430743055755f841cd921_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:17cb460a0769f6660ae1ce8a693eec6cdf0e9ab6e22d26a2b7309d9bc44dea5d_arm64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:5caec5c50a60fbc92603412b63b020da065861316b5ba0df4549ffba275a1bf7_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:01803934728445db60062d6067000137ce41c5e8a6725f53e653eec9293daa00_amd64", "8Base-RHOSE-4.14:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:ea18bee574945232b24678feab7ada114eab2f9f7b2535c8dac657a14effc441_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:1176ff8c593438c0a88b3a9dce1e25a5fc4fbab9d8ed7da06750c148eaba928b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:79a35869da2e6452d4e93882fb80925657a66bf119dc097b00e5e1f6b507018d_arm64", "8Base-RHOSE-4.14:openshift4/ose-cloud-event-proxy-rhel8@sha256:daa398335f2aec22dad855bfce34f89c9613d4cb5d136f6d9d388cd505161b6f_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:67519f95ae4fd7215cc28faadc43c7fda1b15ffd0da2a4f964d91ea9a1cd9a18_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:d001516f4d74df138839fed4fb1fa672f78c4ecb27c07140088f90afa3dea857_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:dcc972527bf5eb57a1f2e1e94c787031643c425a5697c1a1e56262fc12af2d6d_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-capacity@sha256:fefab8200ec6489d4179b01e65b9f32219f0dc268366e8f4de4741fadc3e4f91_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:514e8a75bd8992a531a892b8f581db3b986ed5e7c973ca781fd952931fabe3b6_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:6a9e68f2ec166239e817f38284ab536df3ba827f94a448a4e3512f6100a7e10b_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:9ff903ec54cfa8215583d32173834b420a6013d97fb29b63f47fcaaa43e51f24_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:f14b585ce6f3e342e6a37c8de524f38184f7dc358f95b7667bdd9c7f642b74c9_s390x", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:8f8a2896c20a83313378edbfef82dbe6edbf7d9cb6071fc37a2863742c245927_arm64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:90e8456c2698eb6637581c6d8e92c4c12fc3ba30e4345478c5720a90650deaac_amd64", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:c4bf0e043667fc67d0c6dee708f30ee3488642282b6e18029d6540fc84d968e5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-cluster-nfd-operator@sha256:dc94a104108e9b793ad17c0e77080013a25f49ea1ba26a92d46c9fec77496436_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:1e8555a2fab02a7d793bf2086266c181434af789f4dbf4c26d981378b56e7f71_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:e5d7cd76d74319667b949b9c656d3eb3ed8d3597c8438dc197b5d722506f26cb_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f6a009fd3879929174033e8668599806b20266dfe68fdb0e9f09e0a5f1e72983_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:fed1de2a03b7595661e4baf0d7d8361dc7486247af25c8d600a6e995cfd49f6e_arm64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:0d994146335cad12032c6010121b7f3402745288f3a18dfc1b634a739d982ccc_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:2891d9d36956cae90750dfcbe0d0b739ce7ed7d0a1897aaa3f8fcf6771542e5f_amd64", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:8288b15f731e59f39f2f7ebb3e0d73494d91662637ff59aa74bdcca64f6dbe34_s390x", "8Base-RHOSE-4.14:openshift4/ose-clusterresourceoverride-rhel8@sha256:f6e444c6285049fc4e8462cd40005fe6a14cb0ff049ff4c2c1cf049e0aa1e97a_arm64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01b9f7a5f91d0b4e543e70a27966c11c1f41a832f2a08d60bf5d10436ff80dbe_amd64", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4f8b968d6e96f6dc5dcf54898e7ba1fca16e78990cb7e3828af969e2639356e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:b64128266c05160e35754a4e64956c0922183c9230448652c5f8038d083b31fc_s390x", "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:cf6e515d21565e8af50c13b63966df8832dcb01ce91d838c2d02cd9f09433521_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:28244c3fd1a92624ffa78ff4d3d63de4decbe05e62b6a9617aa49e542aed8e9e_s390x", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:46242a92e0dccf0b69fa35ea91006aa7251d7f21cd6f5ba441049e00f0b4ecad_arm64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:cbe9ea933f4ee525fe225f30b9368ff2af16193b61412742f603ee35dab56cb9_amd64", "8Base-RHOSE-4.14:openshift4/ose-descheduler@sha256:d8e0f95a86bb3df8cf92cba59e2e0eed044df29ff293203a04659704b559f1b0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:0492ca42dd85a6e9d3cc0ff5229fd3df460785804af12b730e83946e4524b81b_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:641cbce6be771235b93fabe760a305f44392a25c1f0c85bdd03c72670294f4f2_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67c45bf7e9b464ed84f395ea582aa15b13cc161e103bc5511e60ff0749948cf5_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-dns-proxy@sha256:67f1b7564096a1cf15b591b025e646492d76fdecb25d632e48de38009a6a68c5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:8e9c440227301784689abdca5294a3b5c6faffb814ea47389eff02bb831bcf60_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:9ab8a86be5c4756052196e2a263c5a02a203128eb666125cc860e985dff213c0_s390x", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:c4d427d6866328c492f6940dfad3970219686fb48bfd2bde258e81fd0705dbc5_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-http-proxy@sha256:f8c9464f07b2eeeed07d538255436ae2ccce42035b8a840a0933f85c2ab79fd3_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:95311feb0e8e5d079a906118efe509f557df44bf004c31d46cdc33abcc412fc8_amd64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:a02feef25061a7c3dd2c402634cb2cb161455fae4f7bc714adf2cba9a022a197_arm64", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:b9f4120a53e449fb0b15a20939faae35576927721b2c2aea3dd89e538bac822d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-egress-router@sha256:c42c3db3cb439e808241bd7d6e37f1bdb700a7424bebe59abd82b52ddc983309_s390x", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:888026d2a5bf4f898c4ef4172a8010d090781b485ce013ae5b46e7302457e712_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:aa4080fd358d86501c639aebefe0d4228fa46f6ca01fe885bd0a0776b33dc471_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:c2e9d4b0e94ad9f6125bdc8279bceac9cde414f98142dc4b1b1e16f7607e8704_amd64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:215f45bad9ef268753014dd1cf928ebfe9ceb0055b39ad21c8ea695c77cf46f0_arm64", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:61df7938ea08ee7cdd121451052585f753532e03058ff970e3ae91e4c1920bb0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:6effe20b1a52f98bba5d4f778382ad59e3a407ff98b525b40889e26d3393dad0_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:85e6bd5ea029fc506aaf9a8de2553c3342a917439d4e68fcb6baf78eedc30e7e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e3de20ac6a36ce534240676579e6652293e57f49fe530d54ce10d38a3d4f19ce_arm64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:e779cd37a3c2573b202754075a744303844f2f6162546d5d5b5aac614b4c40a9_amd64", "8Base-RHOSE-4.14:openshift4/ose-helm-operator@sha256:f1ceb040bc92275ade8e2bbcad1681630cc0211090ca403745a8931448cda81d_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:167734310b66cae31ddc2609d2e18accbe3d15b577ddcc944b31e0d8917fa565_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:234bd9a32ecde7267ef399806d62022a41dfa942764a4e0bd92b232c677594e0_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:5751b8ece2388d885d2cae8968f42554559840c5fa40023d205bb11f4b9b8ef5_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-diskmaker@sha256:fec2b282975110a276df6b6552cdf3935e84b1d8b4e5697abe69c4a26dafbcbd_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:34316dca0b24175260bb4baf1d787228c837ffd25ca1acfb81b7cc3027b77828_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:bfc35b33597daba9b46051aec5574f96e6348b179a59f41a3f6799bee0a08981_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:dde1da1f8eb4036e0029401fc6ea97a2533f1a43079ca9c91c8fb33e5a705ca7_amd64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-mustgather-rhel8@sha256:e5baf3c365a43bc3b53caeca4afcf08cabb04d876d9b0f473e2d1bca4dca1b91_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:070b745899d04927ccc5a6d5fb5c1a0f77f22f016da5ba4985bced96b23f0ab9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:a8986c711a8cc664094b1ca3f492fbe70b66717c0ce29240811696341dbded62_s390x", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:e63b51fefe90e9f85a6636f2408a069a2a0c4722c922b5112cd0ca8257aa71d7_arm64", "8Base-RHOSE-4.14:openshift4/ose-local-storage-operator@sha256:f503cbdd1123fc974636395dfa32d1670d2ba8f6a03b0928823761d41f68eb8c_amd64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:160f47b1582802bf98e2d6dcf5c21bdea1b745b1468776564f730f535d4a52c8_arm64", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:28fcce26712c80baac85c3d62fbfd3a8ae49d2a7a0e8c16dabed978f6eb8e0eb_s390x", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:9b7d9eb3a2dddae830d9046ffe3219dcc81474a58b8b8a836108f5a2a3d695d2_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-node-feature-discovery@sha256:cd9d2357e6b18dcb5d47781792633ae8db3fba8b27194eff515a89e8fe795949_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:8a8eb145c49a919dd5d7c93d4c7ed909b3e0b96c74bd229780b81f8fd381b250_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:b0af9f9ba3fc311ea8b49391dd7f7aaf9d66d30348e4d4114f0b056735cdfcb7_s390x", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:cab5a7989320e212b8eb2765f68318d9211234a4352ba82e000a1581b8194328_amd64", "8Base-RHOSE-4.14:openshift4/ose-operator-sdk-rhel8@sha256:da5caecdf6b93ae5f9ce61bf9db15a218581b1aada5f1cd8701dcb39c6d11bc8_arm64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:04d9e3bdab19b11778580761f93adc8e25d22f12c4433183d91fe9ae3c10d10d_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:5c59c8b5bc8b4b10595d7623364cc0b13373a0b0a549d6284cd5f5de5868c8bc_arm64", "8Base-RHOSE-4.14:openshift4/ose-ptp-operator@sha256:b79cb031c075e61ce46e40a54f2ef1e4902cac655ac44ba241c2aa66e65eac42_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:38f5e1f6347d891d354450743114c0f2eec65588a08a5ae29d0091210393f9ba_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4298a86fc15a7b3470cdeb090f3dc8542e40c5c32e825592e5463754aceee8d2_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:79ed62cfee780bc9f08903bba058368799623919ea335d4699cdc19574be6b09_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:b4d7aaf764866e404c21da8cd9a7a9ebe81a295338012c55b4f347b34d727391_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:10a7311a9c3e94536abf4f385f90c7dca89e76ec5e85150df1e2825cf67a6a47_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:850331cb4cf1c0a01b5d8ab74a0f04588c73042557d1f4797c851083565946a7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cb71ac8032f26d4b15391ffdf81e3a6126a3c55df64e3291aabc25d0760d1309_arm64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:ed408ce86568982168aafe8e2c56d37edb913eb26afc036455313f36fa3d2228_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8349ba2b41c20355def07bcefa01bec353128b201f9bd57d1de154255660d188_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:c4a722292234d31baa7c0fcb6781ec5472e5e658626c6532e64b2b43af221e8c_s390x", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:dbd647dd2a83f6efdb975d49b9f2fd1cfb3946bc208052fdd7759b50988b99c7_amd64", "8Base-RHOSE-4.14:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f6d0339cfc10f0c7bfc27c4c470431b0505fb840ca0335c33e95a59eaa734eba_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:0884c89eefbe672b20392d4f89bb44f362eb13de4a5a6c01ebf5e94ca94cb954_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:80bd741922f3018aa2cd108bb408a2dcf0c81f23451cb4d002c82d917c293134_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-dp-admission-controller@sha256:e9d9009b3e906bb322320a4319c62d72081abe14cbdfba67ef312b899875ffb3_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:2b5946c385851bd1730e464c3884cd0de67488ef980b54d794a3126905bd988e_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:7d56aac96f34b8935b26a800b54ad0624e3e832ff0f3d1834623b9e1f8016657_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-infiniband-cni@sha256:ac0e073bc3f8ac7d3f94ec7c7761cfc7bc81332c414a5a765401dcd1fdfd8caf_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:1a4013532cc42999c38091fc46f307382e9e44d5600d77e1d2e487c14fbcb8b1_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:3940fd11693bb2d2ef1cf62a822acb2977e2af98f0baca01f36eba2571614354_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-config-daemon@sha256:40c233ee4ceb776cef71993f17476a90da1e2c2f2a9b5618fc0619b1afb32a62_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:0762a36bf19fc1d45d98defa92ee504b3f8c8433fee3c07de85b574cf081e039_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:13e99bb73485e89fe6e533fc7b20913d8931dfe643ceb111c83672dbf6cab3b9_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-device-plugin@sha256:476ba80e59a62a20675737e8751993b921caaac27e9dfe0e1acc6f47b1e5a380_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:03e7542d6295991d7214aa18918fd64f2e055c9402e67b52c707ee979e7f8c83_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:8160021cb3c6cce51e766d554c45ebd50f9913baf28f859b1a8bb745b6ffe0bb_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-operator@sha256:a5dacbdebafb73978cdf3de095bf9aaad44d3ac59fecff6cbdda8b63d77a32df_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:1964bcfb17d8e9883633b477435dc8514e77b49687ac2f2224ac1fbba312ec1b_arm64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:67e7cd1828714b8a0ba7e504877a33fc7b0af830d690ac6e23fd082156afd011_amd64", "8Base-RHOSE-4.14:openshift4/ose-sriov-network-webhook@sha256:9a6c9731c186ab184088ff6f5c9f8df09a8039bb998457599ceb2c754f16c511_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:25d7917ca0c64c1ff4e69270ed59ad87490a7310e1f64b6d52ae90bfddcfd43f_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3a53cb230a0bd81584e6a02ffe1aaf7472f32d174437ea29b31a9f66f8dbaae7_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:8457f690975e00ecc43ce47b9ae5745586ea293c46018e3509b6a0bf980f79e1_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:d9eaaf495682c1b422ad3c8725b15546857dca5cadc9a43022c79df65e411ab4_ppc64le", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0048f072348bcd756255703d8a747bd1b386bb53406c98893eb988b8698f3171_s390x", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:145e3297f69510b683148333471029e4315d0f22bb095f1aeb637f7ef301de1b_amd64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:576512cd5bad7132df1040171cfd14995ef4bc0f1890c84728a7d6d9b2aa168b_arm64", "8Base-RHOSE-4.14:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:f2eb2da1e341f26f6e39b794d9b602e0e177a3bbdab8fb119c68043b1ffeabb6_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:830924fb4235ef0e6394ef1e8b00ae2a24e889b4693cb0ffa33eeb75d550e9f8_ppc64le", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:b43f03e304c658ff94af9fefe7d4d65342de58350c79171b65bd5133f14b1eb9_arm64", "8Base-RHOSE-4.14:openshift4/ptp-must-gather-rhel8@sha256:f0fc7c122294403e3d477b3ee4c9c805653bdb9e35bee301e95b927e24653dcb_amd64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:1af5af5e1e568755f88589d0317925e79fb0cb0a4e1e0e8d313d83723e4b0b91_ppc64le", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:88cf333c78905433fb63dba21d4402082fa64307e6f8f3bdfb079ad8cf559229_s390x", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:ea228f008328ef2a9f2c3200f0a243572656122a0499280e4302009a184a22a0_arm64", "9Base-RHOSE-4.14:openshift4/frr-rhel9@sha256:f3d4c7d9038898a7715ca16ccb1e0c2c6049ec35191e9fcc05bf01f811eae12d_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:13f453c00add52ef3f9219c969382fbdab5042ef61351f2eec9880ccfdcb5726_s390x", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:48042e744ad2ec45799e14e9c70ead203093f537162289e7aa6606933d2372d9_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:905e53899f8ebff9134ab3f957d0b3437b28f458135481f5226158a84ef0aa5b_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9-operator@sha256:bd5ec8d4fc25634a6b4bc135e3bfb3033a2435f97749c564371ca67b585fe702_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:0e3ea8e4e2f7c1c2658025d91c3329a017317b2f960e3b61cebe8860755f8ee0_ppc64le", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:cba8e784d5bf82b4f9d74981a41620ac99403baaf252922c53a58da31fa1394e_arm64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:e34865214a18a7572613c07b4ab323cce581f1ad47862fe77a42c67dc4e082ec_amd64", "9Base-RHOSE-4.14:openshift4/ingress-node-firewall-rhel9@sha256:ffd63eaa0a1aa59fdefe8951a71b91d3ceeb5aad88545139a35e0549bbfb6e49_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:082490a6778d77919578cacd9c7bacb0c9d9b16bd1f64fe98229cce0d1a8f19f_amd64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:22a3419c3095824bcaf9b5495bc1e3e471f225857acc5e65646921875d7910f8_s390x", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:d1feac511ea0d689f41b2a0ac3669db8e0a9a0b3daa1f0071749bbe478d2d4f0_arm64", "9Base-RHOSE-4.14:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e9ddf45b0ec8756f414aab6caf9c577f378de1f796604fc24c8c7390869e1d00_ppc64le", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:391cb5b74cef3ea22c4bca50645d69113d01bf31fe31920e0bc68ea3f672b24f_arm64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:5d01e7655fcb7bb81ed5cdd742ba40b5f091010e67fb11c6f3aaa478f7874390_s390x", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:c26204aefe038f0534699ff941c7df5770c3793deb146288cdeed4edc7688e25_amd64", "9Base-RHOSE-4.14:openshift4/metallb-rhel9-operator@sha256:e49f1cc2d8ac5e5bf8c2084b4450adf9c344707acc5019577da47226576c23b0_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:094ac11b145dd13ab9c46a63fcf2e1b281d0320517b9b0992fac5c73cffbc795_arm64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:16a4ef6d44af506b4b3a5911c6329d611b176277456f9098ea6b996dd30c6f45_s390x", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:36b1a2c7bfb53432d6ee4869132f40c31cc046ba1128aa1c504acbcd68daea8e_amd64", "9Base-RHOSE-4.14:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:c5ceb9cab22670e33486a8636f9ccdd0aeb104ec4710c9b3599ec920f2f688c0_ppc64le", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:4f0eda87ad358cf58e76c2b827d195dc5f6751c71f5e827de66ff8a331bdf55c_amd64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:789647fe3619972d94b22aef22282c36773b56f2853a16b9b870cd44edb945fc_arm64", "9Base-RHOSE-4.14:openshift4/ose-ptp-rhel9@sha256:d73ec457ec204d08fc1bb5c2518a9f949d1996d1723e94dcfbf4c6d1ce607c58_ppc64le", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:24717e7c911ce022c2c4327e2ae0f5eed352ae1dbfd7caae43fe22b161e011e8_arm64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:96d02783a4c1a027793884126f5580fefaa830ba5a8edbc46094437cee93732f_amd64", "9Base-RHOSE-4.14:openshift4/sriov-cni-rhel9@sha256:a2a9459e34d44d5988824b44805228fca3692b91657921f3ee600b0caf1507ec_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:0390
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "A new version of Red Hat OpenShift distributed tracing platform (Tempo) has been released", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift distributed tracing platform based on Tempo. Tempo is an open-source, easy-to-use, and highly scalable distributed tracing backend. It provides observability for microservices architectures by allowing developers to track requests as they flow through distributed systems. Tempo is optimized to handle large volumes of trace data and is designed to be highly performant even under heavy loads.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0390", "url": "https://access.redhat.com/errata/RHSA-2025:0390" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/distributed_tracing/distributed-tracing-platform-tempo", "url": "https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/distributed_tracing/distributed-tracing-platform-tempo" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0390.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenShift distributed tracing platform (Tempo) 3.4 release", "tracking": { "current_release_date": "2025-02-20T11:26:30+00:00", "generator": { "date": "2025-02-20T11:26:30+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0390", "initial_release_date": "2025-01-16T17:44:29+00:00", "revision_history": [ { "date": "2025-01-16T17:44:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-16T17:44:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:30+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift distributed tracing 3.4", "product": { "name": "Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_distributed_tracing:3.4::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift distributed tracing" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:fd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808_amd64", "product": { "name": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:fd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808_amd64", "product_id": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:fd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808_amd64", "product_identification_helper": { "purl": "pkg:oci/tempo-operator-bundle@sha256%3Afd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71_amd64", "product": { "name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71_amd64", "product_id": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71_amd64", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-rhel8@sha256%3A41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105_amd64", "product": { "name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105_amd64", "product_id": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105_amd64", "product_identification_helper": { "purl": "pkg:oci/tempo-jaeger-query-rhel8@sha256%3A0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310_amd64", "product": { "name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310_amd64", "product_id": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310_amd64", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256%3A5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8_amd64", "product": { "name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8_amd64", "product_id": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8_amd64", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8-operator@sha256%3A0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea_amd64", "product": { "name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea_amd64", "product_id": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea_amd64", "product_identification_helper": { "purl": "pkg:oci/tempo-query-rhel8@sha256%3A5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09_amd64", "product": { "name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09_amd64", "product_id": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09_amd64", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8@sha256%3A60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0_arm64", "product": { "name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0_arm64", "product_id": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0_arm64", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-rhel8@sha256%3A482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12_arm64", "product": { "name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12_arm64", "product_id": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12_arm64", "product_identification_helper": { "purl": "pkg:oci/tempo-jaeger-query-rhel8@sha256%3A38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c_arm64", "product": { "name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c_arm64", "product_id": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c_arm64", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256%3A68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:d7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6_arm64", "product": { "name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:d7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6_arm64", "product_id": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:d7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6_arm64", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8-operator@sha256%3Ad7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:acdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a_arm64", "product": { "name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:acdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a_arm64", "product_id": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:acdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a_arm64", "product_identification_helper": { "purl": "pkg:oci/tempo-query-rhel8@sha256%3Aacdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:c0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903_arm64", "product": { "name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:c0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903_arm64", "product_id": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:c0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903_arm64", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8@sha256%3Ac0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:d0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:d0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e_ppc64le", "product_id": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:d0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-rhel8@sha256%3Ad0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5_ppc64le", "product_id": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/tempo-jaeger-query-rhel8@sha256%3A40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:f0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:f0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902_ppc64le", "product_id": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:f0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902_ppc64le", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256%3Af0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:c4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:c4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4_ppc64le", "product_id": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:c4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8-operator@sha256%3Ac4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b_ppc64le", "product_id": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/tempo-query-rhel8@sha256%3A60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf_ppc64le", "product_id": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8@sha256%3A8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:dfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448_s390x", "product": { "name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:dfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448_s390x", "product_id": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:dfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448_s390x", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-rhel8@sha256%3Adfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a_s390x", "product": { "name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a_s390x", "product_id": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a_s390x", "product_identification_helper": { "purl": "pkg:oci/tempo-jaeger-query-rhel8@sha256%3A2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:deb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3_s390x", "product": { "name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:deb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3_s390x", "product_id": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:deb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3_s390x", "product_identification_helper": { "purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256%3Adeb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060_s390x", "product": { "name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060_s390x", "product_id": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060_s390x", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8-operator@sha256%3A247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328_s390x", "product": { "name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328_s390x", "product_id": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328_s390x", "product_identification_helper": { "purl": "pkg:oci/tempo-query-rhel8@sha256%3A42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e_s390x", "product": { "name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e_s390x", "product_id": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e_s390x", "product_identification_helper": { "purl": "pkg:oci/tempo-rhel8@sha256%3A9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310_amd64" }, "product_reference": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c_arm64" }, "product_reference": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:deb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:deb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3_s390x" }, "product_reference": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:deb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:f0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:f0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:f0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71_amd64" }, "product_reference": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0_arm64" }, "product_reference": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:d0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:d0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:d0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:dfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:dfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448_s390x" }, "product_reference": "registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:dfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105_amd64" }, "product_reference": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a_s390x" }, "product_reference": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12_arm64" }, "product_reference": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:fd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:fd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808_amd64" }, "product_reference": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:fd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328_s390x" }, "product_reference": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea_amd64" }, "product_reference": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:acdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:acdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a_arm64" }, "product_reference": "registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:acdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8_amd64" }, "product_reference": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060_s390x" }, "product_reference": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:c4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:c4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:c4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:d7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:d7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6_arm64" }, "product_reference": "registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:d7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09_amd64" }, "product_reference": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e_s390x" }, "product_reference": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:c0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:c0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903_arm64" }, "product_reference": "registry.redhat.io/rhosdt/tempo-rhel8@sha256:c0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:deb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:f0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:fd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:c4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:d7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:d0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:dfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:acdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:c0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903_arm64" ], "known_not_affected": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:deb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:f0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:fd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:c4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:d7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-16T17:44:29+00:00", "details": "For details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/h tml/operators/administrator-tasks#olm-upgrading-operators", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:d0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:dfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:acdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:c0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0390" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:deb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:f0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:d0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:dfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:fd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:acdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:c4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:d7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:c0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:deb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:f0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:d0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:dfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:fd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:acdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:c4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:d7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:c0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:fd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:deb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:f0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:d0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:dfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:acdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:c4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:d7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:c0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903_arm64" ], "known_not_affected": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:fd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-16T17:44:29+00:00", "details": "For details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/h tml/operators/administrator-tasks#olm-upgrading-operators", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:deb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:f0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:d0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:dfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:acdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:c4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:d7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:c0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0390" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:5bb0b143f10c31a2282fa89092791c340ddb0b69cd5f534867257693ba89a310_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:68a2a90a6c4fda1c9fcae7d5b229b7c61bf400c9d440e11a8b7d8b08b886ee5c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:deb0c57d4d62e25e223487dc55c0743c96fc1e99a1115d9fc72499a2571317a3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8@sha256:f0df0ad1ed07e33899fcda5b03599333fc5d545a22f7031b17e85e12dc983902_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:41941d8e405a50f9f0ff5481b2784e06a4bece6fe0d9b615ed321d4153611a71_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:482927e6074e3b9f8fdcbf177223939a136dfa635b94dd3cd7665e81b57fa7b0_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:d0bf641dab7267af415a42d4e64b4d045771530a5b84056853c4fa0660eac99e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-gateway-rhel8@sha256:dfb6ee8b24108b93d3f074609d9795b7bd8b27429d9bfdc4652c1d1a9ef94448_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:0564b9ed6f54865bf9a515177a475a7690ed464f04b91806f30001dfe1bc8105_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:2a28795ce0bca193bcccf906e87410cf9ba46dd710c5513222117e2e7142068a_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:38c172f30c0df809ae32802159f541425cd193e72be1f859890cdc186047ec12_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel8@sha256:40de7eafe0d7a2e9420e847489f1395e6b087b079075a492b86cf11dcca506d5_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:fd49fd51bd9c033317ca2ea172e6a21c84ccc17b609f9e5543ece39dd5ec8808_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:42790c7765ede1de392c14b9ca479eb98d0dcebf1cc388f05fde4002ce616328_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:5c5e529da2197a702ae7ab6c344050492ac1df191cdee946657d966c432ca7ea_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:60b46357145a1a6029fb78550d60cfb32c30b451102f7ac2704b3101df35740b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-query-rhel8@sha256:acdb0ea00979f03a259a7ecabbfeac6ba0eb6d6c3155b9bc420554b010e6085a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:0f98ca8e4517c489e13203feb36745f5225123c8eaed0bb4517510c9f960dce8_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:247dbeba82277966f1ab511d5122929fe18c91fbc2f333ef374d4d86010e5060_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:c4ef5e5ef2869468edd536bc6619f8f742b6941b271568c5c6051ef3fd23afc4_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8-operator@sha256:d7281f07f9ca7f59d694b6d1c6c5221db081001b3fde57bb11e23cf102fa59a6_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:60b1d40da4648166450991cfc8d8b49edce8f8dd0ac7c35611b19c0ee4f6ae09_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:8f1fdd37b61c8fba7354ec101df6f82510e8229080eb0be6fa57c05cda32a5bf_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:9c553a6d61fb24e081f3b97793c12ee12f1a49d7b4d965b42948cf5281e70e6e_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/tempo-rhel8@sha256:c0239adab678964efae74a294356ce25cb5fc360d725ba428455138cea7be903_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:1448
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated images are now available for Red Hat OpenShift AI.", "title": "Topic" }, { "category": "general", "text": "Release of RHOAI 2.17.0 provides these changes:", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1448", "url": "https://access.redhat.com/errata/RHSA-2025:1448" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/", "url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1448.json" } ], "title": "Red Hat Security Advisory: RHOAI 2.17.0 - Red Hat OpenShift AI", "tracking": { "current_release_date": "2025-02-20T11:28:04+00:00", "generator": { "date": "2025-02-20T11:28:04+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1448", "initial_release_date": "2025-02-13T15:51:37+00:00", "revision_history": [ { "date": "2025-02-13T15:51:37+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-13T16:10:00+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:28:04+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift AI 2.17", "product": { "name": "Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ai:2.17::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift AI" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-codeflare-operator-rhel8@sha256%3Afc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739194355" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-dashboard-rhel8@sha256%3Ae19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739103483" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel8@sha256%3Ad78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206295" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256%3A5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206295" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel8@sha256%3A913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739196512" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-kf-notebook-controller-rhel8@sha256%3A0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739203102" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-kuberay-operator-controller-rhel8@sha256%3Aba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206292" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-kueue-controller-rhel8@sha256%3A849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206288" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel8@sha256%3A85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206285" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-ml-pipelines-driver-rhel8@sha256%3A8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206285" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-ml-pipelines-launcher-rhel8@sha256%3A83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206285" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256%3Ab94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206285" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256%3A5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206285" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-mlmd-grpc-server-rhel8@sha256%3Af9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739211132" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-mm-rest-proxy-rhel8@sha256%3Ac2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102645" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-model-controller-rhel8@sha256%3Af581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102637" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-model-registry-operator-rhel8@sha256%3A47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102527" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-model-registry-rhel8@sha256%3A713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102539" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel8@sha256%3A78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102748" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-modelmesh-serving-controller-rhel8@sha256%3Ad846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739204714" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-modelmesh-rhel8@sha256%3A58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102856" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-notebook-controller-rhel8@sha256%3A58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739203102" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-operator-bundle@sha256%3A8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739218399" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "product_id": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-rhel8-operator@sha256%3A73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739218005" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-training-operator-rhel8@sha256%3A3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739103772" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-trustyai-service-operator-rhel8@sha256%3Acdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739103162" } } }, { "category": "product_version", "name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64", "product": { "name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64", "product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64", "product_identification_helper": { "purl": "pkg:oci/odh-trustyai-service-rhel8@sha256%3A9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102747" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64 as a component of Red Hat OpenShift AI 2.17", "product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" }, "product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64", "relates_to_product_reference": "Red Hat OpenShift AI 2.17" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-21538", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-11-08T13:44:29.182678+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2324550" } ], "notes": [ { "category": "description", "text": "A Regular Expression Denial of Service (ReDoS) vulnerability was found in the cross-spawn package for Node.js. Due to improper input sanitization, an attacker can increase CPU usage and crash the program with a large, specially crafted string.", "title": "Vulnerability description" }, { "category": "summary", "text": "cross-spawn: regular expression denial of service", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64" ], "known_not_affected": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21538" }, { "category": "external", "summary": "RHBZ#2324550", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324550" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21538", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538" }, { "category": "external", "summary": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff", "url": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff" }, { "category": "external", "summary": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f", "url": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f" }, { "category": "external", "summary": "https://github.com/moxystudio/node-cross-spawn/pull/160", "url": "https://github.com/moxystudio/node-cross-spawn/pull/160" }, { "category": "external", "summary": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230", "url": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230" } ], "release_date": "2024-11-08T05:00:04.695000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T15:51:37+00:00", "details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1448" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 4.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "cross-spawn: regular expression denial of service" }, { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64" ], "known_not_affected": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T15:51:37+00:00", "details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1448" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64" ], "known_not_affected": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T15:51:37+00:00", "details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1448" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2024-45339", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "discovery_date": "2025-01-28T02:00:48.029971+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2342463" } ], "notes": [ { "category": "description", "text": "A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.", "title": "Vulnerability description" }, { "category": "summary", "text": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64" ], "known_not_affected": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45339" }, { "category": "external", "summary": "RHBZ#2342463", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342463" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45339", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45339" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339" }, { "category": "external", "summary": "https://github.com/golang/glog/pull/74", "url": "https://github.com/golang/glog/pull/74" }, { "category": "external", "summary": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2", "url": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs", "url": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs" }, { "category": "external", "summary": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File", "url": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2025-3372", "url": "https://pkg.go.dev/vuln/GO-2025-3372" } ], "release_date": "2025-01-28T01:03:24.105000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T15:51:37+00:00", "details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1448" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.0" }, "products": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog" }, { "cve": "CVE-2024-49767", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-10-25T20:00:37.993073+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2321829" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Werkzueg web application library. Applications using Werkzeug to parse multipart/form-data requests are vulnerable to resource exhaustion. A specially crafted form body can bypass the Request.max_form_memory_size setting and trigger a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "werkzeug: python-werkzeug: Werkzeug possible resource exhaustion when parsing file data in forms", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64" ], "known_not_affected": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-49767" }, { "category": "external", "summary": "RHBZ#2321829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2321829" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-49767", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49767" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-49767", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-49767" }, { "category": "external", "summary": "https://github.com/pallets/quart/commit/5e78c4169b8eb66b91ead3e62d44721b9e1644ee", "url": "https://github.com/pallets/quart/commit/5e78c4169b8eb66b91ead3e62d44721b9e1644ee" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/commit/50cfeebcb0727e18cc52ffbeb125f4a66551179b", "url": "https://github.com/pallets/werkzeug/commit/50cfeebcb0727e18cc52ffbeb125f4a66551179b" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/releases/tag/3.0.6", "url": "https://github.com/pallets/werkzeug/releases/tag/3.0.6" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/security/advisories/GHSA-q34m-jh98-gwm2", "url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-q34m-jh98-gwm2" } ], "release_date": "2024-10-25T19:41:35.029000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T15:51:37+00:00", "details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1448" }, { "category": "workaround", "details": "The Request.max_content_length setting and resource limits provided by deployment software and platforms are available to limit the resources used during a request. This vulnerability does not affect those settings. All three types of limits should be considered and set appropriately when deploying an application.", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "werkzeug: python-werkzeug: Werkzeug possible resource exhaustion when parsing file data in forms" }, { "cve": "CVE-2024-52798", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-12-05T23:00:59.020167+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2330689" } ], "notes": [ { "category": "description", "text": "A flaw was found in path-to-regexp. A path-to-regexp turns path strings into regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance.", "title": "Vulnerability description" }, { "category": "summary", "text": "path-to-regexp: path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability exists because of an incomplete fix for CVE-2024-45296.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64" ], "known_not_affected": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52798" }, { "category": "external", "summary": "RHBZ#2330689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52798", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52798" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52798", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52798" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/commit/f01c26a013b1889f0c217c643964513acf17f6a4", "url": "https://github.com/pillarjs/path-to-regexp/commit/f01c26a013b1889f0c217c643964513acf17f6a4" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-rhx6-c78j-4q9w", "url": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-rhx6-c78j-4q9w" } ], "release_date": "2024-12-05T22:45:42.774000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T15:51:37+00:00", "details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1448" }, { "category": "workaround", "details": "Avoid using two parameters within a single path segment when the separator is not, for example, /:a-:b. Alternatively, you can define the regex used for both parameters and ensure they do not overlap to allow backtracking.", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "path-to-regexp: path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x" }, { "cve": "CVE-2024-55565", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2024-12-09T02:00:45.255738+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331063" } ], "notes": [ { "category": "description", "text": "nanoid (aka Nano ID) before 5.0.9 mishandles non-integer values. 3.3.8 is also a fixed version.", "title": "Vulnerability description" }, { "category": "summary", "text": "nanoid: nanoid mishandles non-integer values", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64" ], "known_not_affected": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-55565" }, { "category": "external", "summary": "RHBZ#2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-55565", "url": "https://www.cve.org/CVERecord?id=CVE-2024-55565" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565" }, { "category": "external", "summary": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8", "url": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8" }, { "category": "external", "summary": "https://github.com/ai/nanoid/pull/510", "url": "https://github.com/ai/nanoid/pull/510" }, { "category": "external", "summary": "https://github.com/ai/nanoid/releases/tag/5.0.9", "url": "https://github.com/ai/nanoid/releases/tag/5.0.9" } ], "release_date": "2024-12-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T15:51:37+00:00", "details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/", "product_ids": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1448" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64", "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nanoid: nanoid mishandles non-integer values" } ] }
rhsa-2025:0679
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat Advanced Cluster Management for Kubernetes 2.10.7 General\nAvailability release images, which provide enhancements, bug fixes, and\nupdated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat Advanced Cluster Management for Kubernetes 2.10.7 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/release_notes/\n\nSecurity Fix(es):\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0679", "url": "https://access.redhat.com/errata/RHSA-2025:0679" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "ACM-13736", "url": "https://issues.redhat.com/browse/ACM-13736" }, { "category": "external", "summary": "ACM-14483", "url": "https://issues.redhat.com/browse/ACM-14483" }, { "category": "external", "summary": "ACM-14586", "url": "https://issues.redhat.com/browse/ACM-14586" }, { "category": "external", "summary": "ACM-14601", "url": "https://issues.redhat.com/browse/ACM-14601" }, { "category": "external", "summary": "ACM-14627", "url": "https://issues.redhat.com/browse/ACM-14627" }, { "category": "external", "summary": "ACM-16330", "url": "https://issues.redhat.com/browse/ACM-16330" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0679.json" } ], "title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.10.7 bug fixes and container updates", "tracking": { "current_release_date": "2025-02-20T11:26:40+00:00", "generator": { "date": "2025-02-20T11:26:40+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0679", "initial_release_date": "2025-01-23T23:30:43+00:00", "revision_history": [ { "date": "2025-01-23T23:30:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-23T23:30:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:40+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product": { "name": "Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10", "product_identification_helper": { "cpe": "cpe:/a:redhat:acm:2.10::el9" } } } ], "category": "product_family", "name": "Red Hat ACM" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf_amd64", "product": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf_amd64", "product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.10.7-11" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96_amd64", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96_amd64", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.10.7-21" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45_amd64", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45_amd64", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.10.7-22" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449_amd64", "product": { "name": "rhacm2/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449_amd64", "product_id": "rhacm2/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.10.7-9" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0_amd64", "product": { "name": "rhacm2/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0_amd64", "product_id": "rhacm2/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.10.7-26" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a_amd64", "product": { "name": "rhacm2/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a_amd64", "product_id": "rhacm2/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.10.7-63" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e_amd64", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e_amd64", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621_amd64", "product": { "name": "rhacm2/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621_amd64", "product_id": "rhacm2/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5_amd64", "product": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5_amd64", "product_id": "rhacm2/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.10.7-17" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a_amd64", "product": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a_amd64", "product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.10.7-19" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e_amd64", "product": { "name": "rhacm2/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e_amd64", "product_id": "rhacm2/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4_amd64", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4_amd64", "product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.10.7-28" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff_amd64", "product": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff_amd64", "product_id": "rhacm2/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff_amd64", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.10.7-21" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd_amd64", "product": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd_amd64", "product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.10.7-29" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c_amd64", "product": { "name": "rhacm2/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c_amd64", "product_id": "rhacm2/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c_amd64", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.10.7-20" } } }, { "category": "product_version", "name": "rhacm2/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6_amd64", "product": { "name": "rhacm2/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6_amd64", "product_id": "rhacm2/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6_amd64", "product_identification_helper": { "purl": "pkg:oci/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.10.7-24" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87_amd64", "product": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87_amd64", "product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87_amd64", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57_amd64", "product": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57_amd64", "product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57_amd64", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.10.7-20" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49_amd64", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49_amd64", "product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49_amd64", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751_amd64", "product": { "name": "rhacm2/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751_amd64", "product_id": "rhacm2/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751_amd64", "product_identification_helper": { "purl": "pkg:oci/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel9\u0026tag=v2.10.7-19" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d_amd64", "product": { "name": "rhacm2/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d_amd64", "product_id": "rhacm2/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d_amd64", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.10.7-17" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec_amd64", "product": { "name": "rhacm2/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec_amd64", "product_id": "rhacm2/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec_amd64", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.10.7-17" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d_amd64", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d_amd64", "product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d_amd64", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf_amd64", "product": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf_amd64", "product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675_amd64", "product": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675_amd64", "product_id": "rhacm2/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38_amd64", "product": { "name": "rhacm2/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38_amd64", "product_id": "rhacm2/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38_amd64", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.10.7-6" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29_amd64", "product": { "name": "rhacm2/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29_amd64", "product_id": "rhacm2/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29_amd64", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e_amd64", "product": { "name": "rhacm2/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e_amd64", "product_id": "rhacm2/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e_amd64", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b_amd64", "product": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b_amd64", "product_id": "rhacm2/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b_amd64", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46_amd64", "product": { "name": "rhacm2/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46_amd64", "product_id": "rhacm2/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46_amd64", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.10.7-24" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1_amd64", "product": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1_amd64", "product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12_amd64", "product": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12_amd64", "product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660_amd64", "product": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660_amd64", "product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277_amd64", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277_amd64", "product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4_amd64", "product": { "name": "rhacm2/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4_amd64", "product_id": "rhacm2/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4_amd64", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49_amd64", "product": { "name": "rhacm2/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49_amd64", "product_id": "rhacm2/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49_amd64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374_amd64", "product": { "name": "rhacm2/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374_amd64", "product_id": "rhacm2/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374_amd64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a_amd64", "product": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a_amd64", "product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a_amd64", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.10.7-11" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d_amd64", "product": { "name": "rhacm2/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d_amd64", "product_id": "rhacm2/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d_amd64", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.10.7-11" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66_amd64", "product": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66_amd64", "product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66_amd64", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3_amd64", "product": { "name": "rhacm2/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3_amd64", "product_id": "rhacm2/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3_amd64", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.10.7-20" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991_amd64", "product": { "name": "rhacm2/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991_amd64", "product_id": "rhacm2/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991_amd64", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.10.7-22" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822_amd64", "product": { "name": "rhacm2/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822_amd64", "product_id": "rhacm2/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822_amd64", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c_amd64", "product": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c_amd64", "product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c_amd64", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.10.7-10" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2_s390x", "product": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2_s390x", "product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.10.7-11" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385_s390x", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385_s390x", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.10.7-21" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21_s390x", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21_s390x", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.10.7-22" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da_s390x", "product": { "name": "rhacm2/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da_s390x", "product_id": "rhacm2/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.10.7-9" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb_s390x", "product": { "name": "rhacm2/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb_s390x", "product_id": "rhacm2/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.10.7-26" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696_s390x", "product": { "name": "rhacm2/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696_s390x", "product_id": "rhacm2/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.10.7-63" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae_s390x", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae_s390x", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c_s390x", "product": { "name": "rhacm2/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c_s390x", "product_id": "rhacm2/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9_s390x", "product": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9_s390x", "product_id": "rhacm2/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.10.7-17" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8_s390x", "product": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8_s390x", "product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.10.7-19" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532_s390x", "product": { "name": "rhacm2/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532_s390x", "product_id": "rhacm2/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068_s390x", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068_s390x", "product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.10.7-28" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3_s390x", "product": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3_s390x", "product_id": "rhacm2/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3_s390x", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.10.7-21" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35_s390x", "product": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35_s390x", "product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.10.7-29" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b_s390x", "product": { "name": "rhacm2/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b_s390x", "product_id": "rhacm2/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b_s390x", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.10.7-20" } } }, { "category": "product_version", "name": "rhacm2/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16_s390x", "product": { "name": "rhacm2/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16_s390x", "product_id": "rhacm2/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16_s390x", "product_identification_helper": { "purl": "pkg:oci/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.10.7-24" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91_s390x", "product": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91_s390x", "product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91_s390x", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8_s390x", "product": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8_s390x", "product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8_s390x", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.10.7-20" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1_s390x", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1_s390x", "product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1_s390x", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc_s390x", "product": { "name": "rhacm2/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc_s390x", "product_id": "rhacm2/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc_s390x", "product_identification_helper": { "purl": "pkg:oci/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel9\u0026tag=v2.10.7-19" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf_s390x", "product": { "name": "rhacm2/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf_s390x", "product_id": "rhacm2/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf_s390x", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.10.7-17" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9_s390x", "product": { "name": "rhacm2/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9_s390x", "product_id": "rhacm2/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9_s390x", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.10.7-17" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141_s390x", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141_s390x", "product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141_s390x", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381_s390x", "product": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381_s390x", "product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c_s390x", "product": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c_s390x", "product_id": "rhacm2/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b_s390x", "product": { "name": "rhacm2/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b_s390x", "product_id": "rhacm2/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b_s390x", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.10.7-6" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690_s390x", "product": { "name": "rhacm2/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690_s390x", "product_id": "rhacm2/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690_s390x", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089_s390x", "product": { "name": "rhacm2/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089_s390x", "product_id": "rhacm2/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089_s390x", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b_s390x", "product": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b_s390x", "product_id": "rhacm2/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b_s390x", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275_s390x", "product": { "name": "rhacm2/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275_s390x", "product_id": "rhacm2/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275_s390x", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.10.7-24" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2_s390x", "product": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2_s390x", "product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14_s390x", "product": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14_s390x", "product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e_s390x", "product": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e_s390x", "product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660_s390x", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660_s390x", "product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285_s390x", "product": { "name": "rhacm2/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285_s390x", "product_id": "rhacm2/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285_s390x", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212_s390x", "product": { "name": "rhacm2/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212_s390x", "product_id": "rhacm2/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212_s390x", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0_s390x", "product": { "name": "rhacm2/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0_s390x", "product_id": "rhacm2/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0_s390x", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf_s390x", "product": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf_s390x", "product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf_s390x", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.10.7-11" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c_s390x", "product": { "name": "rhacm2/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c_s390x", "product_id": "rhacm2/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c_s390x", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.10.7-11" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d_s390x", "product": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d_s390x", "product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d_s390x", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783_s390x", "product": { "name": "rhacm2/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783_s390x", "product_id": "rhacm2/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783_s390x", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.10.7-20" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12_s390x", "product": { "name": "rhacm2/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12_s390x", "product_id": "rhacm2/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12_s390x", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.10.7-22" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712_s390x", "product": { "name": "rhacm2/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712_s390x", "product_id": "rhacm2/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712_s390x", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad_s390x", "product": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad_s390x", "product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad_s390x", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.10.7-10" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4_arm64", "product": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4_arm64", "product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.10.7-11" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f_arm64", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f_arm64", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.10.7-21" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c_arm64", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c_arm64", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.10.7-22" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0_arm64", "product": { "name": "rhacm2/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0_arm64", "product_id": "rhacm2/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.10.7-9" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598_arm64", "product": { "name": "rhacm2/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598_arm64", "product_id": "rhacm2/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.10.7-26" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e_arm64", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e_arm64", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094_arm64", "product": { "name": "rhacm2/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094_arm64", "product_id": "rhacm2/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394_arm64", "product": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394_arm64", "product_id": "rhacm2/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.10.7-17" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2_arm64", "product": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2_arm64", "product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.10.7-19" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be_arm64", "product": { "name": "rhacm2/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be_arm64", "product_id": "rhacm2/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375_arm64", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375_arm64", "product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.10.7-28" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34_arm64", "product": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34_arm64", "product_id": "rhacm2/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34_arm64", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.10.7-21" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42_arm64", "product": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42_arm64", "product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.10.7-29" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100_arm64", "product": { "name": "rhacm2/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100_arm64", "product_id": "rhacm2/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100_arm64", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.10.7-20" } } }, { "category": "product_version", "name": "rhacm2/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623_arm64", "product": { "name": "rhacm2/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623_arm64", "product_id": "rhacm2/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623_arm64", "product_identification_helper": { "purl": "pkg:oci/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.10.7-24" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8_arm64", "product": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8_arm64", "product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8_arm64", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e_arm64", "product": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e_arm64", "product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e_arm64", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.10.7-20" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a_arm64", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a_arm64", "product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a_arm64", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220_arm64", "product": { "name": "rhacm2/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220_arm64", "product_id": "rhacm2/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220_arm64", "product_identification_helper": { "purl": "pkg:oci/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel9\u0026tag=v2.10.7-19" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2_arm64", "product": { "name": "rhacm2/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2_arm64", "product_id": "rhacm2/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2_arm64", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.10.7-17" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587_arm64", "product": { "name": "rhacm2/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587_arm64", "product_id": "rhacm2/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587_arm64", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.10.7-17" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2_arm64", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2_arm64", "product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2_arm64", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6_arm64", "product": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6_arm64", "product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4_arm64", "product": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4_arm64", "product_id": "rhacm2/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846_arm64", "product": { "name": "rhacm2/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846_arm64", "product_id": "rhacm2/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846_arm64", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.10.7-6" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c_arm64", "product": { "name": "rhacm2/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c_arm64", "product_id": "rhacm2/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c_arm64", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3_arm64", "product": { "name": "rhacm2/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3_arm64", "product_id": "rhacm2/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3_arm64", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e_arm64", "product": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e_arm64", "product_id": "rhacm2/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e_arm64", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0_arm64", "product": { "name": "rhacm2/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0_arm64", "product_id": "rhacm2/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0_arm64", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.10.7-24" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91_arm64", "product": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91_arm64", "product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936_arm64", "product": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936_arm64", "product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43_arm64", "product": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43_arm64", "product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb_arm64", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb_arm64", "product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779_arm64", "product": { "name": "rhacm2/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779_arm64", "product_id": "rhacm2/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779_arm64", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394_arm64", "product": { "name": "rhacm2/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394_arm64", "product_id": "rhacm2/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394_arm64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87_arm64", "product": { "name": "rhacm2/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87_arm64", "product_id": "rhacm2/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87_arm64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204_arm64", "product": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204_arm64", "product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204_arm64", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.10.7-11" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f_arm64", "product": { "name": "rhacm2/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f_arm64", "product_id": "rhacm2/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f_arm64", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.10.7-11" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e_arm64", "product": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e_arm64", "product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e_arm64", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703_arm64", "product": { "name": "rhacm2/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703_arm64", "product_id": "rhacm2/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703_arm64", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.10.7-20" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1_arm64", "product": { "name": "rhacm2/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1_arm64", "product_id": "rhacm2/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1_arm64", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.10.7-22" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f_arm64", "product": { "name": "rhacm2/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f_arm64", "product_id": "rhacm2/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f_arm64", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76_arm64", "product": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76_arm64", "product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76_arm64", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.10.7-10" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf_ppc64le", "product": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf_ppc64le", "product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.10.7-11" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690_ppc64le", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690_ppc64le", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.10.7-21" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd_ppc64le", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd_ppc64le", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.10.7-22" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb_ppc64le", "product": { "name": "rhacm2/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb_ppc64le", "product_id": "rhacm2/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.10.7-9" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33_ppc64le", "product": { "name": "rhacm2/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33_ppc64le", "product_id": "rhacm2/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.10.7-26" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849_ppc64le", "product": { "name": "rhacm2/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849_ppc64le", "product_id": "rhacm2/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.10.7-63" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49_ppc64le", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49_ppc64le", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e_ppc64le", "product": { "name": "rhacm2/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e_ppc64le", "product_id": "rhacm2/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504_ppc64le", "product": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504_ppc64le", "product_id": "rhacm2/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.10.7-17" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac_ppc64le", "product": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac_ppc64le", "product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.10.7-19" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc_ppc64le", "product": { "name": "rhacm2/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc_ppc64le", "product_id": "rhacm2/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5_ppc64le", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5_ppc64le", "product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.10.7-28" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443_ppc64le", "product": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443_ppc64le", "product_id": "rhacm2/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.10.7-21" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400_ppc64le", "product": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400_ppc64le", "product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.10.7-29" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a_ppc64le", "product": { "name": "rhacm2/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a_ppc64le", "product_id": "rhacm2/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.10.7-20" } } }, { "category": "product_version", "name": "rhacm2/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c_ppc64le", "product": { "name": "rhacm2/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c_ppc64le", "product_id": "rhacm2/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.10.7-24" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d_ppc64le", "product": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d_ppc64le", "product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c_ppc64le", "product": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c_ppc64le", "product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.10.7-20" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95_ppc64le", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95_ppc64le", "product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95_ppc64le", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b_ppc64le", "product": { "name": "rhacm2/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b_ppc64le", "product_id": "rhacm2/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel9\u0026tag=v2.10.7-19" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381_ppc64le", "product": { "name": "rhacm2/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381_ppc64le", "product_id": "rhacm2/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381_ppc64le", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.10.7-17" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6_ppc64le", "product": { "name": "rhacm2/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6_ppc64le", "product_id": "rhacm2/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.10.7-17" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9_ppc64le", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9_ppc64le", "product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e_ppc64le", "product": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e_ppc64le", "product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230_ppc64le", "product": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230_ppc64le", "product_id": "rhacm2/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2_ppc64le", "product": { "name": "rhacm2/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2_ppc64le", "product_id": "rhacm2/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.10.7-6" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91_ppc64le", "product": { "name": "rhacm2/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91_ppc64le", "product_id": "rhacm2/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91_ppc64le", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9_ppc64le", "product": { "name": "rhacm2/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9_ppc64le", "product_id": "rhacm2/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395_ppc64le", "product": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395_ppc64le", "product_id": "rhacm2/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2_ppc64le", "product": { "name": "rhacm2/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2_ppc64le", "product_id": "rhacm2/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.10.7-24" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe_ppc64le", "product": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe_ppc64le", "product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c_ppc64le", "product": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c_ppc64le", "product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa_ppc64le", "product": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa_ppc64le", "product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5_ppc64le", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5_ppc64le", "product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4_ppc64le", "product": { "name": "rhacm2/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4_ppc64le", "product_id": "rhacm2/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67_ppc64le", "product": { "name": "rhacm2/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67_ppc64le", "product_id": "rhacm2/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67_ppc64le", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03_ppc64le", "product": { "name": "rhacm2/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03_ppc64le", "product_id": "rhacm2/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03_ppc64le", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.10.7-12" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8_ppc64le", "product": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8_ppc64le", "product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.10.7-11" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c_ppc64le", "product": { "name": "rhacm2/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c_ppc64le", "product_id": "rhacm2/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.10.7-11" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4_ppc64le", "product": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4_ppc64le", "product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.10.7-16" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63_ppc64le", "product": { "name": "rhacm2/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63_ppc64le", "product_id": "rhacm2/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63_ppc64le", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.10.7-20" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104_ppc64le", "product": { "name": "rhacm2/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104_ppc64le", "product_id": "rhacm2/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104_ppc64le", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.10.7-22" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596_ppc64le", "product": { "name": "rhacm2/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596_ppc64le", "product_id": "rhacm2/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596_ppc64le", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.10.7-10" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1_ppc64le", "product": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1_ppc64le", "product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.10.7-10" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf_amd64" }, "product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf_ppc64le" }, "product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2_s390x" }, "product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4_arm64" }, "product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690_ppc64le" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385_s390x" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96_amd64" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f_arm64" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c_arm64" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd_ppc64le" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21_s390x" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45_amd64" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0_arm64" }, "product_reference": "rhacm2/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da_s390x" }, "product_reference": "rhacm2/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449_amd64" }, "product_reference": "rhacm2/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb_ppc64le" }, "product_reference": "rhacm2/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598_arm64" }, "product_reference": "rhacm2/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb_s390x" }, "product_reference": "rhacm2/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33_ppc64le" }, "product_reference": "rhacm2/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0_amd64" }, "product_reference": "rhacm2/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696_s390x" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a_amd64" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849_ppc64le" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e_arm64" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e_amd64" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae_s390x" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49_ppc64le" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e_ppc64le" }, "product_reference": "rhacm2/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c_s390x" }, "product_reference": "rhacm2/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621_amd64" }, "product_reference": "rhacm2/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094_arm64" }, "product_reference": "rhacm2/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394_arm64" }, "product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504_ppc64le" }, "product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5_amd64" }, "product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9_s390x" }, "product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2_arm64" }, "product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a_amd64" }, "product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8_s390x" }, "product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac_ppc64le" }, "product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc_ppc64le" }, "product_reference": "rhacm2/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e_amd64" }, "product_reference": "rhacm2/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be_arm64" }, "product_reference": "rhacm2/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532_s390x" }, "product_reference": "rhacm2/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5_ppc64le" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068_s390x" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4_amd64" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375_arm64" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443_ppc64le" }, "product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff_amd64" }, "product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3_s390x" }, "product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34_arm64" }, "product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400_ppc64le" }, "product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35_s390x" }, "product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd_amd64" }, "product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42_arm64" }, "product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a_ppc64le" }, "product_reference": "rhacm2/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100_arm64" }, "product_reference": "rhacm2/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b_s390x" }, "product_reference": "rhacm2/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c_amd64" }, "product_reference": "rhacm2/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6_amd64" }, "product_reference": "rhacm2/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16_s390x" }, "product_reference": "rhacm2/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c_ppc64le" }, "product_reference": "rhacm2/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623_arm64" }, "product_reference": "rhacm2/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d_ppc64le" }, "product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87_amd64" }, "product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8_arm64" }, "product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91_s390x" }, "product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e_arm64" }, "product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8_s390x" }, "product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57_amd64" }, "product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c_ppc64le" }, "product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a_arm64" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1_s390x" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95_ppc64le" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49_amd64" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b_ppc64le" }, "product_reference": "rhacm2/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc_s390x" }, "product_reference": "rhacm2/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220_arm64" }, "product_reference": "rhacm2/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751_amd64" }, "product_reference": "rhacm2/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d_amd64" }, "product_reference": "rhacm2/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381_ppc64le" }, "product_reference": "rhacm2/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2_arm64" }, "product_reference": "rhacm2/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf_s390x" }, "product_reference": "rhacm2/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9_s390x" }, "product_reference": "rhacm2/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587_arm64" }, "product_reference": "rhacm2/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec_amd64" }, "product_reference": "rhacm2/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6_ppc64le" }, "product_reference": "rhacm2/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141_s390x" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9_ppc64le" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2_arm64" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d_amd64" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6_arm64" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e_ppc64le" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381_s390x" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf_amd64" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4_arm64" }, "product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230_ppc64le" }, "product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675_amd64" }, "product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c_s390x" }, "product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29_amd64" }, "product_reference": "rhacm2/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690_s390x" }, "product_reference": "rhacm2/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c_arm64" }, "product_reference": "rhacm2/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91_ppc64le" }, "product_reference": "rhacm2/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846_arm64" }, "product_reference": "rhacm2/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b_s390x" }, "product_reference": "rhacm2/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2_ppc64le" }, "product_reference": "rhacm2/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38_amd64" }, "product_reference": "rhacm2/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9_ppc64le" }, "product_reference": "rhacm2/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3_arm64" }, "product_reference": "rhacm2/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e_amd64" }, "product_reference": "rhacm2/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089_s390x" }, "product_reference": "rhacm2/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b_amd64" }, "product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e_arm64" }, "product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b_s390x" }, "product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395_ppc64le" }, "product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91_arm64" }, "product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1_amd64" }, "product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2_s390x" }, "product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe_ppc64le" }, "product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936_arm64" }, "product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12_amd64" }, "product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14_s390x" }, "product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660_amd64" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43_arm64" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e_s390x" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660_s390x" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277_amd64" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb_arm64" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275_s390x" }, "product_reference": "rhacm2/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2_ppc64le" }, "product_reference": "rhacm2/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0_arm64" }, "product_reference": "rhacm2/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46_amd64" }, "product_reference": "rhacm2/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285_s390x" }, "product_reference": "rhacm2/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779_arm64" }, "product_reference": "rhacm2/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4_ppc64le" }, "product_reference": "rhacm2/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4_amd64" }, "product_reference": "rhacm2/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87_arm64" }, "product_reference": "rhacm2/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0_s390x" }, "product_reference": "rhacm2/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03_ppc64le" }, "product_reference": "rhacm2/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374_amd64" }, "product_reference": "rhacm2/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49_amd64" }, "product_reference": "rhacm2/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67_ppc64le" }, "product_reference": "rhacm2/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212_s390x" }, "product_reference": "rhacm2/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394_arm64" }, "product_reference": "rhacm2/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf_s390x" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a_amd64" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204_arm64" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8_ppc64le" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d_amd64" }, "product_reference": "rhacm2/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f_arm64" }, "product_reference": "rhacm2/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c_s390x" }, "product_reference": "rhacm2/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c_ppc64le" }, "product_reference": "rhacm2/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e_arm64" }, "product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4_ppc64le" }, "product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d_s390x" }, "product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66_amd64" }, "product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3_amd64" }, "product_reference": "rhacm2/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703_arm64" }, "product_reference": "rhacm2/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783_s390x" }, "product_reference": "rhacm2/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63_ppc64le" }, "product_reference": "rhacm2/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991_amd64" }, "product_reference": "rhacm2/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1_arm64" }, "product_reference": "rhacm2/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104_ppc64le" }, "product_reference": "rhacm2/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12_s390x" }, "product_reference": "rhacm2/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad_s390x" }, "product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76_arm64" }, "product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c_amd64" }, "product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1_ppc64le" }, "product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f_arm64" }, "product_reference": "rhacm2/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f_arm64", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596_ppc64le" }, "product_reference": "rhacm2/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712_s390x" }, "product_reference": "rhacm2/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712_s390x", "relates_to_product_reference": "9Base-RHACM-2.10" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.10 for RHEL 9", "product_id": "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822_amd64" }, "product_reference": "rhacm2/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822_amd64", "relates_to_product_reference": "9Base-RHACM-2.10" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf_amd64", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2_s390x", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96_amd64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0_arm64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da_s390x", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598_arm64", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb_s390x", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696_s390x", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e_arm64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4_amd64", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375_arm64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443_ppc64le", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff_amd64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3_s390x", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34_arm64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400_ppc64le", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35_s390x", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd_amd64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a_ppc64le", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b_s390x", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16_s390x", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c_ppc64le", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d_ppc64le", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87_amd64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e_arm64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57_amd64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a_arm64", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1_s390x", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49_amd64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b_ppc64le", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc_s390x", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220_arm64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381_ppc64le", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2_arm64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587_arm64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec_amd64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141_s390x", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2_arm64", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d_amd64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6_arm64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381_s390x", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4_arm64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29_amd64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c_arm64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846_arm64", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b_s390x", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9_ppc64le", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3_arm64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b_amd64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e_arm64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275_s390x", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2_ppc64le", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46_amd64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285_s390x", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779_arm64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4_ppc64le", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87_arm64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8_ppc64le", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e_arm64", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d_s390x", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703_arm64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783_s390x", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991_amd64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1_arm64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76_arm64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c_amd64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f_arm64", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712_s390x", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-23T23:30:43+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf_amd64", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2_s390x", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96_amd64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0_arm64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da_s390x", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598_arm64", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb_s390x", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696_s390x", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e_arm64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4_amd64", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375_arm64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443_ppc64le", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff_amd64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3_s390x", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34_arm64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400_ppc64le", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35_s390x", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd_amd64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a_ppc64le", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b_s390x", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16_s390x", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c_ppc64le", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d_ppc64le", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87_amd64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e_arm64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57_amd64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a_arm64", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1_s390x", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49_amd64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b_ppc64le", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc_s390x", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220_arm64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381_ppc64le", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2_arm64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587_arm64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec_amd64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141_s390x", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2_arm64", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d_amd64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6_arm64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381_s390x", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4_arm64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29_amd64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c_arm64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846_arm64", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b_s390x", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9_ppc64le", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3_arm64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b_amd64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e_arm64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275_s390x", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2_ppc64le", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46_amd64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285_s390x", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779_arm64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4_ppc64le", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87_arm64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8_ppc64le", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e_arm64", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d_s390x", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703_arm64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783_s390x", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991_amd64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1_arm64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76_arm64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c_amd64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f_arm64", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712_s390x", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0679" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf_amd64", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2_s390x", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96_amd64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0_arm64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da_s390x", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598_arm64", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb_s390x", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696_s390x", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e_arm64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4_amd64", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375_arm64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443_ppc64le", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff_amd64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3_s390x", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34_arm64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400_ppc64le", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35_s390x", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd_amd64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a_ppc64le", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b_s390x", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16_s390x", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c_ppc64le", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d_ppc64le", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87_amd64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e_arm64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57_amd64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a_arm64", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1_s390x", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49_amd64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b_ppc64le", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc_s390x", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220_arm64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381_ppc64le", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2_arm64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587_arm64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec_amd64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141_s390x", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2_arm64", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d_amd64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6_arm64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381_s390x", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4_arm64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29_amd64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c_arm64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846_arm64", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b_s390x", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9_ppc64le", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3_arm64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b_amd64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e_arm64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275_s390x", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2_ppc64le", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46_amd64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285_s390x", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779_arm64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4_ppc64le", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87_arm64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8_ppc64le", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e_arm64", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d_s390x", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703_arm64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783_s390x", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991_amd64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1_arm64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76_arm64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c_amd64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f_arm64", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712_s390x", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf_amd64", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2_s390x", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96_amd64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0_arm64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da_s390x", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598_arm64", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb_s390x", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696_s390x", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e_arm64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4_amd64", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375_arm64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443_ppc64le", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff_amd64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3_s390x", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34_arm64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400_ppc64le", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35_s390x", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd_amd64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a_ppc64le", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b_s390x", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16_s390x", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c_ppc64le", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d_ppc64le", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87_amd64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e_arm64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57_amd64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a_arm64", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1_s390x", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49_amd64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b_ppc64le", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc_s390x", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220_arm64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381_ppc64le", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2_arm64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587_arm64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec_amd64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141_s390x", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2_arm64", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d_amd64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6_arm64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381_s390x", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4_arm64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29_amd64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c_arm64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846_arm64", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b_s390x", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9_ppc64le", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3_arm64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b_amd64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e_arm64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275_s390x", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2_ppc64le", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46_amd64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285_s390x", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779_arm64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4_ppc64le", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87_arm64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8_ppc64le", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e_arm64", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d_s390x", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703_arm64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783_s390x", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991_amd64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1_arm64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76_arm64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c_amd64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f_arm64", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712_s390x", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf_amd64", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2_s390x", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96_amd64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0_arm64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da_s390x", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598_arm64", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb_s390x", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696_s390x", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e_arm64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4_amd64", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375_arm64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443_ppc64le", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff_amd64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3_s390x", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34_arm64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400_ppc64le", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35_s390x", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd_amd64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a_ppc64le", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b_s390x", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16_s390x", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c_ppc64le", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d_ppc64le", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87_amd64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e_arm64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57_amd64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a_arm64", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1_s390x", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49_amd64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b_ppc64le", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc_s390x", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220_arm64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381_ppc64le", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2_arm64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587_arm64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec_amd64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141_s390x", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2_arm64", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d_amd64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6_arm64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381_s390x", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4_arm64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29_amd64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c_arm64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846_arm64", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b_s390x", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9_ppc64le", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3_arm64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b_amd64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e_arm64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275_s390x", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2_ppc64le", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46_amd64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285_s390x", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779_arm64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4_ppc64le", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87_arm64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8_ppc64le", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e_arm64", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d_s390x", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703_arm64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783_s390x", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991_amd64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1_arm64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76_arm64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c_amd64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f_arm64", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712_s390x", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-23T23:30:43+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf_amd64", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2_s390x", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96_amd64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0_arm64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da_s390x", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598_arm64", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb_s390x", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696_s390x", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e_arm64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4_amd64", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375_arm64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443_ppc64le", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff_amd64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3_s390x", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34_arm64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400_ppc64le", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35_s390x", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd_amd64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a_ppc64le", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b_s390x", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16_s390x", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c_ppc64le", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d_ppc64le", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87_amd64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e_arm64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57_amd64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a_arm64", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1_s390x", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49_amd64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b_ppc64le", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc_s390x", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220_arm64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381_ppc64le", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2_arm64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587_arm64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec_amd64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141_s390x", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2_arm64", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d_amd64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6_arm64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381_s390x", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4_arm64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29_amd64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c_arm64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846_arm64", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b_s390x", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9_ppc64le", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3_arm64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b_amd64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e_arm64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275_s390x", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2_ppc64le", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46_amd64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285_s390x", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779_arm64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4_ppc64le", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87_arm64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8_ppc64le", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e_arm64", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d_s390x", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703_arm64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783_s390x", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991_amd64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1_arm64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76_arm64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c_amd64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f_arm64", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712_s390x", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0679" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:5658358a93e78a2349802ef0bab97b9bbb9000347ccb33ac3fa4e6dc69873faf_amd64", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:7c59192712963097e1c1085cf4c5da0a0d58c108d2b33fe0986d4c77f3e55bbf_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:8d5c9108b10c1e7036d389d5e0a0fa4c85125d79fad9ff180c808220ad0214f2_s390x", "9Base-RHACM-2.10:rhacm2/acm-cluster-permission-rhel9@sha256:a4859614a396c3c653d17379ad0f57633ed2a8ee915d89a020d3649b77de68d4_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:021ddd4310240a4caf56f6a475c952332d6b02874be0097ea07b6e49d0cdc690_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:583d05dadb95d5c86f9328881a62568bcdca3830c716925faa85b5ebc7df2385_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c541870bafd978180bd29e34eedb90d10d50fa94a518b057e27757be3c700d96_amd64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e29f22a74ac30e283e89a936a9635e5cf67391705666d39f08a81137063a234f_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ebeee2c00e46b2cd4754fd4c0420055b875bd61f259882367568243833b579c_arm64", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3ee3838bdefcb22215cc428b5d5cb6cedffe5b3e62d54120ea85cd686bbc3dfd_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:7f8d18983ed997bd46b831fbc2224811dd023e00cb933ad56e9d58274fa49b21_s390x", "9Base-RHACM-2.10:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:94357c5801c2d88b2c25f42fad36f54d3e1cb9018d68263a8ed0f4897fbadc45_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:264d30ed0113996f559a947e4e6b26e6b8e7ffc6960bb70adef33f1eb9eb66c0_arm64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:68e7ab2205b4567f1919d79433831f444f7e80f84e8f6762942511bd3b2b26da_s390x", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:716c4a099daaf1fec1456fc9e5e30bdda48efc9756dcf21cb24a2f90793de449_amd64", "9Base-RHACM-2.10:rhacm2/acm-grafana-rhel9@sha256:be268d059a3edb28473f9f29aad6259390df291cc95af5b8d6542cbb91160deb_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3a1fe874f2adf97d61a52f6fef91142ca5c3b3ad962a750a942579cad5067598_arm64", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:3b9ae87a111e4141f808451bbe5e5df8a25e366542a4007d9b37dfad323d19fb_s390x", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:5d373577b241c0f8581962de3424275595c98e8fed6827941c98db7ef70fee33_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-must-gather-rhel9@sha256:e781ac3ade9d5f40f6be93fbc236fc19000b705311b69995677d2cfd812b51d0_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:1d8a8c5f3c2e0120a7b9fa32b5f24e290d7da06de34da634b09b50f2a75ee696_s390x", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:6d240ed20545232b490b369b528c766e545b843d1be48d9569d55b8767166e3a_amd64", "9Base-RHACM-2.10:rhacm2/acm-operator-bundle@sha256:812ea6989966cd8c0bbebf7fc919285d2e06d7b4bfcb7e95c80fa1fd9dc9f849_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:07a028d3b38621287065b0838f0ebe2092a59896ac71b56ff8038442e4ca941e_arm64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:14731b8128d4bc17191d2ec24aab23a0ec999163be97f8db1f540c36103c0b6e_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:31f82e700c2162baba7f10f18543eb1e3dc644f4d01ef24624e42f53d414fcae_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ccc1bcd350d45ae4a286f9289de33872b5a0ee7d867bcdc2e39ada8ab3a31a49_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:3bf14888b10718a38c37e69b8ea13873b47a04ec4c3b84aac6811ed8375b3e7e_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:4baef2d8d53003c7210f320f682d1691705a9ab7db57a84deb799946c427659c_s390x", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:862bffecf6258af28e541d234450a93785573b0370d0f4a2efb31d362d709621_amd64", "9Base-RHACM-2.10:rhacm2/acm-prometheus-rhel9@sha256:cd75ab2301f83630b8d861b53d94d6e5c8655ae018126c66a3d953d717c94094_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:af8e887ece4a95c20a4a78a278bcd4748fa4743df9b9180a622cc8a189110394_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:c57c5d17b941cd6f6717523c76c5862b24271d8d563376ac6193152b04d42504_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:cd64dd117a7893fd23144decf7bb63b9c59310366971f7d8c82998c635816ee5_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-indexer-rhel9@sha256:f4ee7b69d38d1ec3c37110a80d7508ec5eb9f7927c7515065ab3a2b46ed74ad9_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:39de17c168519b633c72178677b7bd6fd980c28cf046e8bc89b846a5486ce7d2_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:61102df90688147558e4af79c7b83b9ecb424ef32bff3b0201d65005b9cd9d9a_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:7f8d3b5100cbe829531af2f163607278470dcd9d393711f15d8731a909a20ee8_s390x", "9Base-RHACM-2.10:rhacm2/acm-search-v2-api-rhel9@sha256:8e0fc131d2638d948cb3be736cfc2bfe600c509b3cb789db657056edf8e3c4ac_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:699c2fb1dce6ae6caef4dfe7e7a5cbc2292621d1d8806743d502959341343bcc_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:98e85744b8f640f70f409c6f439553e767fed268ce60898c2ab874c4b39fa28e_amd64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9dc1730c80765df716174d019d6c1371bc988325f822ef2f2302729690b630be_arm64", "9Base-RHACM-2.10:rhacm2/acm-search-v2-rhel9@sha256:9fc3aaa18c0280044c9178ce46b0b12f2c75f84eddfd112d599eb90a06197532_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:33cedb54fa7a5d6e694f242a239a8769c8ff03389c92d77a2e380288336ae8f5_ppc64le", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:44210a7e99254b0162d5cdf19afef8ce3668956f18363dced727d06289d9a068_s390x", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:b210dff99612c09a44f2ebd29b5f071fc40f3a410d752e57ec37efd7acf64ba4_amd64", "9Base-RHACM-2.10:rhacm2/acm-volsync-addon-controller-rhel9@sha256:bc49a183a5aec1388d0a594620e6d68b8ae98efb8666a8add4ffb05fd4bd2375_arm64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:2c236459011105abf56c5d1dd3544d62732edf50e5b19c1aeed0dd57267dc443_ppc64le", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:c52d13059a54ce7968929d4c2b2df0e07dcac1053f62a3b09624822f01073dff_amd64", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:cf07729354c849d4f01ecf5302c94e1f3381977310b4f1e5b71ea2c879238da3_s390x", "9Base-RHACM-2.10:rhacm2/cert-policy-controller-rhel9@sha256:fe04f78a74296ded51ad8764527bdfc386787f28dfe66f57512853b75733ba34_arm64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:123e556715dc7825e3b943ede9ce447ee782b4f7211115fd8b3f1c0453f7f400_ppc64le", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:9c636e328bd89cd4c74019ea925348f165326e8f960b7f6e667f424cb10a0b35_s390x", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:e65f531586b49a7ec8c7b83b5ccbea25e14bb634c53ee6deee2adff341fedcbd_amd64", "9Base-RHACM-2.10:rhacm2/cluster-backup-rhel9-operator@sha256:fe5ea3187a7758963849f340395560661a632c2bf933bccc8baf10faf0a1ae42_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:926c907d9627d51c88a7f0696a4b998cc4805860b476be692542d65607261e8a_ppc64le", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:aedad83c4bd2a9e7491790ea3de749977460016f80d11af29f55659a1fb93100_arm64", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:b48185f22218f41a1486c7ee86dae77e2ee97a692e1109fa46e8d689a243742b_s390x", "9Base-RHACM-2.10:rhacm2/config-policy-controller-rhel9@sha256:d21ec60cd1017edfa5caaac02c814c4da6e0c2fbe6ece25dcb1f507b7ecb4f3c_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:8cd242d45766fbd84a85103cb9b127a88a04d82212a7b9c7fd38e7bbaaaae6f6_amd64", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:b2b9058593c72544993cca539f2c2bab15c3ed6800463fc02bc8307cf654bd16_s390x", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:e2e20a616c2f3621aee6f8556ab0e7cfd9a319ef4aeb79b39c11eee3f856548c_ppc64le", "9Base-RHACM-2.10:rhacm2/console-rhel9@sha256:ea9be8dc42aadf18ebcbeb9484bedf792aa7a63a4fb81c3bc5649be5cfc66623_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:4d940038218b578ccb6207f0dc80003be1fbde5deca849925ca5e1e2e9077c6d_ppc64le", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:8dae744edf04eda642905eb3fafef1b2f442a3847877c23dbe8fa9ca3c9a8d87_amd64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a8a963bbd8deca22ed65d0e700b6570c927d72bd9831accbe3a2ed4ce9ae0bb8_arm64", "9Base-RHACM-2.10:rhacm2/endpoint-monitoring-rhel9-operator@sha256:a9974ca0272327bc582dd23b97afc6568f460cdaa921d4d1c93b19940b2e8f91_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:080148a32fcc91ff364c86f5d2447b6b8e8f1a39f8de6b3afd725476387c1c6e_arm64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:6579072da4ac78425dbe77bf8e69e59c47b87bf686f0825b534dea1f265cf4d8_s390x", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:e4c227b509a5faeb2cb2e381131214ba6ad5eb2c6eb218cbab3e6753d9e53a57_amd64", "9Base-RHACM-2.10:rhacm2/governance-policy-propagator-rhel9@sha256:edc485d702fbcc7c667cc7b74f8325c547fec99b1807224cf425ece8beecf50c_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:1033c98042b1adcba84bcdfc27d9c72fbfbe0c6fc7c3cedc075b171afc300a7a_arm64", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:70fb0e251c7bf8401d72e99e2703d5c3bfa12d70e45268513f6b447d0d0b73c1_s390x", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d20a2698a275b19634341f7eab65a6e26c0a41f1f835ea3f9c8b14344e2a0a95_ppc64le", "9Base-RHACM-2.10:rhacm2/grafana-dashboard-loader-rhel9@sha256:d3658b87ba4e63fc9cd13bafe6c62fe66f7772280ac818cc8ac97013c8c12d49_amd64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:1008a71fe880bf21fd22fb8a27effbde48ed27b03de16bc2c735c83bf89c484b_ppc64le", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:2c010c37c5424bf2645e0d3ded1593409c93d90f73e23f62bc1490eab91a92bc_s390x", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:8eff3d313c4c8ead1bdcf243d297ef0f8a0d3d4222847704af6cc54e1cbcb220_arm64", "9Base-RHACM-2.10:rhacm2/iam-policy-controller-rhel9@sha256:cc90ef98dd26955815a0f8aa3d73bc3d8415d6ebbcb14dc1f1d3e2152eab4751_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:0c278d83688f62584dff7c757378517a83dc10acf49366fa8eaacc9ddd863a8d_amd64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:100bd72433a3228cd458b497a44c7883872f3572621e8c6deefc788cb4386381_ppc64le", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:37ad63ec30a7e9d1b9f6f16c504f51b24d551b46e10f9e0059d0a177d86473e2_arm64", "9Base-RHACM-2.10:rhacm2/insights-client-rhel9@sha256:83208f22d64b7079d64abc6ead88f281ff97d4c860c0c83338269cbc537030cf_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:26e9be29544bcec6e2dd5ce2391da2415bcb2b847058d840e7b7778a736675a9_s390x", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:4bac2b8494f62a55c5bd22de219705eba0276aff5dca6fadc385be120137e587_arm64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:79c1c53e100097d44d35f18cd580d47e600c43645f0733a996e54dfc9b90e8ec_amd64", "9Base-RHACM-2.10:rhacm2/insights-metrics-rhel9@sha256:8c0fbd37c41664feff15a282d833fba41636ceb6efe2b480ca17d3d13cbf04d6_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4975abea6c654fc970c24f1833b3f890f5022dde4837f97737e79a38c72ff141_s390x", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b94bf1be5f9b2788042d506fca9beb5e62ed49f59270ab1de8505fb397432c9_ppc64le", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:c8bd94cc2b48436db02f68f31a7f9ffe2bfed6e92deae7c8a2d657eb6de18ab2_arm64", "9Base-RHACM-2.10:rhacm2/klusterlet-addon-controller-rhel9@sha256:cb5ebfe9917715c628c1898b654fc20d7cb71dea61a14f9edb5d0b146487625d_amd64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:4121a59014d0bec263c0104470dc11d08baf12427aae121c26f85eec56b446b6_arm64", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:8607972f59cc7967f9ddeb0469b995b8d3df0fd223a13608b51f47e1a9c56e4e_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d033727347eae12e5b85423bcb0d110f0bcdf70210a6c0971a8e3e6238c20381_s390x", "9Base-RHACM-2.10:rhacm2/kube-rbac-proxy-rhel9@sha256:d36569e48bf45c7ae28e008cd0ff22383e81d883c3cc5b3a0582e6c93b9e13bf_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:3e882b058aeab4a86dd0d5cece245d1ab42ddc1dfb551668494049dd74e32ab4_arm64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:bccf504df1086bd261b3720eb222df6b8462f74f638c3edf63e01eeb5b092230_ppc64le", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:e611efa5239fa541f3b3e68c286f634f7e3f365ac7ceedafd5b61cce929bf675_amd64", "9Base-RHACM-2.10:rhacm2/kube-state-metrics-rhel9@sha256:fcfdfba910cd65755a8485302b2a16802bc02bee52cbf983eca6e6629fa7412c_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:35251d4543e8e646c6760fd7f4ec9bd3392e119a98747adc592f75e4b46a0f29_amd64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:3699b5f946634d0fbb08ad2e5692f3eed308980cc59f598896050bb18c7a2690_s390x", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:5483140e95a54a352a557c88b23afe38ee344b2b5bf275a67ee68de75c8f5a2c_arm64", "9Base-RHACM-2.10:rhacm2/memcached-exporter-rhel9@sha256:7701fab18c1c0ff5ffd0d19a7e101f8a1c81c8125a537624bfd351551a37ba91_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:03dd46b41e3c554c31e88f25f0d8e59667a95feb0aed3e51fb7f6a63df1a3846_arm64", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:129eea8b59dbc7da23edb4ed3549bb6a7340d5516f8abbfaca7fe2d896f1fa2b_s390x", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:849478da06a8d04c7a2cfc8b6649c575d1614e94e8b6f029c2faebe7a6dbaab2_ppc64le", "9Base-RHACM-2.10:rhacm2/memcached-rhel9@sha256:c934fb77cf0fc96a92d92f53c04a9a02bcb6958def6fa8da8657afe4b9bb2f38_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:2348104fab7996f7d2b37c23372b2e8bbe9209a4c92e92b2664af7c8a1aecaa9_ppc64le", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:64af2686d4038a60ace070ef29c97b6ba2486d38c78f932d2e3f968d711f97a3_arm64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:ca5a23d2169510bc98dca3f33b641e68fd567e32b96095c97fd1973b003c7d2e_amd64", "9Base-RHACM-2.10:rhacm2/metrics-collector-rhel9@sha256:d30f83043afdba17ee8ab7a86caca8cb17e1f960126c8a449701a36880928089_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:1296d84be0726381ca04c9f0aff8b4b112a175fcfb4027cb44558ea8c0b5915b_amd64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4871ef9ff61fe0c02033ad05b1ae5eea77b9857ecec3dc13662d312a40923c3e_arm64", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:4c17e2f94b173f07fdd1e5142be9441c70304d0e61bf2a8951b625a66fec165b_s390x", "9Base-RHACM-2.10:rhacm2/multicloud-integrations-rhel9@sha256:93856824d7210e6260352a2c16032701f68aa29c282a3a0455c290b82c1cb395_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:56bc89225686521abcfe7c9d965908fb2b206bb2821b45ce84cb6b3b925b1d91_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:8bf7dc38a4b5f3496ea0277cc4cbf3283b4469d2db48626df6dbaa1bbeceffa1_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:c1d1ccdcd938fad09cbb363dbee73012793e12cb99761193af8c95fde925b2c2_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-observability-rhel9-operator@sha256:fdeaba72796ed76f17b4d69943d293a8d79320288760b27395fa1514f57cbdbe_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:aab9779b3020c6540b0212bfb6132c75278862e55f458335cf211f0026167936_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:bf95f2dfcac9173ee0da59ef9f8d4d9ef775b5a1f63052e8e1d0ff7fc70beb12_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:c64e34e48ca040e771aa4a1253ef175655f14a7a823cbaa05ab5502fbcba1c14_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-application-rhel9@sha256:d3bd2cfc420608012b56fba6032275e477a75255a3a255d0770603427e52fd5c_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:0f906ab74be45fe44f6f0d788479752fcf75162b1c609b617b7d029cf1fea660_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1129ea34840014c3ef02a034da0a01f40bda18453bb122fdcd234f5c99d783aa_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:1ebf3658acfa979d5805889f7e184e96164459f62345c5f633e24770af3f5d43_arm64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-channel-rhel9@sha256:253f4d0310259f82bb7c5a23935783c696461a855b540cb07c51e6a8e624300e_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:1fa326925d1cb29bd41ab6076aae335122ca22dfb7bc75c66844f06d9b2a6660_s390x", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:5903d41d5636fa45376768c319ada56456afbbef24e68a432f440fb4bf04b0d5_ppc64le", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:b8c2db0476b4869d294dade339ceab63c78c3231170d70ef6dbb7755eda19277_amd64", "9Base-RHACM-2.10:rhacm2/multicluster-operators-subscription-rhel9@sha256:e6fc7731f3b462b27dac982a7d1c5a43d25a272a43d9998a6180ec7856dcfdeb_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:020ec9da550dc8bb34c2d5c990b9cddcf80a95b5f7b012997a4de79db3913275_s390x", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:46849f5bbae2c1634403685ed217931cbcb9536127c93781b6ad083c8df20ca2_ppc64le", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:7cdf480b0b3cc09a47413aabde04bd38446973679769bcfcdef8325ff71fa9c0_arm64", "9Base-RHACM-2.10:rhacm2/multiclusterhub-rhel9@sha256:ea050dbb8cf54f2afb2b7d5f4940fe89ed007d6e322de5f73b71c1f33e92ae46_amd64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:5509e682f7de2a822bcefa0702e54590786bfcf8087da3d6d6c06d419e4d6285_s390x", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:a87262cdb86d6481c2e97cf8f932b2519fb78ca20aeea4f756329a52e643a779_arm64", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:caf08563e810911cce75145e54f616d83233af929572a61f7aeb5e47320e35f4_ppc64le", "9Base-RHACM-2.10:rhacm2/node-exporter-rhel9@sha256:dfb5e46dc0f8fa75045a18c39b6798c55d32f92a04ff2b91b589e817bcd4e3a4_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:049e66ba33b8646031befe8cbdb4380539e4284442c97e10ecb0f24701684b87_arm64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:876c5efce6fb932740788160feb27d8052c8688323391b72ecbd8df964a57fd0_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:ec3486ab10b0c11b7540d31544bfd82b18a200e642e13b9f093eed8f54692f03_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9-operator@sha256:eeec53b5cca941c47dbaba316df7702e15f7c51d41268d07de164c833df20374_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:14e276ffe12a20cb230da064bb0b13049817cb10ae094cca8931a0c48e179e49_amd64", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:66c41ba6f0481785fdf04b8a9a35a69eeeab43945daf702d742db13a1c966d67_ppc64le", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:699608ca7ce272ae3502de8052df122304643c9778333e55f3215ba35dfdc212_s390x", "9Base-RHACM-2.10:rhacm2/observatorium-rhel9@sha256:d21dc775a5978e3a3d566c44878548ec4bf99d94a1cea97084cc774f03e8a394_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2b459ac58f07cfdc018da2c2f14178ca708132cb7b472730d4516664b97bd8bf_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:2bf0cd5536ecae3728b858c4fa4d06d27a4c76663ad1f70c598cd565e985265a_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:a444ced72e5f297664557134ef4ee1be03d626e3b00f472dbdc03952090f2204_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-alertmanager-rhel9@sha256:f0c23abca533560935993ee26a072b5258b61aafca5c0ffc47fb87372496ddc8_ppc64le", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:0ffa7bd4df8f2e33bfa4ffa2c4fd964df193cd6354aa80ff60aea6d901c5fd0d_amd64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:12192b9feac00c9c405a8a0b7751bbf24f562b8d15430176c1d6d97d0edd390f_arm64", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f28ebb6128d8b2f465daf23a63c12e3e2f87b5fefe7ebd1fb336843739fbeb2c_s390x", "9Base-RHACM-2.10:rhacm2/prometheus-rhel9@sha256:f8951ff29fd06181ee72a5e6579401d7aa55a270112c46b3be3802f56583c58c_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:7a926d45764e70cc79a81c0484f5aa9306cd5b9a64d57515992793bc7f4a943e_arm64", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:94ea8ab8d346a13920522861a2942392b8a898a4eec0f4dc10157803208101a4_ppc64le", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:b9ae76da3ab63b798b805b1dd35deeb857320583eba4957e17079aba89e3a61d_s390x", "9Base-RHACM-2.10:rhacm2/rbac-query-proxy-rhel9@sha256:edc3e89ed41b476469e5d74b020414cd91dd93e93557f8557e076561980bff66_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:1b627bf7556da4b61783b48dd49c3567cbff8394909c047d28c82e0a1087c4d3_amd64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:38cfda04ec60b72a80a5788ed1308968b660aa93be4b54f06dc7e940a0675703_arm64", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:81be605201bdf940a193a01eb758039f52c47da3d937333dccef39dc8f1e0783_s390x", "9Base-RHACM-2.10:rhacm2/search-collector-rhel9@sha256:e556ea1b432ff33a7a1c4b556fa5e6055cd3a6b546511a52cb86b17b7caa3c63_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:34e01160a466b61f848fd024d5701b4b92b8b8008b8e3acd28226270fb5b7991_amd64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6b68abe2fe4d935182345df421fd9c371876067610fffd9f01e354fe1c0808a1_arm64", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:6bfa51c113db6fa35eb1dddcbb3dbcfe977294b1e591352922119cc1e3587104_ppc64le", "9Base-RHACM-2.10:rhacm2/submariner-addon-rhel9@sha256:b5610577b7e548876539816d1e78c05395d26360a7645a760567146064531d12_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:7fdb7c93d7eb7c697c473f906a8184ae3be00856e1e05d9d6759039000dc27ad_s390x", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:919a404fb8ba8fd5eff82c11387c8bad0445f1db15611af620ec2bb4ede04f76_arm64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:ee794a27919f1376d7e79172f9c2bc0d39b671386fd243232a38307913cc335c_amd64", "9Base-RHACM-2.10:rhacm2/thanos-receive-controller-rhel9@sha256:faec7c7c03d44efb9958b682f4fe8d2bc168eeefa2e153e55e5ad3cd168e23f1_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:11afec90d1858ffb3a57e0855debbd0a2083a52a792c1032f03923014528a15f_arm64", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:19e94360cd59290073e11af959dca331dc2f25b44716b3d9ca199159b75e5596_ppc64le", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:833adb4876808cf745e291521726fbc93539978743b3d729e6f89f600475c712_s390x", "9Base-RHACM-2.10:rhacm2/thanos-rhel9@sha256:eb150db5a853ccd5ec4a4ec79552dd0921384c5b82fe036445ec688eff89a822_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:0653
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.17.14 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.17.\n\nRed Hat Product Security has rated this update as having a security impact of important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.17.14. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:0654\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may\ncause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.17/updating/updating_a_cluster/updating-cluster-cli.html", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0653", "url": "https://access.redhat.com/errata/RHSA-2025:0653" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "OCPBUGS-48322", "url": "https://issues.redhat.com/browse/OCPBUGS-48322" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0653.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.14 security and extras update", "tracking": { "current_release_date": "2025-02-20T11:26:50+00:00", "generator": { "date": "2025-02-20T11:26:50+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0653", "initial_release_date": "2025-01-28T00:55:21+00:00", "revision_history": [ { "date": "2025-01-28T00:55:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-28T00:55:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:50+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.17", "product": { "name": "Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.17::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc_arm64", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc_arm64", "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.17.0-202501182234.p0.g289d704.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a_arm64", "product": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a_arm64", "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.17.0-202501220934.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681_arm64", "product": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681_arm64", "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.17.0-202501220934.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258_arm64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258_arm64", "product_id": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501221205.p0.gcc86210.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de_arm64", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de_arm64", "product_id": "openshift4/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.17.0-202501161604.p0.g1a9bad1.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7_arm64", "product": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7_arm64", "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.17.0-202501220934.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c_arm64", "product": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c_arm64", "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.17.0-202501182234.p0.g45e6bc0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37_arm64", "product": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37_arm64", "product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501221205.p0.gcc86210.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d_arm64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d_arm64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.17.0-202501221305.p0.g6c24c11.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5_arm64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5_arm64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.17.0-202501221305.p0.gec3a8a0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f_arm64", "product": { "name": "openshift4/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f_arm64", "product_id": "openshift4/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f_arm64", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.17.0-202501161604.p0.g45e6bc0.assembly.stream.el9" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5_ppc64le", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5_ppc64le", "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.17.0-202501182234.p0.g289d704.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184_ppc64le", "product": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184_ppc64le", "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.17.0-202501220934.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4_ppc64le", "product": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4_ppc64le", "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.17.0-202501220934.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13_ppc64le", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13_ppc64le", "product_id": "openshift4/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.17.0-202501161604.p0.g1a9bad1.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11_ppc64le", "product": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11_ppc64le", "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.17.0-202501220934.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd_ppc64le", "product": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd_ppc64le", "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.17.0-202501182234.p0.g45e6bc0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0_ppc64le", "product": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0_ppc64le", "product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501221205.p0.gcc86210.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a_ppc64le", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a_ppc64le", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.17.0-202501221305.p0.g6c24c11.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e_ppc64le", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e_ppc64le", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.17.0-202501221305.p0.gec3a8a0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa_ppc64le", "product": { "name": "openshift4/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa_ppc64le", "product_id": "openshift4/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.17.0-202501161604.p0.g45e6bc0.assembly.stream.el9" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa_amd64", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa_amd64", "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.17.0-202501182234.p0.g289d704.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae_amd64", "product": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae_amd64", "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.17.0-202501220934.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997_amd64", "product": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997_amd64", "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.17.0-202501220934.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4_amd64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4_amd64", "product_id": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501221205.p0.gcc86210.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136_amd64", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136_amd64", "product_id": "openshift4/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.17.0-202501161604.p0.g1a9bad1.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569_amd64", "product": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569_amd64", "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.17.0-202501220934.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917_amd64", "product": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917_amd64", "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.17.0-202501182234.p0.g45e6bc0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7_amd64", "product": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7_amd64", "product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501221205.p0.gcc86210.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e_amd64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e_amd64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.17.0-202501221305.p0.g6c24c11.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98_amd64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98_amd64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.17.0-202501221305.p0.gec3a8a0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e_amd64", "product": { "name": "openshift4/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e_amd64", "product_id": "openshift4/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e_amd64", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.17.0-202501161604.p0.g45e6bc0.assembly.stream.el9" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e_s390x", "product": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e_s390x", "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.17.0-202501220934.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305_s390x", "product": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305_s390x", "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.17.0-202501220934.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303_s390x", "product": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303_s390x", "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.17.0-202501220934.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec_s390x", "product": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec_s390x", "product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501221205.p0.gcc86210.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813_s390x", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813_s390x", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.17.0-202501221305.p0.g6c24c11.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c_s390x", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c_s390x", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.17.0-202501221305.p0.gec3a8a0.assembly.stream.el9" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258_arm64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4_amd64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa_amd64" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc_arm64" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5_ppc64le" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184_ppc64le" }, "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e_s390x" }, "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a_arm64" }, "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae_amd64" }, "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7_arm64" }, "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569_amd64" }, "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11_ppc64le" }, "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303_s390x" }, "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997_amd64" }, "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4_ppc64le" }, "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305_s390x" }, "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681_arm64" }, "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c_arm64" }, "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd_ppc64le" }, "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917_amd64" }, "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de_arm64" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13_ppc64le" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136_amd64" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37_arm64" }, "product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0_ppc64le" }, "product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7_amd64" }, "product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec_s390x" }, "product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98_amd64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e_ppc64le" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5_arm64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c_s390x" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813_s390x" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e_amd64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a_ppc64le" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d_arm64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f_arm64" }, "product_reference": "openshift4/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa_ppc64le" }, "product_reference": "openshift4/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e_amd64" }, "product_reference": "openshift4/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136_amd64" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T00:55:21+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0653" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917_amd64" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T00:55:21+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0653" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3fe4397f5fe7f586e84f147611c594cb689bfebffbed1d449e872274feb71258_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:b2b01cbf6a1d26da968a3ad303a2183515a874b4b8c2dab53e1146d25ad8b2e4_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:7dea24af45414335f1bd8f058721c2ba2a9bdda9342d453ef7e5d4c3f992d4aa_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:83a10ecb35b4a177481d7fa6a311b601b6ea96f2b4d85becad4cebc123ead0fc_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:9c8b3eed0a3385f54c6af67cb2bb48717c7fc34ad729545587271de329888aa5_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:1c1418b4ab558ac00178c4aca51d7388c518c77e565b4fbb497706857237c184_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:74d7d8b2546502c87fc4e67420e80895c3d02a5f817ef7ba54b7c5e4f719a18e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:7fe7fd7453ef4ed35696203d2aa52e20166d24c783426a04ead9d88ec91d677a_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:b61e9281efb6c68d32c9becc5fe7d7fd601b04f7b2a5815e1c6bd38e69b5a1ae_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:03139664bf88cce6c7a1f28b36b38d05cdd1012cf69f670a66f696b1cd6191d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:1ab884f98586d2c1b14bcd03d3b120b7470b5903101ed9a4096d457e6ab36569_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:238c255a96e26f71d5b40628824a23048f4a3fd32f9fbfe5b94063b0c647ac11_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:6df974dd34bba7a40545655ae6eddf408d3247cd4e6c0f9af3293ebb21bfa303_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:1cb3e47d28a262792f8ab6f3f9f5e26aa867fd4dcd3350792519f54de305e997_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:41ee609ac63866e22b18c311161c5b211da5dbaf504afec79662962eac283ad4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:46db9c0f973a3a0c7a99fcb25fd93ac35b417213dab957888db25f502a581305_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:8d4b5a830af32fbe73996d0ba41d2ebc1c24df28d55521356dbf0cd9588a0681_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:5c92b4acb8df7a117c3a92c4e93fc0304db985a4426ceb90c362bcca517f077c_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:b9ba63d0a7a6930403bf4a19a70d449456219e0331134eafa97dfdfadeae0acd_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:f28540edc42678149c6e9e292a48f20b58f04b1adcb08ba6c8f3c2a5870f5917_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:5d993633cbc2f5c858493ce91e147b4d6fba93c83bc88d64e499a54a25fbf6de_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:7f548c365d7be6285eb755187d6f79aa7f121a13e6f1d3f2c27c9b6988f5ab13_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:eccc98fe2b1697d9961e5184ae1571bed2ffb0a0b52b1e7c6e8e7c6359bfb136_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:3bd3233ffeed2c5720983fdbb03413a0c83c4adf72caa697fe1079f2f553bd37_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:66b130b978ec62641094c839b75fec23dddd6fb95a6f697a72afa8b75b4efee0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:82dc51f470dba32cb720a369d17d7359688db2bf872200250221f19e0f546dc7_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9cee73a132fced89a5144050a24ba7e85da91c85244575e9628f369fe64664ec_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:0aeb88a0d0e7c2bf55dd4c1e3190a57ac9e565f85c904fa1cc30ba6f71a3fc98_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:337f2d985957eccad95eab488ee5a9e6541015191400cee645f68b52edc1fa8e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57c394377ef8db5c9c07901a8ad67a0173d2de8e982a0ce37a51e3dd668198f5_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e98cbe8a93b4fe89512a0e8eaf888cdab29efe96c3387ee8df6d40c6202ba95c_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:1b0fb51af1841fdf3596b4c87a5ddc070fba44c4ce3354f0b22dfc78fec91813_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:5d114f8d48cd00ff9e9b3eb8f2a140149deaa35e9566f7b0e2f3e1d263028f6e_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:78087c1181787f56a2f14f5f6eff7b5e4aa374f1b60c8a92cc500980403a414a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:bfc5730568927a5bcd9ac65f8907c7498bbafa1cffbef65d6299dddb748b2a7d_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:233c86975a0857088b2eff6320c2094674d3dc2393905ced19bfcf0daa48b04f_arm64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:76d75aa93ed829cbde208e1778cb6e33802d7070c863807d0361a69ef01014fa_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:f7c2e60e634c64d88e762e3ebe430305f9548a097fbfd1d04a935ebbb9197b6e_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:1333
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Gatekeeper v3.14.3\n\nGatekeeper is a validating webhook with auditing capabilities that can\nenforce custom resource definition-based policies that are run with the\nOpen Policy Agent (OPA). Gatekeeper is supported through a Red Hat Advanced\nCluster Management for Kubernetes subscription.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Gatekeeper v3.14.3\n\nStarting in v3.14.3, users can specify a `containerArguments` list of names\nand values for both the audit and webhook configurations to be passed to\nthe respective deployment. These will be ignored if the argument has\nalready been set by the operator or specifies an argument listed in the\ndeny list.\n\nStarting in v3.14.3, the following namespaces are exempt from admission\ncontrol:\n\n- kube-*\n- multicluster-engine\n- hypershift\n- hive\n- rhacs-operator\n- open-cluster-*\n- openshift-*\n\nTo disable the default exempt namespaces, set the namespaces you want on\nthe object.\n\nSecurity fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback might cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n\nAdditional Release Notes:\n\n* v3.14.0 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.0\n* v3.14.1 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.1\n* v3.14.2 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.2", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1333", "url": "https://access.redhat.com/errata/RHSA-2025:1333" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.0", "url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.0" }, { "category": "external", "summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.1", "url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.1" }, { "category": "external", "summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.2", "url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.2" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "HYPBLD-547", "url": "https://issues.redhat.com/browse/HYPBLD-547" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1333.json" } ], "title": "Red Hat Security Advisory: Gatekeeper v3.14.3", "tracking": { "current_release_date": "2025-02-20T11:27:44+00:00", "generator": { "date": "2025-02-20T11:27:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1333", "initial_release_date": "2025-02-12T17:36:57+00:00", "revision_history": [ { "date": "2025-02-12T17:36:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-12T17:36:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:27:44+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "gatekeeper 3.14 for RHEL 9", "product": { "name": "gatekeeper 3.14 for RHEL 9", "product_id": "9Base-gatekeeper-3.14", "product_identification_helper": { "cpe": "cpe:/a:redhat:gatekeeper:3.14::el9" } } } ], "category": "product_family", "name": "gatekeeper" }, { "branches": [ { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64", "product": { "name": "gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64", "product_id": "gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.14.2-8" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64", "product": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64", "product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.14.3-2" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le", "product": { "name": "gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le", "product_id": "gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.14.2-8" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le", "product": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le", "product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.14.3-2" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x", "product": { "name": "gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x", "product_id": "gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.14.2-8" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x", "product": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x", "product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.14.3-2" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64", "product": { "name": "gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64", "product_id": "gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.14.2-8" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64", "product": { "name": "gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64", "product_id": "gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-operator-bundle\u0026tag=v3.14.3-3" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64", "product": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64", "product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.14.3-2" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64 as a component of gatekeeper 3.14 for RHEL 9", "product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64" }, "product_reference": "gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64", "relates_to_product_reference": "9Base-gatekeeper-3.14" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le as a component of gatekeeper 3.14 for RHEL 9", "product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le" }, "product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le", "relates_to_product_reference": "9Base-gatekeeper-3.14" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64 as a component of gatekeeper 3.14 for RHEL 9", "product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64" }, "product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64", "relates_to_product_reference": "9Base-gatekeeper-3.14" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64 as a component of gatekeeper 3.14 for RHEL 9", "product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64" }, "product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64", "relates_to_product_reference": "9Base-gatekeeper-3.14" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x as a component of gatekeeper 3.14 for RHEL 9", "product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x" }, "product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x", "relates_to_product_reference": "9Base-gatekeeper-3.14" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le as a component of gatekeeper 3.14 for RHEL 9", "product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le" }, "product_reference": "gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le", "relates_to_product_reference": "9Base-gatekeeper-3.14" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64 as a component of gatekeeper 3.14 for RHEL 9", "product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64" }, "product_reference": "gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64", "relates_to_product_reference": "9Base-gatekeeper-3.14" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64 as a component of gatekeeper 3.14 for RHEL 9", "product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64" }, "product_reference": "gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64", "relates_to_product_reference": "9Base-gatekeeper-3.14" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x as a component of gatekeeper 3.14 for RHEL 9", "product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x" }, "product_reference": "gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x", "relates_to_product_reference": "9Base-gatekeeper-3.14" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-12T17:36:57+00:00", "details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.", "product_ids": [ "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1333" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-12T17:36:57+00:00", "details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.", "product_ids": [ "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1333" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64", "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:0386
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "VolSync v0.10.2 general availability release images, which provide\nenhancements, security fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "VolSync v0.10.2 VolSync is a Kubernetes operator that enables asynchronous replication of persistent volumes within a cluster, or across clusters. After deploying the VolSync operator, it can create and maintain copies of your persistent data.\n\nFor more information about VolSync, see:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync\n\nor the VolSync open source community website at:\nhttps://volsync.readthedocs.io/en/stable/.\n\nThis advisory contains enhancements and updates to the VolSync\ncontainer images.\n\nSecurity fix(es):\n\n* quic-go: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux (CVE-2024-53259) \n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause\nauthorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0386", "url": "https://access.redhat.com/errata/RHSA-2025:0386" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2329991", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329991" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "ACM-16523", "url": "https://issues.redhat.com/browse/ACM-16523" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0386.json" } ], "title": "Red Hat Security Advisory: VolSync 0.10.2 for RHEL 9", "tracking": { "current_release_date": "2025-02-20T11:26:17+00:00", "generator": { "date": "2025-02-20T11:26:17+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0386", "initial_release_date": "2025-01-16T18:36:58+00:00", "revision_history": [ { "date": "2025-01-16T18:36:58+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-16T18:36:58+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:17+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product": { "name": "Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11", "product_identification_helper": { "cpe": "cpe:/a:redhat:acm:2.11::el9" } } } ], "category": "product_family", "name": "Red Hat ACM" }, { "branches": [ { "category": "product_version", "name": "rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64", "product": { "name": "rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64", "product_id": "rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64", "product_identification_helper": { "purl": "pkg:oci/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.10.2-2" } } }, { "category": "product_version", "name": "rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "product": { "name": "rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "product_id": "rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "product_identification_helper": { "purl": "pkg:oci/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-operator-bundle\u0026tag=v0.10.2-3" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "product": { "name": "rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "product_id": "rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.10.2-2" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "product": { "name": "rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "product_id": "rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "product_identification_helper": { "purl": "pkg:oci/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.10.2-2" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "product": { "name": "rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "product_id": "rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "product_identification_helper": { "purl": "pkg:oci/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.10.2-2" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64" }, "product_reference": "rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64" }, "product_reference": "rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le" }, "product_reference": "rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x" }, "product_reference": "rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64" }, "product_reference": "rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.11:rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-16T18:36:58+00:00", "details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync", "product_ids": [ "9Base-RHACM-2.11:rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0386" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-RHACM-2.11:rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHACM-2.11:rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.11:rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-16T18:36:58+00:00", "details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync", "product_ids": [ "9Base-RHACM-2.11:rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0386" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHACM-2.11:rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2024-53259", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "discovery_date": "2024-12-02T17:01:10.568793+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2329991" } ], "notes": [ { "category": "description", "text": "quic-go is an implementation of the QUIC protocol in Go. An off-path attacker can inject an ICMP Packet Too Large packet. Since affected quic-go versions used IP_PMTUDISC_DO, the kernel would then return a \"message too large\" error on sendmsg, i.e. when quic-go attempts to send a packet that exceeds the MTU claimed in that ICMP packet. By setting this value to smaller than 1200 bytes (the minimum MTU for QUIC), the attacker can disrupt a QUIC connection. Crucially, this can be done after completion of the handshake, thereby circumventing any TCP fallback that might be implemented on the application layer (for example, many browsers fall back to HTTP over TCP if they\u0027re unable to establish a QUIC connection). The attacker needs to at least know the client\u0027s IP and port tuple to mount an attack. This vulnerability is fixed in 0.48.2.", "title": "Vulnerability description" }, { "category": "summary", "text": "quic-go: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.11:rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-53259" }, { "category": "external", "summary": "RHBZ#2329991", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329991" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-53259", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53259" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53259", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53259" }, { "category": "external", "summary": "https://github.com/quic-go/quic-go/commit/ca31dd355cbe5fc6c5807992d9d1149c66c96a50", "url": "https://github.com/quic-go/quic-go/commit/ca31dd355cbe5fc6c5807992d9d1149c66c96a50" }, { "category": "external", "summary": "https://github.com/quic-go/quic-go/pull/4729", "url": "https://github.com/quic-go/quic-go/pull/4729" }, { "category": "external", "summary": "https://github.com/quic-go/quic-go/releases/tag/v0.48.2", "url": "https://github.com/quic-go/quic-go/releases/tag/v0.48.2" }, { "category": "external", "summary": "https://github.com/quic-go/quic-go/security/advisories/GHSA-px8v-pp82-rcvr", "url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-px8v-pp82-rcvr" } ], "release_date": "2024-12-02T16:12:40.605000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-16T18:36:58+00:00", "details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync", "product_ids": [ "9Base-RHACM-2.11:rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0386" }, { "category": "workaround", "details": "Use iptables to drop ICMP unreachable packets.", "product_ids": [ "9Base-RHACM-2.11:rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHACM-2.11:rhacm2/volsync-operator-bundle@sha256:1cec6197368b7d5a9712b89786d2b17185081a53ade8a693557da580686007bc_amd64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:1cb132539aa8a0ecb5bf395db48306adcb0ec66deec5c257f54c223b721a65bc_arm64", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:6a041d90d24a4463ee7bc08148ec8c1e811c1b02d9028d66e54ba8be479ae13b_ppc64le", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:86e1cc2f2abbcf13e1a104b1d985c8d7685a6c66fb6f2770bb38da165a597848_s390x", "9Base-RHACM-2.11:rhacm2/volsync-rhel9@sha256:c619a9bde6e0afce2dde87fcbc27148dc9ccf83f522662499e0031315a731ce3_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "quic-go: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux" } ] }
rhsa-2025:0485
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "cert-manager Operator for Red Hat OpenShift 1.15.0", "title": "Topic" }, { "category": "general", "text": "The cert-manager Operator for Red Hat OpenShift builds on top of Kubernetes, introducing certificate authorities and certificates as first-class resource types in the Kubernetes API. This makes it possible to provide certificates-as-a-service to developers working within your Kubernetes cluster.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0485", "url": "https://access.redhat.com/errata/RHSA-2025:0485" }, { "category": "external", "summary": "https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html", "url": "https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0485.json" } ], "title": "Red Hat Security Advisory: cert-manager Operator for Red Hat OpenShift 1.15.0", "tracking": { "current_release_date": "2025-02-20T11:26:53+00:00", "generator": { "date": "2025-02-20T11:26:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0485", "initial_release_date": "2025-01-21T05:59:40+00:00", "revision_history": [ { "date": "2025-01-21T05:59:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-21T05:59:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:53+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "cert-manager operator for Red Hat OpenShift 1.15", "product": { "name": "cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:cert_manager:1.15::el9" } } } ], "category": "product_family", "name": "cert-manager operator for Red Hat OpenShift" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64", "product": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64", "product_id": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64", "product_identification_helper": { "purl": "pkg:oci/cert-manager-operator-rhel9@sha256%3Ab31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "product": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "product_id": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "product_identification_helper": { "purl": "pkg:oci/cert-manager-operator-rhel9@sha256%3A9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd?arch=s390x\u0026repository_url=registry.redhat.io/cert-manager" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "product": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "product_id": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cert-manager-operator-rhel9@sha256%3A6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c?arch=ppc64le\u0026repository_url=registry.redhat.io/cert-manager" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "product": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "product_id": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "product_identification_helper": { "purl": "pkg:oci/cert-manager-operator-rhel9@sha256%3A57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4?arch=arm64\u0026repository_url=registry.redhat.io/cert-manager" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64 as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64" }, "product_reference": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le" }, "product_reference": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x" }, "product_reference": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64 as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" }, "product_reference": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T05:59:40+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used when installing the cert-manager Operator for Red Hat OpenShift.\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a new version of the Operator. No further action is required to upgrade. This is the default setting.\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\nSee https://docs.openshift.com/container- platform/latest/security/cert_manager_operator/index.html for additional information.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0485" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T05:59:40+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used when installing the cert-manager Operator for Red Hat OpenShift.\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a new version of the Operator. No further action is required to upgrade. This is the default setting.\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\nSee https://docs.openshift.com/container- platform/latest/security/cert_manager_operator/index.html for additional information.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0485" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:1324
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details see [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1).", "title": "Topic" }, { "category": "general", "text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1324", "url": "https://access.redhat.com/errata/RHSA-2025:1324" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1324.json" } ], "title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release", "tracking": { "current_release_date": "2025-02-20T11:28:09+00:00", "generator": { "date": "2025-02-20T11:28:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1324", "initial_release_date": "2025-02-11T15:39:16+00:00", "revision_history": [ { "date": "2025-02-11T15:39:16+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-11T15:39:16+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:28:09+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Trusted Artifact Signer 1.1", "product": { "name": "Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9" } } } ], "category": "product_family", "name": "Red Hat Trusted Artifact Signer" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31_amd64", "product": { "name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31_amd64", "product_id": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31_amd64", "product_identification_helper": { "purl": "pkg:oci/timestamp-authority-rhel9@sha256%3A991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738843019" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31_amd64" }, "product_reference": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T15:39:16+00:00", "details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1324" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T15:39:16+00:00", "details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1324" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:991d67eb32d13970a4ee08920a1369da39d2529c34f1eb092952c827635d8d31_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:1334
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated images are now available for Red Hat Advanced Cluster Security (RHACS). The updated image includes security fixes.", "title": "Topic" }, { "category": "general", "text": "This release of RHACS includes fixes for the following security vulnerabilities:\n\n* npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript (CVE-2024-11831)\n\n* go-git: Argument injection via the URL field (CVE-2025-21613)\n\n* go-git: Go-git clients vulnerable to DoS via maliciously crafted Git server replies (CVE-2025-21614)\n\n* golang.org/x/crypto: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1334", "url": "https://access.redhat.com/errata/RHSA-2025:1334" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2312579", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312579" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "2335888", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888" }, { "category": "external", "summary": "2335901", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335901" }, { "category": "external", "summary": "ROX-27932", "url": "https://issues.redhat.com/browse/ROX-27932" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1334.json" } ], "title": "Red Hat Security Advisory: ACS 4.5 enhancement and security update", "tracking": { "current_release_date": "2025-02-20T11:27:41+00:00", "generator": { "date": "2025-02-20T11:27:41+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1334", "initial_release_date": "2025-02-11T21:20:30+00:00", "revision_history": [ { "date": "2025-02-11T21:20:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-11T21:20:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:27:41+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "RHACS 4.5 for RHEL 8", "product": { "name": "RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5", "product_identification_helper": { "cpe": "cpe:/a:redhat:advanced_cluster_security:4.5::el8" } } } ], "category": "product_family", "name": "Red Hat Advanced Cluster Security for Kubernetes" }, { "branches": [ { "category": "product_version", "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.5.6-3" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.5.6-3" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.5.6-1" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.5.6-1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "product": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "product": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "product": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "product": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "product": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.5.6-3" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "product": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "product": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.5.6-3" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.5.6-1" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.5.6-1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "product": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "product": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "product": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "product": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "product": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.5.6-3" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "product": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "product": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.5.6-3" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.5.6-1" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.5.6-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.5.6-1" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x" }, "product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64 as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64" }, "product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64 as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64" }, "product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x" }, "product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x" }, "product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64 as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64" }, "product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64 as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64" }, "product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x" }, "product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64 as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64" }, "product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x" }, "product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64 as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64" }, "product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x" }, "product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x" }, "product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64 as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64" }, "product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64 as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64 as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64 as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64 as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64 as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64 as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.5" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x as a component of RHACS 4.5 for RHEL 8", "product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x", "relates_to_product_reference": "8Base-RHACS-4.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-11831", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-09-16T16:43:32.021000+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2312579" } ], "notes": [ { "category": "description", "text": "A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.", "title": "Vulnerability description" }, { "category": "summary", "text": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x" ], "known_not_affected": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-11831" }, { "category": "external", "summary": "RHBZ#2312579", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312579" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-11831", "url": "https://www.cve.org/CVERecord?id=CVE-2024-11831" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831" }, { "category": "external", "summary": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e", "url": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e" }, { "category": "external", "summary": "https://github.com/yahoo/serialize-javascript/pull/173", "url": "https://github.com/yahoo/serialize-javascript/pull/173" } ], "release_date": "2024-09-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T21:20:30+00:00", "details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to this patch release 4.5.6.", "product_ids": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1334" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript" }, { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le" ], "known_not_affected": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T21:20:30+00:00", "details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to this patch release 4.5.6.", "product_ids": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1334" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le" ], "known_not_affected": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T21:20:30+00:00", "details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to this patch release 4.5.6.", "product_ids": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1334" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2025-21613", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2025-01-06T17:00:41.244449+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2335888" } ], "notes": [ { "category": "description", "text": "An argument injection vulnerability was found in go-git. This flaw allows an attacker to set arbitrary values to git-upload-pack flags, leading to command or code execution, exposure of sensitive data, or other unintended behavior. This is only possible in configurations where the file transport protocol is being used.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-git: argument injection via the URL field", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ], "known_not_affected": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21613" }, { "category": "external", "summary": "RHBZ#2335888", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21613", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21613" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613" }, { "category": "external", "summary": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m", "url": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m" } ], "release_date": "2025-01-06T16:13:10.611000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T21:20:30+00:00", "details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to this patch release 4.5.6.", "product_ids": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1334" }, { "category": "workaround", "details": "In cases where it is not possible to update to the latest version of go-git, it is recommended to enforce validation rules for values passed in the URL field.", "product_ids": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "go-git: argument injection via the URL field" }, { "cve": "CVE-2025-21614", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-01-06T17:01:36.743039+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2335901" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in go-git. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server, which triggers resource exhaustion in go-git clients.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ], "known_not_affected": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21614" }, { "category": "external", "summary": "RHBZ#2335901", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335901" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21614", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21614" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614" }, { "category": "external", "summary": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4", "url": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4" } ], "release_date": "2025-01-06T16:20:16.140000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T21:20:30+00:00", "details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to this patch release 4.5.6.", "product_ids": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1334" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le", "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies" } ] }
rhsa-2025:0676
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Multicluster Engine for Kubernetes 2.5.8 General Availability release images, \nwhich provide enhancements, bug fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Multicluster engine for Kubernetes v2.5.8 images\n\nMulticluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.\n\nSecurity Fix(es):\n\n* Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0676", "url": "https://access.redhat.com/errata/RHSA-2025:0676" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0676.json" } ], "title": "Red Hat Security Advisory: Multicluster Engine for Kubernetes 2.5.8 security updates and bug fixes", "tracking": { "current_release_date": "2025-02-20T02:07:47+00:00", "generator": { "date": "2025-02-20T02:07:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0676", "initial_release_date": "2025-01-23T20:15:51+00:00", "revision_history": [ { "date": "2025-01-23T20:15:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-23T20:15:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T02:07:47+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "multicluster engine for Kubernetes 2.5 for RHEL 9", "product": { "name": "multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5", "product_identification_helper": { "cpe": "cpe:/a:redhat:multicluster_engine:2.5::el8" } } }, { "category": "product_name", "name": "multicluster engine for Kubernetes 2.5 for RHEL 8", "product": { "name": "multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5", "product_identification_helper": { "cpe": "cpe:/a:redhat:multicluster_engine:2.5::el8" } } } ], "category": "product_family", "name": "multicluster engine for Kubernetes" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel9@sha256:c049f56835b3bc82ed6099f86956438b3a69a4ec13658b83f048c3d473ec7dca_s390x", "product": { "name": "multicluster-engine/addon-manager-rhel9@sha256:c049f56835b3bc82ed6099f86956438b3a69a4ec13658b83f048c3d473ec7dca_s390x", "product_id": "multicluster-engine/addon-manager-rhel9@sha256:c049f56835b3bc82ed6099f86956438b3a69a4ec13658b83f048c3d473ec7dca_s390x", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel9@sha256:c049f56835b3bc82ed6099f86956438b3a69a4ec13658b83f048c3d473ec7dca?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.5.8-20" } } }, { "category": "product_version", "name": "multicluster-engine/agent-service-rhel8@sha256:12233e3d9e7b38d043c9154ae6a136ecf0bf3018eaa7fdbfe143e607a5a91004_s390x", "product": { "name": "multicluster-engine/agent-service-rhel8@sha256:12233e3d9e7b38d043c9154ae6a136ecf0bf3018eaa7fdbfe143e607a5a91004_s390x", "product_id": "multicluster-engine/agent-service-rhel8@sha256:12233e3d9e7b38d043c9154ae6a136ecf0bf3018eaa7fdbfe143e607a5a91004_s390x", "product_identification_helper": { "purl": "pkg:oci/agent-service-rhel8@sha256:12233e3d9e7b38d043c9154ae6a136ecf0bf3018eaa7fdbfe143e607a5a91004?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.5.8-24" } } }, { "category": "product_version", "name": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:8f1bca89c4f9bce28f1a75f23fcf12b7261eda6c9f5c1fd326ef2ff93f38ed41_s390x", "product": { "name": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:8f1bca89c4f9bce28f1a75f23fcf12b7261eda6c9f5c1fd326ef2ff93f38ed41_s390x", "product_id": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:8f1bca89c4f9bce28f1a75f23fcf12b7261eda6c9f5c1fd326ef2ff93f38ed41_s390x", "product_identification_helper": { "purl": "pkg:oci/apiserver-network-proxy-rhel9@sha256:8f1bca89c4f9bce28f1a75f23fcf12b7261eda6c9f5c1fd326ef2ff93f38ed41?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel9\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel8@sha256:e98754debfa674b2a915355f514fa51feadb8249267042353485c38c41d8f65b_s390x", "product": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:e98754debfa674b2a915355f514fa51feadb8249267042353485c38c41d8f65b_s390x", "product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:e98754debfa674b2a915355f514fa51feadb8249267042353485c38c41d8f65b_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:e98754debfa674b2a915355f514fa51feadb8249267042353485c38c41d8f65b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:99e807ff6393e891ee057e9954efa0b69bcab21df47739a4d064bfdc1ed8c18f_s390x", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:99e807ff6393e891ee057e9954efa0b69bcab21df47739a4d064bfdc1ed8c18f_s390x", "product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:99e807ff6393e891ee057e9954efa0b69bcab21df47739a4d064bfdc1ed8c18f_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:99e807ff6393e891ee057e9954efa0b69bcab21df47739a4d064bfdc1ed8c18f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel8@sha256:f39f0eaf3a9bbd119af9fe6cbcdcaf92f772e9c9652acfc7393eae0302d62035_s390x", "product": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:f39f0eaf3a9bbd119af9fe6cbcdcaf92f772e9c9652acfc7393eae0302d62035_s390x", "product_id": "multicluster-engine/assisted-installer-rhel8@sha256:f39f0eaf3a9bbd119af9fe6cbcdcaf92f772e9c9652acfc7393eae0302d62035_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:f39f0eaf3a9bbd119af9fe6cbcdcaf92f772e9c9652acfc7393eae0302d62035?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.5.8-11" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:706a19d118c7f4f2cd70c8845bbf8a25194b7f91a5e0f4562dd3a8cb05085d65_s390x", "product": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:706a19d118c7f4f2cd70c8845bbf8a25194b7f91a5e0f4562dd3a8cb05085d65_s390x", "product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:706a19d118c7f4f2cd70c8845bbf8a25194b7f91a5e0f4562dd3a8cb05085d65_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:706a19d118c7f4f2cd70c8845bbf8a25194b7f91a5e0f4562dd3a8cb05085d65?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/aws-encryption-provider-rhel9@sha256:a783f9602f70bd55a7961a2572fb6e676d1f9d5d37bce474e84544d597586c17_s390x", "product": { "name": "multicluster-engine/aws-encryption-provider-rhel9@sha256:a783f9602f70bd55a7961a2572fb6e676d1f9d5d37bce474e84544d597586c17_s390x", "product_id": "multicluster-engine/aws-encryption-provider-rhel9@sha256:a783f9602f70bd55a7961a2572fb6e676d1f9d5d37bce474e84544d597586c17_s390x", "product_identification_helper": { "purl": "pkg:oci/aws-encryption-provider-rhel9@sha256:a783f9602f70bd55a7961a2572fb6e676d1f9d5d37bce474e84544d597586c17?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel9\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel9@sha256:a6863f5558925b453a8b90d0bf17aab5647cb6fae8d5e7efddf120bf37e5ddbd_s390x", "product": { "name": "multicluster-engine/cluster-api-rhel9@sha256:a6863f5558925b453a8b90d0bf17aab5647cb6fae8d5e7efddf120bf37e5ddbd_s390x", "product_id": "multicluster-engine/cluster-api-rhel9@sha256:a6863f5558925b453a8b90d0bf17aab5647cb6fae8d5e7efddf120bf37e5ddbd_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel9@sha256:a6863f5558925b453a8b90d0bf17aab5647cb6fae8d5e7efddf120bf37e5ddbd?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b3aaf8701067d4bf41765c4aaa57911428b13828616228daf3ab2653c03a0f11_s390x", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b3aaf8701067d4bf41765c4aaa57911428b13828616228daf3ab2653c03a0f11_s390x", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b3aaf8701067d4bf41765c4aaa57911428b13828616228daf3ab2653c03a0f11_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:b3aaf8701067d4bf41765c4aaa57911428b13828616228daf3ab2653c03a0f11?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0fd7bcf26457bc7d180bf015e2f8c6293840c6db207009ebdc55444469a60952_s390x", "product": { "name": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0fd7bcf26457bc7d180bf015e2f8c6293840c6db207009ebdc55444469a60952_s390x", "product_id": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0fd7bcf26457bc7d180bf015e2f8c6293840c6db207009ebdc55444469a60952_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256:0fd7bcf26457bc7d180bf015e2f8c6293840c6db207009ebdc55444469a60952?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9\u0026tag=v2.5.8-9" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:51e8515f6ddbb9cf130a5aa5c655ac06379cd164e123d1ef2c33fe2ffa4daf2f_s390x", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:51e8515f6ddbb9cf130a5aa5c655ac06379cd164e123d1ef2c33fe2ffa4daf2f_s390x", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:51e8515f6ddbb9cf130a5aa5c655ac06379cd164e123d1ef2c33fe2ffa4daf2f_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:51e8515f6ddbb9cf130a5aa5c655ac06379cd164e123d1ef2c33fe2ffa4daf2f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.5.8-9" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:4459a7eaba41dec2713da61be9d7b9bff6782e35ef16c1c95e17b820222b5ab9_s390x", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:4459a7eaba41dec2713da61be9d7b9bff6782e35ef16c1c95e17b820222b5ab9_s390x", "product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:4459a7eaba41dec2713da61be9d7b9bff6782e35ef16c1c95e17b820222b5ab9_s390x", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:4459a7eaba41dec2713da61be9d7b9bff6782e35ef16c1c95e17b820222b5ab9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.5.8-13" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:eff5398597d1eb83eaf64be972cbebc5a237081d68b9744cddab5dc5d94b9b37_s390x", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:eff5398597d1eb83eaf64be972cbebc5a237081d68b9744cddab5dc5d94b9b37_s390x", "product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:eff5398597d1eb83eaf64be972cbebc5a237081d68b9744cddab5dc5d94b9b37_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:eff5398597d1eb83eaf64be972cbebc5a237081d68b9744cddab5dc5d94b9b37?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.5.8-15" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:729f62f681c17e72fa73034fc1347956de5303c6590937bdb85a41bc2165cee2_s390x", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:729f62f681c17e72fa73034fc1347956de5303c6590937bdb85a41bc2165cee2_s390x", "product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:729f62f681c17e72fa73034fc1347956de5303c6590937bdb85a41bc2165cee2_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:729f62f681c17e72fa73034fc1347956de5303c6590937bdb85a41bc2165cee2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.5.8-13" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:984b804f2bd3422615192722968aa7751f12a6557e79ea2ef024e3a5e10cec1b_s390x", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:984b804f2bd3422615192722968aa7751f12a6557e79ea2ef024e3a5e10cec1b_s390x", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:984b804f2bd3422615192722968aa7751f12a6557e79ea2ef024e3a5e10cec1b_s390x", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:984b804f2bd3422615192722968aa7751f12a6557e79ea2ef024e3a5e10cec1b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.5.8-14" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:31be0d1e0a81b82307150419e3b4652b18dc6bfe2aa0268e62a0b8d6366f3e26_s390x", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:31be0d1e0a81b82307150419e3b4652b18dc6bfe2aa0268e62a0b8d6366f3e26_s390x", "product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:31be0d1e0a81b82307150419e3b4652b18dc6bfe2aa0268e62a0b8d6366f3e26_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:31be0d1e0a81b82307150419e3b4652b18dc6bfe2aa0268e62a0b8d6366f3e26?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel9@sha256:81dc4d6027317ddbad8c6dd11d6d61163e43c2fe97c2202da2b7b45ae5d21a91_s390x", "product": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:81dc4d6027317ddbad8c6dd11d6d61163e43c2fe97c2202da2b7b45ae5d21a91_s390x", "product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:81dc4d6027317ddbad8c6dd11d6d61163e43c2fe97c2202da2b7b45ae5d21a91_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel9@sha256:81dc4d6027317ddbad8c6dd11d6d61163e43c2fe97c2202da2b7b45ae5d21a91?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel9@sha256:deb96c8f55f1da36c64370cf86e70bb68445442725d9e8ecb3298d5944568c0d_s390x", "product": { "name": "multicluster-engine/console-mce-rhel9@sha256:deb96c8f55f1da36c64370cf86e70bb68445442725d9e8ecb3298d5944568c0d_s390x", "product_id": "multicluster-engine/console-mce-rhel9@sha256:deb96c8f55f1da36c64370cf86e70bb68445442725d9e8ecb3298d5944568c0d_s390x", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel9@sha256:deb96c8f55f1da36c64370cf86e70bb68445442725d9e8ecb3298d5944568c0d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.5.8-24" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel9@sha256:b02221e80623fcaf1e4dbecc432ab92bfe5e3f0eefe412ec69d17720e4eadcda_s390x", "product": { "name": "multicluster-engine/discovery-rhel9@sha256:b02221e80623fcaf1e4dbecc432ab92bfe5e3f0eefe412ec69d17720e4eadcda_s390x", "product_id": "multicluster-engine/discovery-rhel9@sha256:b02221e80623fcaf1e4dbecc432ab92bfe5e3f0eefe412ec69d17720e4eadcda_s390x", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel9@sha256:b02221e80623fcaf1e4dbecc432ab92bfe5e3f0eefe412ec69d17720e4eadcda?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.5.8-24" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel8@sha256:33917ca14f190a96e5e687d6241b31990638ad2bf6c3cd25b7d8e0de59e36f9c_s390x", "product": { "name": "multicluster-engine/hive-rhel8@sha256:33917ca14f190a96e5e687d6241b31990638ad2bf6c3cd25b7d8e0de59e36f9c_s390x", "product_id": "multicluster-engine/hive-rhel8@sha256:33917ca14f190a96e5e687d6241b31990638ad2bf6c3cd25b7d8e0de59e36f9c_s390x", "product_identification_helper": { "purl": "pkg:oci/hive-rhel8@sha256:33917ca14f190a96e5e687d6241b31990638ad2bf6c3cd25b7d8e0de59e36f9c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:c543a41e5aaf0f4da983dae7e0c13ec95afb45f6451726b5e8fdc70a76e742d9_s390x", "product": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:c543a41e5aaf0f4da983dae7e0c13ec95afb45f6451726b5e8fdc70a76e742d9_s390x", "product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:c543a41e5aaf0f4da983dae7e0c13ec95afb45f6451726b5e8fdc70a76e742d9_s390x", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:c543a41e5aaf0f4da983dae7e0c13ec95afb45f6451726b5e8fdc70a76e742d9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.5.8-11" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel9@sha256:9b290087ce4b45d390ff125650114e295315d4d2ef07f726e4664cc2055328e4_s390x", "product": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:9b290087ce4b45d390ff125650114e295315d4d2ef07f726e4664cc2055328e4_s390x", "product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:9b290087ce4b45d390ff125650114e295315d4d2ef07f726e4664cc2055328e4_s390x", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel9@sha256:9b290087ce4b45d390ff125650114e295315d4d2ef07f726e4664cc2055328e4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.5.8-42" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel9-operator@sha256:fdb1770628d1558de9a2669d3d7421c758555480a46d249f7ecfba10e2f07249_s390x", "product": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:fdb1770628d1558de9a2669d3d7421c758555480a46d249f7ecfba10e2f07249_s390x", "product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:fdb1770628d1558de9a2669d3d7421c758555480a46d249f7ecfba10e2f07249_s390x", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel9-operator@sha256:fdb1770628d1558de9a2669d3d7421c758555480a46d249f7ecfba10e2f07249?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.5.8-38" } } }, { "category": "product_version", "name": "multicluster-engine/image-based-install-rhel9@sha256:be2f093b484582b0d7e23edda48f842a85c261118a7407f436368ac9c4b1984d_s390x", "product": { "name": "multicluster-engine/image-based-install-rhel9@sha256:be2f093b484582b0d7e23edda48f842a85c261118a7407f436368ac9c4b1984d_s390x", "product_id": "multicluster-engine/image-based-install-rhel9@sha256:be2f093b484582b0d7e23edda48f842a85c261118a7407f436368ac9c4b1984d_s390x", "product_identification_helper": { "purl": "pkg:oci/image-based-install-rhel9@sha256:be2f093b484582b0d7e23edda48f842a85c261118a7407f436368ac9c4b1984d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.5.8-90" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c0ed96eb9bad59d7f648b78f153eafcad6b4556a3a28d5b08d0f0f64833e1668_s390x", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c0ed96eb9bad59d7f648b78f153eafcad6b4556a3a28d5b08d0f0f64833e1668_s390x", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c0ed96eb9bad59d7f648b78f153eafcad6b4556a3a28d5b08d0f0f64833e1668_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:c0ed96eb9bad59d7f648b78f153eafcad6b4556a3a28d5b08d0f0f64833e1668?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:fed3b58218994bc9ce2692f0a08297b0bc1c5af3c817dc53ae8eeac775e54ac1_s390x", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:fed3b58218994bc9ce2692f0a08297b0bc1c5af3c817dc53ae8eeac775e54ac1_s390x", "product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:fed3b58218994bc9ce2692f0a08297b0bc1c5af3c817dc53ae8eeac775e54ac1_s390x", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:fed3b58218994bc9ce2692f0a08297b0bc1c5af3c817dc53ae8eeac775e54ac1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.5.8-14" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:20ea99f2687a728509bf1982baf575ae41ebc385e7ba9a51b3380f0efe209969_s390x", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:20ea99f2687a728509bf1982baf575ae41ebc385e7ba9a51b3380f0efe209969_s390x", "product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:20ea99f2687a728509bf1982baf575ae41ebc385e7ba9a51b3380f0efe209969_s390x", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:20ea99f2687a728509bf1982baf575ae41ebc385e7ba9a51b3380f0efe209969?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.5.8-19" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel9@sha256:d239ac631bce37c7564ab0f6ab8d543969f138c3b46b8131d3c913a220a1b9e7_s390x", "product": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:d239ac631bce37c7564ab0f6ab8d543969f138c3b46b8131d3c913a220a1b9e7_s390x", "product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:d239ac631bce37c7564ab0f6ab8d543969f138c3b46b8131d3c913a220a1b9e7_s390x", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel9@sha256:d239ac631bce37c7564ab0f6ab8d543969f138c3b46b8131d3c913a220a1b9e7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.5.8-13" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel9@sha256:de712016dad4a8fd5c94763fde2849c0a9e69b131f87f4f5adb0f4c7f3632e62_s390x", "product": { "name": "multicluster-engine/must-gather-rhel9@sha256:de712016dad4a8fd5c94763fde2849c0a9e69b131f87f4f5adb0f4c7f3632e62_s390x", "product_id": "multicluster-engine/must-gather-rhel9@sha256:de712016dad4a8fd5c94763fde2849c0a9e69b131f87f4f5adb0f4c7f3632e62_s390x", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel9@sha256:de712016dad4a8fd5c94763fde2849c0a9e69b131f87f4f5adb0f4c7f3632e62?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.5.8-26" } } }, { "category": "product_version", "name": "multicluster-engine/mce-operator-bundle@sha256:032479435dfeca1d80575446d8b1a481b4902258f4464754fcbde4ffb3dd45f0_s390x", "product": { "name": "multicluster-engine/mce-operator-bundle@sha256:032479435dfeca1d80575446d8b1a481b4902258f4464754fcbde4ffb3dd45f0_s390x", "product_id": "multicluster-engine/mce-operator-bundle@sha256:032479435dfeca1d80575446d8b1a481b4902258f4464754fcbde4ffb3dd45f0_s390x", "product_identification_helper": { "purl": "pkg:oci/mce-operator-bundle@sha256:032479435dfeca1d80575446d8b1a481b4902258f4464754fcbde4ffb3dd45f0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.5.8-60" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel9-operator@sha256:215cd09b50eb4c56127b5a060e3e6aad9507c9fd1d6a3b79f71f277c5acc4577_s390x", "product": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:215cd09b50eb4c56127b5a060e3e6aad9507c9fd1d6a3b79f71f277c5acc4577_s390x", "product_id": "multicluster-engine/backplane-rhel9-operator@sha256:215cd09b50eb4c56127b5a060e3e6aad9507c9fd1d6a3b79f71f277c5acc4577_s390x", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel9-operator@sha256:215cd09b50eb4c56127b5a060e3e6aad9507c9fd1d6a3b79f71f277c5acc4577?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.5.8-29" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel9@sha256:9363cc50ad93f0a4efdd47d26b397e7d1bce8f62425c0857852fbc28a9375563_s390x", "product": { "name": "multicluster-engine/placement-rhel9@sha256:9363cc50ad93f0a4efdd47d26b397e7d1bce8f62425c0857852fbc28a9375563_s390x", "product_id": "multicluster-engine/placement-rhel9@sha256:9363cc50ad93f0a4efdd47d26b397e7d1bce8f62425c0857852fbc28a9375563_s390x", "product_identification_helper": { "purl": "pkg:oci/placement-rhel9@sha256:9363cc50ad93f0a4efdd47d26b397e7d1bce8f62425c0857852fbc28a9375563?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.5.8-20" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:6d80aa41b51824983d43fa2c207a16f5bebbccc3dee648e1e2c9536664de45ae_s390x", "product": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:6d80aa41b51824983d43fa2c207a16f5bebbccc3dee648e1e2c9536664de45ae_s390x", "product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:6d80aa41b51824983d43fa2c207a16f5bebbccc3dee648e1e2c9536664de45ae_s390x", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel9@sha256:6d80aa41b51824983d43fa2c207a16f5bebbccc3dee648e1e2c9536664de45ae?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel9@sha256:ca5ad65b1965075eef55020af57592453538e3ddfdeda43742b315f519cf7907_s390x", "product": { "name": "multicluster-engine/registration-rhel9@sha256:ca5ad65b1965075eef55020af57592453538e3ddfdeda43742b315f519cf7907_s390x", "product_id": "multicluster-engine/registration-rhel9@sha256:ca5ad65b1965075eef55020af57592453538e3ddfdeda43742b315f519cf7907_s390x", "product_identification_helper": { "purl": "pkg:oci/registration-rhel9@sha256:ca5ad65b1965075eef55020af57592453538e3ddfdeda43742b315f519cf7907?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.5.8-20" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel9@sha256:358ac529d576601556dd7536ebe99031cfaa5275de59c6d9ea57d99ef1631521_s390x", "product": { "name": "multicluster-engine/registration-operator-rhel9@sha256:358ac529d576601556dd7536ebe99031cfaa5275de59c6d9ea57d99ef1631521_s390x", "product_id": "multicluster-engine/registration-operator-rhel9@sha256:358ac529d576601556dd7536ebe99031cfaa5275de59c6d9ea57d99ef1631521_s390x", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel9@sha256:358ac529d576601556dd7536ebe99031cfaa5275de59c6d9ea57d99ef1631521?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.5.8-19" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel9@sha256:17177841295c70fb1fdbe58a356951311f402295c0f7c1da68d5f6fdee7d1fdc_s390x", "product": { "name": "multicluster-engine/work-rhel9@sha256:17177841295c70fb1fdbe58a356951311f402295c0f7c1da68d5f6fdee7d1fdc_s390x", "product_id": "multicluster-engine/work-rhel9@sha256:17177841295c70fb1fdbe58a356951311f402295c0f7c1da68d5f6fdee7d1fdc_s390x", "product_identification_helper": { "purl": "pkg:oci/work-rhel9@sha256:17177841295c70fb1fdbe58a356951311f402295c0f7c1da68d5f6fdee7d1fdc?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.5.8-20" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel9@sha256:e0b2729900fe9b75fb2d56a1f52e0b4f23dc4328e41e18fa00194045ed1584aa_ppc64le", "product": { "name": "multicluster-engine/addon-manager-rhel9@sha256:e0b2729900fe9b75fb2d56a1f52e0b4f23dc4328e41e18fa00194045ed1584aa_ppc64le", "product_id": "multicluster-engine/addon-manager-rhel9@sha256:e0b2729900fe9b75fb2d56a1f52e0b4f23dc4328e41e18fa00194045ed1584aa_ppc64le", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel9@sha256:e0b2729900fe9b75fb2d56a1f52e0b4f23dc4328e41e18fa00194045ed1584aa?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.5.8-20" } } }, { "category": "product_version", "name": "multicluster-engine/agent-service-rhel8@sha256:9966ef212014efb9edd0c9a61fb395de50046afbf473c9a1f0563e1d60eb9613_ppc64le", "product": { "name": "multicluster-engine/agent-service-rhel8@sha256:9966ef212014efb9edd0c9a61fb395de50046afbf473c9a1f0563e1d60eb9613_ppc64le", "product_id": "multicluster-engine/agent-service-rhel8@sha256:9966ef212014efb9edd0c9a61fb395de50046afbf473c9a1f0563e1d60eb9613_ppc64le", "product_identification_helper": { "purl": "pkg:oci/agent-service-rhel8@sha256:9966ef212014efb9edd0c9a61fb395de50046afbf473c9a1f0563e1d60eb9613?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.5.8-24" } } }, { "category": "product_version", "name": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:e4cd67b8ac5f96b343ece5d2be1f23da546dbbf4ac73782371fe8117e2921653_ppc64le", "product": { "name": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:e4cd67b8ac5f96b343ece5d2be1f23da546dbbf4ac73782371fe8117e2921653_ppc64le", "product_id": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:e4cd67b8ac5f96b343ece5d2be1f23da546dbbf4ac73782371fe8117e2921653_ppc64le", "product_identification_helper": { "purl": "pkg:oci/apiserver-network-proxy-rhel9@sha256:e4cd67b8ac5f96b343ece5d2be1f23da546dbbf4ac73782371fe8117e2921653?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel9\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel8@sha256:2ec5b1ec0af80cae22f9e8431c975ca03a78d7912036212796027799d194e0b1_ppc64le", "product": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:2ec5b1ec0af80cae22f9e8431c975ca03a78d7912036212796027799d194e0b1_ppc64le", "product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:2ec5b1ec0af80cae22f9e8431c975ca03a78d7912036212796027799d194e0b1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:2ec5b1ec0af80cae22f9e8431c975ca03a78d7912036212796027799d194e0b1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5d07d81e69f4907ae32e2e5ec922cd2219bda7a6d7d25e21fefcca4eae8edaa3_ppc64le", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5d07d81e69f4907ae32e2e5ec922cd2219bda7a6d7d25e21fefcca4eae8edaa3_ppc64le", "product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5d07d81e69f4907ae32e2e5ec922cd2219bda7a6d7d25e21fefcca4eae8edaa3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:5d07d81e69f4907ae32e2e5ec922cd2219bda7a6d7d25e21fefcca4eae8edaa3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel8@sha256:b7d9d52eeae9f5f83e1149b718df47255dd7bb35a7a5974bb013512cf31ec0c7_ppc64le", "product": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:b7d9d52eeae9f5f83e1149b718df47255dd7bb35a7a5974bb013512cf31ec0c7_ppc64le", "product_id": "multicluster-engine/assisted-installer-rhel8@sha256:b7d9d52eeae9f5f83e1149b718df47255dd7bb35a7a5974bb013512cf31ec0c7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:b7d9d52eeae9f5f83e1149b718df47255dd7bb35a7a5974bb013512cf31ec0c7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.5.8-11" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:277b08ec10dd3a68b7608c1d4fd080f15b409a749292cd76c6c8873e98987297_ppc64le", "product": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:277b08ec10dd3a68b7608c1d4fd080f15b409a749292cd76c6c8873e98987297_ppc64le", "product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:277b08ec10dd3a68b7608c1d4fd080f15b409a749292cd76c6c8873e98987297_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:277b08ec10dd3a68b7608c1d4fd080f15b409a749292cd76c6c8873e98987297?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/aws-encryption-provider-rhel9@sha256:9393810a8b520eb7ec1af425fb7f03cc5d6d590e0ed6bb4eaf5dcf6278a1abff_ppc64le", "product": { "name": "multicluster-engine/aws-encryption-provider-rhel9@sha256:9393810a8b520eb7ec1af425fb7f03cc5d6d590e0ed6bb4eaf5dcf6278a1abff_ppc64le", "product_id": "multicluster-engine/aws-encryption-provider-rhel9@sha256:9393810a8b520eb7ec1af425fb7f03cc5d6d590e0ed6bb4eaf5dcf6278a1abff_ppc64le", "product_identification_helper": { "purl": "pkg:oci/aws-encryption-provider-rhel9@sha256:9393810a8b520eb7ec1af425fb7f03cc5d6d590e0ed6bb4eaf5dcf6278a1abff?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel9\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel9@sha256:8cd689d0d732ded5a5cb6092724cc048b8799b1b17142985b057af82542df416_ppc64le", "product": { "name": "multicluster-engine/cluster-api-rhel9@sha256:8cd689d0d732ded5a5cb6092724cc048b8799b1b17142985b057af82542df416_ppc64le", "product_id": "multicluster-engine/cluster-api-rhel9@sha256:8cd689d0d732ded5a5cb6092724cc048b8799b1b17142985b057af82542df416_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel9@sha256:8cd689d0d732ded5a5cb6092724cc048b8799b1b17142985b057af82542df416?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:ce2e3f3a3a296264d13dd92e6bf9aad02e3784c895ee462b7ded43cfe486ee56_ppc64le", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:ce2e3f3a3a296264d13dd92e6bf9aad02e3784c895ee462b7ded43cfe486ee56_ppc64le", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:ce2e3f3a3a296264d13dd92e6bf9aad02e3784c895ee462b7ded43cfe486ee56_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:ce2e3f3a3a296264d13dd92e6bf9aad02e3784c895ee462b7ded43cfe486ee56?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:93b8b69a75f42410925c7f3546bc527158a07ae6f8259969855c509783c8a1c8_ppc64le", "product": { "name": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:93b8b69a75f42410925c7f3546bc527158a07ae6f8259969855c509783c8a1c8_ppc64le", "product_id": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:93b8b69a75f42410925c7f3546bc527158a07ae6f8259969855c509783c8a1c8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256:93b8b69a75f42410925c7f3546bc527158a07ae6f8259969855c509783c8a1c8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9\u0026tag=v2.5.8-9" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3e574777db2aea697bee325a96b3060bbb73a1ef08090c8554a1578963ff33c6_ppc64le", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3e574777db2aea697bee325a96b3060bbb73a1ef08090c8554a1578963ff33c6_ppc64le", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3e574777db2aea697bee325a96b3060bbb73a1ef08090c8554a1578963ff33c6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:3e574777db2aea697bee325a96b3060bbb73a1ef08090c8554a1578963ff33c6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.5.8-9" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:dccbf83f41a9d5b1ff92c6a7b3ea139887c303cb9f27c3100f854ddc4b18d0e3_ppc64le", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:dccbf83f41a9d5b1ff92c6a7b3ea139887c303cb9f27c3100f854ddc4b18d0e3_ppc64le", "product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:dccbf83f41a9d5b1ff92c6a7b3ea139887c303cb9f27c3100f854ddc4b18d0e3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:dccbf83f41a9d5b1ff92c6a7b3ea139887c303cb9f27c3100f854ddc4b18d0e3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.5.8-13" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:37f44868fa304898b14dab6bfad4e029778b05bbcf39ae839ca2d2d5ece0d497_ppc64le", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:37f44868fa304898b14dab6bfad4e029778b05bbcf39ae839ca2d2d5ece0d497_ppc64le", "product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:37f44868fa304898b14dab6bfad4e029778b05bbcf39ae839ca2d2d5ece0d497_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:37f44868fa304898b14dab6bfad4e029778b05bbcf39ae839ca2d2d5ece0d497?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.5.8-15" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:d55cc6e4ebd8066981b5206af262d32dbc920ef02b19effbc0ca4d7de3c93b63_ppc64le", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:d55cc6e4ebd8066981b5206af262d32dbc920ef02b19effbc0ca4d7de3c93b63_ppc64le", "product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:d55cc6e4ebd8066981b5206af262d32dbc920ef02b19effbc0ca4d7de3c93b63_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:d55cc6e4ebd8066981b5206af262d32dbc920ef02b19effbc0ca4d7de3c93b63?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.5.8-13" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:73e4a68dc63cc660c17797e99010427ffc37a39d93639839a14e9bd889cad5fc_ppc64le", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:73e4a68dc63cc660c17797e99010427ffc37a39d93639839a14e9bd889cad5fc_ppc64le", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:73e4a68dc63cc660c17797e99010427ffc37a39d93639839a14e9bd889cad5fc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:73e4a68dc63cc660c17797e99010427ffc37a39d93639839a14e9bd889cad5fc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.5.8-14" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:accd03cd5ae2907a215cca72087867bf00247b7cc4518c2a5cded3b7a2b54bd8_ppc64le", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:accd03cd5ae2907a215cca72087867bf00247b7cc4518c2a5cded3b7a2b54bd8_ppc64le", "product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:accd03cd5ae2907a215cca72087867bf00247b7cc4518c2a5cded3b7a2b54bd8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:accd03cd5ae2907a215cca72087867bf00247b7cc4518c2a5cded3b7a2b54bd8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel9@sha256:03962669596be3b2508c74a60fcff9f4f375946426c17ab89accebec968a017d_ppc64le", "product": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:03962669596be3b2508c74a60fcff9f4f375946426c17ab89accebec968a017d_ppc64le", "product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:03962669596be3b2508c74a60fcff9f4f375946426c17ab89accebec968a017d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel9@sha256:03962669596be3b2508c74a60fcff9f4f375946426c17ab89accebec968a017d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel9@sha256:bb41e7c0826cff72903ce3c4d277324fe9752085e80e1ff5e6b344e2f4193c9b_ppc64le", "product": { "name": "multicluster-engine/console-mce-rhel9@sha256:bb41e7c0826cff72903ce3c4d277324fe9752085e80e1ff5e6b344e2f4193c9b_ppc64le", "product_id": "multicluster-engine/console-mce-rhel9@sha256:bb41e7c0826cff72903ce3c4d277324fe9752085e80e1ff5e6b344e2f4193c9b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel9@sha256:bb41e7c0826cff72903ce3c4d277324fe9752085e80e1ff5e6b344e2f4193c9b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.5.8-24" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel9@sha256:9076810900795e6de9c82a280efcfcd258bcda1c1ac212c8becaaf8ac4ec9732_ppc64le", "product": { "name": "multicluster-engine/discovery-rhel9@sha256:9076810900795e6de9c82a280efcfcd258bcda1c1ac212c8becaaf8ac4ec9732_ppc64le", "product_id": "multicluster-engine/discovery-rhel9@sha256:9076810900795e6de9c82a280efcfcd258bcda1c1ac212c8becaaf8ac4ec9732_ppc64le", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel9@sha256:9076810900795e6de9c82a280efcfcd258bcda1c1ac212c8becaaf8ac4ec9732?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.5.8-24" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel8@sha256:b96e5f34d1830565051242d6fdb0cf006b7dc88c62c4d0c05a0722ac9652d58e_ppc64le", "product": { "name": "multicluster-engine/hive-rhel8@sha256:b96e5f34d1830565051242d6fdb0cf006b7dc88c62c4d0c05a0722ac9652d58e_ppc64le", "product_id": "multicluster-engine/hive-rhel8@sha256:b96e5f34d1830565051242d6fdb0cf006b7dc88c62c4d0c05a0722ac9652d58e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hive-rhel8@sha256:b96e5f34d1830565051242d6fdb0cf006b7dc88c62c4d0c05a0722ac9652d58e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:a61896136c7c66d829e85a652730bd498bad4955d797440311270b19ea536d48_ppc64le", "product": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:a61896136c7c66d829e85a652730bd498bad4955d797440311270b19ea536d48_ppc64le", "product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:a61896136c7c66d829e85a652730bd498bad4955d797440311270b19ea536d48_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:a61896136c7c66d829e85a652730bd498bad4955d797440311270b19ea536d48?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.5.8-11" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel9@sha256:efa26816b66fa8038911ae6489864d4734495afd652f0dee18918acbcd22ad8c_ppc64le", "product": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:efa26816b66fa8038911ae6489864d4734495afd652f0dee18918acbcd22ad8c_ppc64le", "product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:efa26816b66fa8038911ae6489864d4734495afd652f0dee18918acbcd22ad8c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel9@sha256:efa26816b66fa8038911ae6489864d4734495afd652f0dee18918acbcd22ad8c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.5.8-42" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel9-operator@sha256:d3de73c6d3c8e3cf047bcc952c637692ca655e817c6505fb6bb42531585f1367_ppc64le", "product": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:d3de73c6d3c8e3cf047bcc952c637692ca655e817c6505fb6bb42531585f1367_ppc64le", "product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:d3de73c6d3c8e3cf047bcc952c637692ca655e817c6505fb6bb42531585f1367_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel9-operator@sha256:d3de73c6d3c8e3cf047bcc952c637692ca655e817c6505fb6bb42531585f1367?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.5.8-38" } } }, { "category": "product_version", "name": "multicluster-engine/image-based-install-rhel9@sha256:357da0c4b336d19e552d8705a883243a5cca720015b61d62ced0e963c5adbcfe_ppc64le", "product": { "name": "multicluster-engine/image-based-install-rhel9@sha256:357da0c4b336d19e552d8705a883243a5cca720015b61d62ced0e963c5adbcfe_ppc64le", "product_id": "multicluster-engine/image-based-install-rhel9@sha256:357da0c4b336d19e552d8705a883243a5cca720015b61d62ced0e963c5adbcfe_ppc64le", "product_identification_helper": { "purl": "pkg:oci/image-based-install-rhel9@sha256:357da0c4b336d19e552d8705a883243a5cca720015b61d62ced0e963c5adbcfe?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.5.8-90" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:972a8ddbd1f5422beaebe95f2d65060ffe769790bb9e53718b70b58d8a01b3d1_ppc64le", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:972a8ddbd1f5422beaebe95f2d65060ffe769790bb9e53718b70b58d8a01b3d1_ppc64le", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:972a8ddbd1f5422beaebe95f2d65060ffe769790bb9e53718b70b58d8a01b3d1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:972a8ddbd1f5422beaebe95f2d65060ffe769790bb9e53718b70b58d8a01b3d1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:6054b2ec38184c8762d82eaf823457cd9fc630e7f2e39445ac0e082e1d82b572_ppc64le", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:6054b2ec38184c8762d82eaf823457cd9fc630e7f2e39445ac0e082e1d82b572_ppc64le", "product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:6054b2ec38184c8762d82eaf823457cd9fc630e7f2e39445ac0e082e1d82b572_ppc64le", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:6054b2ec38184c8762d82eaf823457cd9fc630e7f2e39445ac0e082e1d82b572?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.5.8-14" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:6e2041b06a0f2ea621f3ae9249ba707123dd4d8fd10b11e9013dafb1e51726c8_ppc64le", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:6e2041b06a0f2ea621f3ae9249ba707123dd4d8fd10b11e9013dafb1e51726c8_ppc64le", "product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:6e2041b06a0f2ea621f3ae9249ba707123dd4d8fd10b11e9013dafb1e51726c8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:6e2041b06a0f2ea621f3ae9249ba707123dd4d8fd10b11e9013dafb1e51726c8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.5.8-19" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel9@sha256:3e11a388772bb8802c7a0665a324aa52ae3617bd06b46f8e6e2c1f079ef7b12f_ppc64le", "product": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:3e11a388772bb8802c7a0665a324aa52ae3617bd06b46f8e6e2c1f079ef7b12f_ppc64le", "product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:3e11a388772bb8802c7a0665a324aa52ae3617bd06b46f8e6e2c1f079ef7b12f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel9@sha256:3e11a388772bb8802c7a0665a324aa52ae3617bd06b46f8e6e2c1f079ef7b12f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.5.8-13" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel9@sha256:9cf02638cf268c3684d446a609b1977ff5aa551fa4778bd8f49a0b672fc30b5f_ppc64le", "product": { "name": "multicluster-engine/must-gather-rhel9@sha256:9cf02638cf268c3684d446a609b1977ff5aa551fa4778bd8f49a0b672fc30b5f_ppc64le", "product_id": "multicluster-engine/must-gather-rhel9@sha256:9cf02638cf268c3684d446a609b1977ff5aa551fa4778bd8f49a0b672fc30b5f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel9@sha256:9cf02638cf268c3684d446a609b1977ff5aa551fa4778bd8f49a0b672fc30b5f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.5.8-26" } } }, { "category": "product_version", "name": "multicluster-engine/mce-operator-bundle@sha256:f4ef248ed441b363ea1871f5eb858798ba7e7ebe9f1db6435632f555d721db5b_ppc64le", "product": { "name": "multicluster-engine/mce-operator-bundle@sha256:f4ef248ed441b363ea1871f5eb858798ba7e7ebe9f1db6435632f555d721db5b_ppc64le", "product_id": "multicluster-engine/mce-operator-bundle@sha256:f4ef248ed441b363ea1871f5eb858798ba7e7ebe9f1db6435632f555d721db5b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/mce-operator-bundle@sha256:f4ef248ed441b363ea1871f5eb858798ba7e7ebe9f1db6435632f555d721db5b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.5.8-60" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel9-operator@sha256:4e8d1b36928e1d1f06ebd5b15d921e6d285ba29cf67dca8254ec4500c08ae89b_ppc64le", "product": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:4e8d1b36928e1d1f06ebd5b15d921e6d285ba29cf67dca8254ec4500c08ae89b_ppc64le", "product_id": "multicluster-engine/backplane-rhel9-operator@sha256:4e8d1b36928e1d1f06ebd5b15d921e6d285ba29cf67dca8254ec4500c08ae89b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel9-operator@sha256:4e8d1b36928e1d1f06ebd5b15d921e6d285ba29cf67dca8254ec4500c08ae89b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.5.8-29" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel9@sha256:8e5a103e06f8fd3a81468921de32895c8dfb8b43add4b596f5b2d82dd702b0df_ppc64le", "product": { "name": "multicluster-engine/placement-rhel9@sha256:8e5a103e06f8fd3a81468921de32895c8dfb8b43add4b596f5b2d82dd702b0df_ppc64le", "product_id": "multicluster-engine/placement-rhel9@sha256:8e5a103e06f8fd3a81468921de32895c8dfb8b43add4b596f5b2d82dd702b0df_ppc64le", "product_identification_helper": { "purl": "pkg:oci/placement-rhel9@sha256:8e5a103e06f8fd3a81468921de32895c8dfb8b43add4b596f5b2d82dd702b0df?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.5.8-20" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:b2bf24fc7ba572428b8d60c79426c53553d46f65467db1a9aa3d264c441473b3_ppc64le", "product": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:b2bf24fc7ba572428b8d60c79426c53553d46f65467db1a9aa3d264c441473b3_ppc64le", "product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:b2bf24fc7ba572428b8d60c79426c53553d46f65467db1a9aa3d264c441473b3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel9@sha256:b2bf24fc7ba572428b8d60c79426c53553d46f65467db1a9aa3d264c441473b3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel9@sha256:24c6ff2353f36905761f77d588434b6e2182d86b5f6b2d650583d3c72f8c9570_ppc64le", "product": { "name": "multicluster-engine/registration-rhel9@sha256:24c6ff2353f36905761f77d588434b6e2182d86b5f6b2d650583d3c72f8c9570_ppc64le", "product_id": "multicluster-engine/registration-rhel9@sha256:24c6ff2353f36905761f77d588434b6e2182d86b5f6b2d650583d3c72f8c9570_ppc64le", "product_identification_helper": { "purl": "pkg:oci/registration-rhel9@sha256:24c6ff2353f36905761f77d588434b6e2182d86b5f6b2d650583d3c72f8c9570?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.5.8-20" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel9@sha256:b6b7a286744b67e8c886a318411667d658abe6a937ba3ed08fad356587fac15b_ppc64le", "product": { "name": "multicluster-engine/registration-operator-rhel9@sha256:b6b7a286744b67e8c886a318411667d658abe6a937ba3ed08fad356587fac15b_ppc64le", "product_id": "multicluster-engine/registration-operator-rhel9@sha256:b6b7a286744b67e8c886a318411667d658abe6a937ba3ed08fad356587fac15b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel9@sha256:b6b7a286744b67e8c886a318411667d658abe6a937ba3ed08fad356587fac15b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.5.8-19" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel9@sha256:6f454adef48ef62f556f3e2f5f0ab661b5b09ffce9518b3ea80e2f3a5e2a4dae_ppc64le", "product": { "name": "multicluster-engine/work-rhel9@sha256:6f454adef48ef62f556f3e2f5f0ab661b5b09ffce9518b3ea80e2f3a5e2a4dae_ppc64le", "product_id": "multicluster-engine/work-rhel9@sha256:6f454adef48ef62f556f3e2f5f0ab661b5b09ffce9518b3ea80e2f3a5e2a4dae_ppc64le", "product_identification_helper": { "purl": "pkg:oci/work-rhel9@sha256:6f454adef48ef62f556f3e2f5f0ab661b5b09ffce9518b3ea80e2f3a5e2a4dae?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.5.8-20" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel9@sha256:0761da8eb79f41b9066b693ecc0db011ece5667459aea5286ff4182bc4ac973d_arm64", "product": { "name": "multicluster-engine/addon-manager-rhel9@sha256:0761da8eb79f41b9066b693ecc0db011ece5667459aea5286ff4182bc4ac973d_arm64", "product_id": "multicluster-engine/addon-manager-rhel9@sha256:0761da8eb79f41b9066b693ecc0db011ece5667459aea5286ff4182bc4ac973d_arm64", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel9@sha256:0761da8eb79f41b9066b693ecc0db011ece5667459aea5286ff4182bc4ac973d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.5.8-20" } } }, { "category": "product_version", "name": "multicluster-engine/agent-service-rhel8@sha256:c25bfb513f0701fa5027113e9e65bfaf85a3ed07f604d0e55b9fca1ccaf22b00_arm64", "product": { "name": "multicluster-engine/agent-service-rhel8@sha256:c25bfb513f0701fa5027113e9e65bfaf85a3ed07f604d0e55b9fca1ccaf22b00_arm64", "product_id": "multicluster-engine/agent-service-rhel8@sha256:c25bfb513f0701fa5027113e9e65bfaf85a3ed07f604d0e55b9fca1ccaf22b00_arm64", "product_identification_helper": { "purl": "pkg:oci/agent-service-rhel8@sha256:c25bfb513f0701fa5027113e9e65bfaf85a3ed07f604d0e55b9fca1ccaf22b00?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.5.8-24" } } }, { "category": "product_version", "name": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:cbe0ea6421291d4ba10925af3a21ac2b8374d10091635c531b2c5ff7d499a1b6_arm64", "product": { "name": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:cbe0ea6421291d4ba10925af3a21ac2b8374d10091635c531b2c5ff7d499a1b6_arm64", "product_id": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:cbe0ea6421291d4ba10925af3a21ac2b8374d10091635c531b2c5ff7d499a1b6_arm64", "product_identification_helper": { "purl": "pkg:oci/apiserver-network-proxy-rhel9@sha256:cbe0ea6421291d4ba10925af3a21ac2b8374d10091635c531b2c5ff7d499a1b6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel9\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel8@sha256:e7391da39e4c090d18564db32583b59947d805c98bb342bd2c1865aae294829a_arm64", "product": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:e7391da39e4c090d18564db32583b59947d805c98bb342bd2c1865aae294829a_arm64", "product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:e7391da39e4c090d18564db32583b59947d805c98bb342bd2c1865aae294829a_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:e7391da39e4c090d18564db32583b59947d805c98bb342bd2c1865aae294829a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:8659e47ef0f03ea79fb4cbf47460de244404ca4336b6e6871ca03820282d04fe_arm64", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:8659e47ef0f03ea79fb4cbf47460de244404ca4336b6e6871ca03820282d04fe_arm64", "product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:8659e47ef0f03ea79fb4cbf47460de244404ca4336b6e6871ca03820282d04fe_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:8659e47ef0f03ea79fb4cbf47460de244404ca4336b6e6871ca03820282d04fe?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel8@sha256:ec22263012b1ed34ec9f3c9f6e5b5b2f896deeb5a190051166c5c7d0e87d09da_arm64", "product": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:ec22263012b1ed34ec9f3c9f6e5b5b2f896deeb5a190051166c5c7d0e87d09da_arm64", "product_id": "multicluster-engine/assisted-installer-rhel8@sha256:ec22263012b1ed34ec9f3c9f6e5b5b2f896deeb5a190051166c5c7d0e87d09da_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:ec22263012b1ed34ec9f3c9f6e5b5b2f896deeb5a190051166c5c7d0e87d09da?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.5.8-11" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:bb3cfd4b0194ffe92a3d5e73861b5d85134d83a73186531e62f78e70d8c646d9_arm64", "product": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:bb3cfd4b0194ffe92a3d5e73861b5d85134d83a73186531e62f78e70d8c646d9_arm64", "product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:bb3cfd4b0194ffe92a3d5e73861b5d85134d83a73186531e62f78e70d8c646d9_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:bb3cfd4b0194ffe92a3d5e73861b5d85134d83a73186531e62f78e70d8c646d9?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/aws-encryption-provider-rhel9@sha256:3115f33939008fc6f78a994911a921dbd9fe30ac1aa0bfbb584d21853ecda9cc_arm64", "product": { "name": "multicluster-engine/aws-encryption-provider-rhel9@sha256:3115f33939008fc6f78a994911a921dbd9fe30ac1aa0bfbb584d21853ecda9cc_arm64", "product_id": "multicluster-engine/aws-encryption-provider-rhel9@sha256:3115f33939008fc6f78a994911a921dbd9fe30ac1aa0bfbb584d21853ecda9cc_arm64", "product_identification_helper": { "purl": "pkg:oci/aws-encryption-provider-rhel9@sha256:3115f33939008fc6f78a994911a921dbd9fe30ac1aa0bfbb584d21853ecda9cc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel9\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel9@sha256:3b349b28083354b423c4a529fa79c9c4a6ff829c60bb63be9a5d77e499f9de89_arm64", "product": { "name": "multicluster-engine/cluster-api-rhel9@sha256:3b349b28083354b423c4a529fa79c9c4a6ff829c60bb63be9a5d77e499f9de89_arm64", "product_id": "multicluster-engine/cluster-api-rhel9@sha256:3b349b28083354b423c4a529fa79c9c4a6ff829c60bb63be9a5d77e499f9de89_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel9@sha256:3b349b28083354b423c4a529fa79c9c4a6ff829c60bb63be9a5d77e499f9de89?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4349a07df25c3235f30a6c6f89e95d3471fcbcb9fff7f005ceb7d7e4cf7c3481_arm64", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4349a07df25c3235f30a6c6f89e95d3471fcbcb9fff7f005ceb7d7e4cf7c3481_arm64", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4349a07df25c3235f30a6c6f89e95d3471fcbcb9fff7f005ceb7d7e4cf7c3481_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:4349a07df25c3235f30a6c6f89e95d3471fcbcb9fff7f005ceb7d7e4cf7c3481?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4f97aa38578070b493587485511e6f5f35b73c43ef75bd3c325db2dafc669892_arm64", "product": { "name": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4f97aa38578070b493587485511e6f5f35b73c43ef75bd3c325db2dafc669892_arm64", "product_id": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4f97aa38578070b493587485511e6f5f35b73c43ef75bd3c325db2dafc669892_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256:4f97aa38578070b493587485511e6f5f35b73c43ef75bd3c325db2dafc669892?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9\u0026tag=v2.5.8-9" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e5e8151e4ea6fad2127200542a2a20b84d2eb51b0ce92d842c6076735b9517a7_arm64", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e5e8151e4ea6fad2127200542a2a20b84d2eb51b0ce92d842c6076735b9517a7_arm64", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e5e8151e4ea6fad2127200542a2a20b84d2eb51b0ce92d842c6076735b9517a7_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:e5e8151e4ea6fad2127200542a2a20b84d2eb51b0ce92d842c6076735b9517a7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.5.8-9" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:e2c249bef497c4777982da504f6b619413b53b55841d5c707a1218cbea9cd542_arm64", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:e2c249bef497c4777982da504f6b619413b53b55841d5c707a1218cbea9cd542_arm64", "product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:e2c249bef497c4777982da504f6b619413b53b55841d5c707a1218cbea9cd542_arm64", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:e2c249bef497c4777982da504f6b619413b53b55841d5c707a1218cbea9cd542?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.5.8-13" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:63c95f60413e3762f54ef496fb323752516bd768775942e5a1099276e1728e4f_arm64", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:63c95f60413e3762f54ef496fb323752516bd768775942e5a1099276e1728e4f_arm64", "product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:63c95f60413e3762f54ef496fb323752516bd768775942e5a1099276e1728e4f_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:63c95f60413e3762f54ef496fb323752516bd768775942e5a1099276e1728e4f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.5.8-15" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:9fb707c5b7f7f738b784de85382295619609e4dcdebbc5ab96ff425c85a315d7_arm64", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:9fb707c5b7f7f738b784de85382295619609e4dcdebbc5ab96ff425c85a315d7_arm64", "product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:9fb707c5b7f7f738b784de85382295619609e4dcdebbc5ab96ff425c85a315d7_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:9fb707c5b7f7f738b784de85382295619609e4dcdebbc5ab96ff425c85a315d7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.5.8-13" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:61fd65a41846deb806ab684cac9061d581689be513c05812da5621b3b56cf65b_arm64", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:61fd65a41846deb806ab684cac9061d581689be513c05812da5621b3b56cf65b_arm64", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:61fd65a41846deb806ab684cac9061d581689be513c05812da5621b3b56cf65b_arm64", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:61fd65a41846deb806ab684cac9061d581689be513c05812da5621b3b56cf65b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.5.8-14" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:bab43580fe22ed3c5aed1796dcd99d5397941cf04411d62a2001a36b118963b5_arm64", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:bab43580fe22ed3c5aed1796dcd99d5397941cf04411d62a2001a36b118963b5_arm64", "product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:bab43580fe22ed3c5aed1796dcd99d5397941cf04411d62a2001a36b118963b5_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:bab43580fe22ed3c5aed1796dcd99d5397941cf04411d62a2001a36b118963b5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel9@sha256:6dd20975ec4bf6753e0a4783676c5470860f3a1cb13d7bcc30e99b52a5b6f865_arm64", "product": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:6dd20975ec4bf6753e0a4783676c5470860f3a1cb13d7bcc30e99b52a5b6f865_arm64", "product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:6dd20975ec4bf6753e0a4783676c5470860f3a1cb13d7bcc30e99b52a5b6f865_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel9@sha256:6dd20975ec4bf6753e0a4783676c5470860f3a1cb13d7bcc30e99b52a5b6f865?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel9@sha256:94722017a746ec465f42b7e7a2e2aa6b18a4327969a51b90504bb08dc4a73d0a_arm64", "product": { "name": "multicluster-engine/console-mce-rhel9@sha256:94722017a746ec465f42b7e7a2e2aa6b18a4327969a51b90504bb08dc4a73d0a_arm64", "product_id": "multicluster-engine/console-mce-rhel9@sha256:94722017a746ec465f42b7e7a2e2aa6b18a4327969a51b90504bb08dc4a73d0a_arm64", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel9@sha256:94722017a746ec465f42b7e7a2e2aa6b18a4327969a51b90504bb08dc4a73d0a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.5.8-24" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel9@sha256:cfa9e8f995226a13bc2b39b26f68ecf465f099876ff20c1bea893e22335bb8cb_arm64", "product": { "name": "multicluster-engine/discovery-rhel9@sha256:cfa9e8f995226a13bc2b39b26f68ecf465f099876ff20c1bea893e22335bb8cb_arm64", "product_id": "multicluster-engine/discovery-rhel9@sha256:cfa9e8f995226a13bc2b39b26f68ecf465f099876ff20c1bea893e22335bb8cb_arm64", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel9@sha256:cfa9e8f995226a13bc2b39b26f68ecf465f099876ff20c1bea893e22335bb8cb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.5.8-24" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel8@sha256:339f9c0097ab184827aba7d6da890eeefcabcdfab09954073703f5c37388c8b2_arm64", "product": { "name": "multicluster-engine/hive-rhel8@sha256:339f9c0097ab184827aba7d6da890eeefcabcdfab09954073703f5c37388c8b2_arm64", "product_id": "multicluster-engine/hive-rhel8@sha256:339f9c0097ab184827aba7d6da890eeefcabcdfab09954073703f5c37388c8b2_arm64", "product_identification_helper": { "purl": "pkg:oci/hive-rhel8@sha256:339f9c0097ab184827aba7d6da890eeefcabcdfab09954073703f5c37388c8b2?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:55ca8f12bb98c629a3a4fd25089ee19957e3350ff3697cff85b6e1c5f097467a_arm64", "product": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:55ca8f12bb98c629a3a4fd25089ee19957e3350ff3697cff85b6e1c5f097467a_arm64", "product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:55ca8f12bb98c629a3a4fd25089ee19957e3350ff3697cff85b6e1c5f097467a_arm64", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:55ca8f12bb98c629a3a4fd25089ee19957e3350ff3697cff85b6e1c5f097467a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.5.8-11" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel9@sha256:380be65be89fd4b586e7c33eeded8e21b8b062c685fb0e6261eeae9bd52ec337_arm64", "product": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:380be65be89fd4b586e7c33eeded8e21b8b062c685fb0e6261eeae9bd52ec337_arm64", "product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:380be65be89fd4b586e7c33eeded8e21b8b062c685fb0e6261eeae9bd52ec337_arm64", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel9@sha256:380be65be89fd4b586e7c33eeded8e21b8b062c685fb0e6261eeae9bd52ec337?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.5.8-42" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel9-operator@sha256:834c1e1b0e256c835d97d33d2f6ea785bb1f58160a63bcbff6c3becf8486df84_arm64", "product": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:834c1e1b0e256c835d97d33d2f6ea785bb1f58160a63bcbff6c3becf8486df84_arm64", "product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:834c1e1b0e256c835d97d33d2f6ea785bb1f58160a63bcbff6c3becf8486df84_arm64", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel9-operator@sha256:834c1e1b0e256c835d97d33d2f6ea785bb1f58160a63bcbff6c3becf8486df84?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.5.8-38" } } }, { "category": "product_version", "name": "multicluster-engine/image-based-install-rhel9@sha256:dc4e3b0b2844fc926592aaefef5a7d61bae8eff34ff1391c97d8ba047bb976e9_arm64", "product": { "name": "multicluster-engine/image-based-install-rhel9@sha256:dc4e3b0b2844fc926592aaefef5a7d61bae8eff34ff1391c97d8ba047bb976e9_arm64", "product_id": "multicluster-engine/image-based-install-rhel9@sha256:dc4e3b0b2844fc926592aaefef5a7d61bae8eff34ff1391c97d8ba047bb976e9_arm64", "product_identification_helper": { "purl": "pkg:oci/image-based-install-rhel9@sha256:dc4e3b0b2844fc926592aaefef5a7d61bae8eff34ff1391c97d8ba047bb976e9?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.5.8-90" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ab701714f6afa61a206574efa0d14a1236b773418e9286493c85a083ea599e20_arm64", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ab701714f6afa61a206574efa0d14a1236b773418e9286493c85a083ea599e20_arm64", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ab701714f6afa61a206574efa0d14a1236b773418e9286493c85a083ea599e20_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:ab701714f6afa61a206574efa0d14a1236b773418e9286493c85a083ea599e20?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:571c65ecec2353c72c7c12f3f0c06cb421f6da7dd99861e65c2792f815d0b09c_arm64", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:571c65ecec2353c72c7c12f3f0c06cb421f6da7dd99861e65c2792f815d0b09c_arm64", "product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:571c65ecec2353c72c7c12f3f0c06cb421f6da7dd99861e65c2792f815d0b09c_arm64", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:571c65ecec2353c72c7c12f3f0c06cb421f6da7dd99861e65c2792f815d0b09c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.5.8-14" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:75d8fe44f3c8ed60ea8bd6c44e3bf5a30d34fd61f7c2cd2196d5214bcb0c7a23_arm64", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:75d8fe44f3c8ed60ea8bd6c44e3bf5a30d34fd61f7c2cd2196d5214bcb0c7a23_arm64", "product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:75d8fe44f3c8ed60ea8bd6c44e3bf5a30d34fd61f7c2cd2196d5214bcb0c7a23_arm64", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:75d8fe44f3c8ed60ea8bd6c44e3bf5a30d34fd61f7c2cd2196d5214bcb0c7a23?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.5.8-19" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel9@sha256:5e279bf2cdb92686783b734224cfd815ed09448ebd0bc3a95beeaab637057d3e_arm64", "product": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:5e279bf2cdb92686783b734224cfd815ed09448ebd0bc3a95beeaab637057d3e_arm64", "product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:5e279bf2cdb92686783b734224cfd815ed09448ebd0bc3a95beeaab637057d3e_arm64", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel9@sha256:5e279bf2cdb92686783b734224cfd815ed09448ebd0bc3a95beeaab637057d3e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.5.8-13" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel9@sha256:f72e2c7958654da09903d639d5fa783b80e6e477ab75c459e1fea5de1a5fe283_arm64", "product": { "name": "multicluster-engine/must-gather-rhel9@sha256:f72e2c7958654da09903d639d5fa783b80e6e477ab75c459e1fea5de1a5fe283_arm64", "product_id": "multicluster-engine/must-gather-rhel9@sha256:f72e2c7958654da09903d639d5fa783b80e6e477ab75c459e1fea5de1a5fe283_arm64", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel9@sha256:f72e2c7958654da09903d639d5fa783b80e6e477ab75c459e1fea5de1a5fe283?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.5.8-26" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel9-operator@sha256:529f4292ea0dbed2b6605d61c1e02de5cd1c37fe3e77b53b98d849920407c926_arm64", "product": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:529f4292ea0dbed2b6605d61c1e02de5cd1c37fe3e77b53b98d849920407c926_arm64", "product_id": "multicluster-engine/backplane-rhel9-operator@sha256:529f4292ea0dbed2b6605d61c1e02de5cd1c37fe3e77b53b98d849920407c926_arm64", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel9-operator@sha256:529f4292ea0dbed2b6605d61c1e02de5cd1c37fe3e77b53b98d849920407c926?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.5.8-29" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel9@sha256:d6977e9d9553e15634b65fa69b4df4a47d51262bf132fcee8bbe970d693577f2_arm64", "product": { "name": "multicluster-engine/placement-rhel9@sha256:d6977e9d9553e15634b65fa69b4df4a47d51262bf132fcee8bbe970d693577f2_arm64", "product_id": "multicluster-engine/placement-rhel9@sha256:d6977e9d9553e15634b65fa69b4df4a47d51262bf132fcee8bbe970d693577f2_arm64", "product_identification_helper": { "purl": "pkg:oci/placement-rhel9@sha256:d6977e9d9553e15634b65fa69b4df4a47d51262bf132fcee8bbe970d693577f2?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.5.8-20" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:514f4733d94367fd7c488f7ce98062f028800dcfffdb2963e52abdfa4d996fab_arm64", "product": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:514f4733d94367fd7c488f7ce98062f028800dcfffdb2963e52abdfa4d996fab_arm64", "product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:514f4733d94367fd7c488f7ce98062f028800dcfffdb2963e52abdfa4d996fab_arm64", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel9@sha256:514f4733d94367fd7c488f7ce98062f028800dcfffdb2963e52abdfa4d996fab?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel9@sha256:95a14f06a48aec91b29cd6132af284255bb80a6c47fd3b2c455f0ba70c12f067_arm64", "product": { "name": "multicluster-engine/registration-rhel9@sha256:95a14f06a48aec91b29cd6132af284255bb80a6c47fd3b2c455f0ba70c12f067_arm64", "product_id": "multicluster-engine/registration-rhel9@sha256:95a14f06a48aec91b29cd6132af284255bb80a6c47fd3b2c455f0ba70c12f067_arm64", "product_identification_helper": { "purl": "pkg:oci/registration-rhel9@sha256:95a14f06a48aec91b29cd6132af284255bb80a6c47fd3b2c455f0ba70c12f067?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.5.8-20" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel9@sha256:3ae2999c741d4a7df738c375f5a4e6ad7cac00a38453e8069f5a89a9b96f70b3_arm64", "product": { "name": "multicluster-engine/registration-operator-rhel9@sha256:3ae2999c741d4a7df738c375f5a4e6ad7cac00a38453e8069f5a89a9b96f70b3_arm64", "product_id": "multicluster-engine/registration-operator-rhel9@sha256:3ae2999c741d4a7df738c375f5a4e6ad7cac00a38453e8069f5a89a9b96f70b3_arm64", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel9@sha256:3ae2999c741d4a7df738c375f5a4e6ad7cac00a38453e8069f5a89a9b96f70b3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.5.8-19" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel9@sha256:cab50268e7debb8a50f8acdc0325e7a7e6625bbe1448d439f5b1abf9a4fb962b_arm64", "product": { "name": "multicluster-engine/work-rhel9@sha256:cab50268e7debb8a50f8acdc0325e7a7e6625bbe1448d439f5b1abf9a4fb962b_arm64", "product_id": "multicluster-engine/work-rhel9@sha256:cab50268e7debb8a50f8acdc0325e7a7e6625bbe1448d439f5b1abf9a4fb962b_arm64", "product_identification_helper": { "purl": "pkg:oci/work-rhel9@sha256:cab50268e7debb8a50f8acdc0325e7a7e6625bbe1448d439f5b1abf9a4fb962b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.5.8-20" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel9@sha256:7d8c0971c6ecd2c34000c1463619e169c100c58b2df30c72f73ed2a7b3257ed2_amd64", "product": { "name": "multicluster-engine/addon-manager-rhel9@sha256:7d8c0971c6ecd2c34000c1463619e169c100c58b2df30c72f73ed2a7b3257ed2_amd64", "product_id": "multicluster-engine/addon-manager-rhel9@sha256:7d8c0971c6ecd2c34000c1463619e169c100c58b2df30c72f73ed2a7b3257ed2_amd64", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel9@sha256:7d8c0971c6ecd2c34000c1463619e169c100c58b2df30c72f73ed2a7b3257ed2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.5.8-20" } } }, { "category": "product_version", "name": "multicluster-engine/agent-service-rhel8@sha256:6c6470b2bdc321d9a674362e62eaf3205ad2ce60825bd1a6b1f16158ed4d7e8b_amd64", "product": { "name": "multicluster-engine/agent-service-rhel8@sha256:6c6470b2bdc321d9a674362e62eaf3205ad2ce60825bd1a6b1f16158ed4d7e8b_amd64", "product_id": "multicluster-engine/agent-service-rhel8@sha256:6c6470b2bdc321d9a674362e62eaf3205ad2ce60825bd1a6b1f16158ed4d7e8b_amd64", "product_identification_helper": { "purl": "pkg:oci/agent-service-rhel8@sha256:6c6470b2bdc321d9a674362e62eaf3205ad2ce60825bd1a6b1f16158ed4d7e8b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.5.8-24" } } }, { "category": "product_version", "name": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:3b90394d49eb6926492a028de85ede80e8e4b4495781d92de2ab21b22c6df27b_amd64", "product": { "name": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:3b90394d49eb6926492a028de85ede80e8e4b4495781d92de2ab21b22c6df27b_amd64", "product_id": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:3b90394d49eb6926492a028de85ede80e8e4b4495781d92de2ab21b22c6df27b_amd64", "product_identification_helper": { "purl": "pkg:oci/apiserver-network-proxy-rhel9@sha256:3b90394d49eb6926492a028de85ede80e8e4b4495781d92de2ab21b22c6df27b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel9\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel8@sha256:ae8d7275161f25d0bda9f12f916b59577de77d589edcd91f89c5da6b6f419647_amd64", "product": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:ae8d7275161f25d0bda9f12f916b59577de77d589edcd91f89c5da6b6f419647_amd64", "product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:ae8d7275161f25d0bda9f12f916b59577de77d589edcd91f89c5da6b6f419647_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:ae8d7275161f25d0bda9f12f916b59577de77d589edcd91f89c5da6b6f419647?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:e89f350541d8a99a14c2a2371bd1eb7d00ce0f52a0b0335b01c7ee1e490dc6fb_amd64", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:e89f350541d8a99a14c2a2371bd1eb7d00ce0f52a0b0335b01c7ee1e490dc6fb_amd64", "product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:e89f350541d8a99a14c2a2371bd1eb7d00ce0f52a0b0335b01c7ee1e490dc6fb_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:e89f350541d8a99a14c2a2371bd1eb7d00ce0f52a0b0335b01c7ee1e490dc6fb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel8@sha256:a689a510613085d7f92b32761e42c6885787ea5faf94abb8427a37caf4a884d3_amd64", "product": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:a689a510613085d7f92b32761e42c6885787ea5faf94abb8427a37caf4a884d3_amd64", "product_id": "multicluster-engine/assisted-installer-rhel8@sha256:a689a510613085d7f92b32761e42c6885787ea5faf94abb8427a37caf4a884d3_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:a689a510613085d7f92b32761e42c6885787ea5faf94abb8427a37caf4a884d3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.5.8-11" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:e9bbed17889044dbf9a137431fcc6381a7c3e8665440dccfb6077e62471f2072_amd64", "product": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:e9bbed17889044dbf9a137431fcc6381a7c3e8665440dccfb6077e62471f2072_amd64", "product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:e9bbed17889044dbf9a137431fcc6381a7c3e8665440dccfb6077e62471f2072_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:e9bbed17889044dbf9a137431fcc6381a7c3e8665440dccfb6077e62471f2072?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/aws-encryption-provider-rhel9@sha256:7ba2e2b3acce5cc801b5b61a8c07987a23664780f0cfea2804e99cccb9d8bcf6_amd64", "product": { "name": "multicluster-engine/aws-encryption-provider-rhel9@sha256:7ba2e2b3acce5cc801b5b61a8c07987a23664780f0cfea2804e99cccb9d8bcf6_amd64", "product_id": "multicluster-engine/aws-encryption-provider-rhel9@sha256:7ba2e2b3acce5cc801b5b61a8c07987a23664780f0cfea2804e99cccb9d8bcf6_amd64", "product_identification_helper": { "purl": "pkg:oci/aws-encryption-provider-rhel9@sha256:7ba2e2b3acce5cc801b5b61a8c07987a23664780f0cfea2804e99cccb9d8bcf6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel9\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel9@sha256:0340f3cc9aed03f2816e0204bee3cf1aac32eaf715ac00536d0487afef5b6a69_amd64", "product": { "name": "multicluster-engine/cluster-api-rhel9@sha256:0340f3cc9aed03f2816e0204bee3cf1aac32eaf715ac00536d0487afef5b6a69_amd64", "product_id": "multicluster-engine/cluster-api-rhel9@sha256:0340f3cc9aed03f2816e0204bee3cf1aac32eaf715ac00536d0487afef5b6a69_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel9@sha256:0340f3cc9aed03f2816e0204bee3cf1aac32eaf715ac00536d0487afef5b6a69?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.5.8-8" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e8a51c10e07063775ea5de814c1d17c7c944a738747be7c023db97b309754132_amd64", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e8a51c10e07063775ea5de814c1d17c7c944a738747be7c023db97b309754132_amd64", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e8a51c10e07063775ea5de814c1d17c7c944a738747be7c023db97b309754132_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:e8a51c10e07063775ea5de814c1d17c7c944a738747be7c023db97b309754132?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:b32dfc3ba9cc1bcc8156b5a765053baeaec9429d1e9214ccd096d57121300512_amd64", "product": { "name": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:b32dfc3ba9cc1bcc8156b5a765053baeaec9429d1e9214ccd096d57121300512_amd64", "product_id": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:b32dfc3ba9cc1bcc8156b5a765053baeaec9429d1e9214ccd096d57121300512_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256:b32dfc3ba9cc1bcc8156b5a765053baeaec9429d1e9214ccd096d57121300512?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9\u0026tag=v2.5.8-9" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f79e251ac9171bee00527287d3ced4b62f2a6fd46d2d393900295b762b8bbd51_amd64", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f79e251ac9171bee00527287d3ced4b62f2a6fd46d2d393900295b762b8bbd51_amd64", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f79e251ac9171bee00527287d3ced4b62f2a6fd46d2d393900295b762b8bbd51_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:f79e251ac9171bee00527287d3ced4b62f2a6fd46d2d393900295b762b8bbd51?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.5.8-9" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:57f7984abd2110d678faa5df3d950eb787bda437b48a0f4d166f79b044d575b7_amd64", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:57f7984abd2110d678faa5df3d950eb787bda437b48a0f4d166f79b044d575b7_amd64", "product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:57f7984abd2110d678faa5df3d950eb787bda437b48a0f4d166f79b044d575b7_amd64", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:57f7984abd2110d678faa5df3d950eb787bda437b48a0f4d166f79b044d575b7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.5.8-13" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:191a16392e04aa5c6152d2974339bf3dd9091ea121802677b7291197a207b388_amd64", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:191a16392e04aa5c6152d2974339bf3dd9091ea121802677b7291197a207b388_amd64", "product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:191a16392e04aa5c6152d2974339bf3dd9091ea121802677b7291197a207b388_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:191a16392e04aa5c6152d2974339bf3dd9091ea121802677b7291197a207b388?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.5.8-15" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:430c880fb4213d2156d9a6dc7a7bc4683cc7f92609d825ddda5d9ade5c86147c_amd64", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:430c880fb4213d2156d9a6dc7a7bc4683cc7f92609d825ddda5d9ade5c86147c_amd64", "product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:430c880fb4213d2156d9a6dc7a7bc4683cc7f92609d825ddda5d9ade5c86147c_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:430c880fb4213d2156d9a6dc7a7bc4683cc7f92609d825ddda5d9ade5c86147c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.5.8-13" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:7e3ad35dc7b688e294e21b089e075c031849bbf957e267de3969193f63c164f4_amd64", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:7e3ad35dc7b688e294e21b089e075c031849bbf957e267de3969193f63c164f4_amd64", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:7e3ad35dc7b688e294e21b089e075c031849bbf957e267de3969193f63c164f4_amd64", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:7e3ad35dc7b688e294e21b089e075c031849bbf957e267de3969193f63c164f4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.5.8-14" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:24be4f32d8c1222c7e9b1b0bd14212973f8d243992ec6b9ebe91419a8ddc590f_amd64", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:24be4f32d8c1222c7e9b1b0bd14212973f8d243992ec6b9ebe91419a8ddc590f_amd64", "product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:24be4f32d8c1222c7e9b1b0bd14212973f8d243992ec6b9ebe91419a8ddc590f_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:24be4f32d8c1222c7e9b1b0bd14212973f8d243992ec6b9ebe91419a8ddc590f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel9@sha256:4ab40a46c13c8cc95ddbb5691561e769fb00e237d25aa56628f59a0f291a0ae6_amd64", "product": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:4ab40a46c13c8cc95ddbb5691561e769fb00e237d25aa56628f59a0f291a0ae6_amd64", "product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:4ab40a46c13c8cc95ddbb5691561e769fb00e237d25aa56628f59a0f291a0ae6_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel9@sha256:4ab40a46c13c8cc95ddbb5691561e769fb00e237d25aa56628f59a0f291a0ae6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel9@sha256:e8e74a999ab95b1b81255e265c1fd9e3dabe212d32fe4d330875df679c3fd96a_amd64", "product": { "name": "multicluster-engine/console-mce-rhel9@sha256:e8e74a999ab95b1b81255e265c1fd9e3dabe212d32fe4d330875df679c3fd96a_amd64", "product_id": "multicluster-engine/console-mce-rhel9@sha256:e8e74a999ab95b1b81255e265c1fd9e3dabe212d32fe4d330875df679c3fd96a_amd64", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel9@sha256:e8e74a999ab95b1b81255e265c1fd9e3dabe212d32fe4d330875df679c3fd96a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.5.8-24" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel9@sha256:19d3c55cbfe1a3a6ae12105fdf89842b3d1765ac4f675f0f37ec21c7e883530b_amd64", "product": { "name": "multicluster-engine/discovery-rhel9@sha256:19d3c55cbfe1a3a6ae12105fdf89842b3d1765ac4f675f0f37ec21c7e883530b_amd64", "product_id": "multicluster-engine/discovery-rhel9@sha256:19d3c55cbfe1a3a6ae12105fdf89842b3d1765ac4f675f0f37ec21c7e883530b_amd64", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel9@sha256:19d3c55cbfe1a3a6ae12105fdf89842b3d1765ac4f675f0f37ec21c7e883530b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.5.8-24" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel8@sha256:460326ad588bd9ee7ea5c93729140e145ffcb44e5a8a6f73f2bdf22695d11729_amd64", "product": { "name": "multicluster-engine/hive-rhel8@sha256:460326ad588bd9ee7ea5c93729140e145ffcb44e5a8a6f73f2bdf22695d11729_amd64", "product_id": "multicluster-engine/hive-rhel8@sha256:460326ad588bd9ee7ea5c93729140e145ffcb44e5a8a6f73f2bdf22695d11729_amd64", "product_identification_helper": { "purl": "pkg:oci/hive-rhel8@sha256:460326ad588bd9ee7ea5c93729140e145ffcb44e5a8a6f73f2bdf22695d11729?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:4e80145df877d93eab6c3fd023a16f4b456dd16dddb7c935d04e6bb72e3de3a3_amd64", "product": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:4e80145df877d93eab6c3fd023a16f4b456dd16dddb7c935d04e6bb72e3de3a3_amd64", "product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:4e80145df877d93eab6c3fd023a16f4b456dd16dddb7c935d04e6bb72e3de3a3_amd64", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:4e80145df877d93eab6c3fd023a16f4b456dd16dddb7c935d04e6bb72e3de3a3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.5.8-11" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel9@sha256:c92e52ca224ebb1b4e9dd12f6a9743bb8793d60bfebf1beda23876bfa9f57d40_amd64", "product": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:c92e52ca224ebb1b4e9dd12f6a9743bb8793d60bfebf1beda23876bfa9f57d40_amd64", "product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:c92e52ca224ebb1b4e9dd12f6a9743bb8793d60bfebf1beda23876bfa9f57d40_amd64", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel9@sha256:c92e52ca224ebb1b4e9dd12f6a9743bb8793d60bfebf1beda23876bfa9f57d40?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.5.8-42" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel9-operator@sha256:d7185bd9b439e2cc0b3705b91c40ad4fd7455947f62a978b5038e6beb5491864_amd64", "product": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:d7185bd9b439e2cc0b3705b91c40ad4fd7455947f62a978b5038e6beb5491864_amd64", "product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:d7185bd9b439e2cc0b3705b91c40ad4fd7455947f62a978b5038e6beb5491864_amd64", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel9-operator@sha256:d7185bd9b439e2cc0b3705b91c40ad4fd7455947f62a978b5038e6beb5491864?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.5.8-38" } } }, { "category": "product_version", "name": "multicluster-engine/image-based-install-rhel9@sha256:28d342cca0a6ef31c4b8efc291b32a6a7130f2b4f333ef34528b49ce29e322c4_amd64", "product": { "name": "multicluster-engine/image-based-install-rhel9@sha256:28d342cca0a6ef31c4b8efc291b32a6a7130f2b4f333ef34528b49ce29e322c4_amd64", "product_id": "multicluster-engine/image-based-install-rhel9@sha256:28d342cca0a6ef31c4b8efc291b32a6a7130f2b4f333ef34528b49ce29e322c4_amd64", "product_identification_helper": { "purl": "pkg:oci/image-based-install-rhel9@sha256:28d342cca0a6ef31c4b8efc291b32a6a7130f2b4f333ef34528b49ce29e322c4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.5.8-90" } } }, { "category": "product_version", "name": "multicluster-engine/klusterlet-operator-bundle@sha256:5a03a6c6914550f375c65b9da5d9838726054bba58dc8dd835dd1e29bf0a29f0_amd64", "product": { "name": "multicluster-engine/klusterlet-operator-bundle@sha256:5a03a6c6914550f375c65b9da5d9838726054bba58dc8dd835dd1e29bf0a29f0_amd64", "product_id": "multicluster-engine/klusterlet-operator-bundle@sha256:5a03a6c6914550f375c65b9da5d9838726054bba58dc8dd835dd1e29bf0a29f0_amd64", "product_identification_helper": { "purl": "pkg:oci/klusterlet-operator-bundle@sha256:5a03a6c6914550f375c65b9da5d9838726054bba58dc8dd835dd1e29bf0a29f0?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/klusterlet-operator-bundle\u0026tag=v2.5.8-19" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:805235be089615928d16e6fd9758915d24f2ad57a7f377b441cb9e750eef35e4_amd64", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:805235be089615928d16e6fd9758915d24f2ad57a7f377b441cb9e750eef35e4_amd64", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:805235be089615928d16e6fd9758915d24f2ad57a7f377b441cb9e750eef35e4_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:805235be089615928d16e6fd9758915d24f2ad57a7f377b441cb9e750eef35e4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.5.8-10" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:82cb538eb44518456d22e76925c1849a39c04023246835a5656d75ae3189d2a5_amd64", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:82cb538eb44518456d22e76925c1849a39c04023246835a5656d75ae3189d2a5_amd64", "product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:82cb538eb44518456d22e76925c1849a39c04023246835a5656d75ae3189d2a5_amd64", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:82cb538eb44518456d22e76925c1849a39c04023246835a5656d75ae3189d2a5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.5.8-14" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:3aea75d079c50682e2f683f5fc689c286a9d9fc72619b5cce5116a8aa735931f_amd64", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:3aea75d079c50682e2f683f5fc689c286a9d9fc72619b5cce5116a8aa735931f_amd64", "product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:3aea75d079c50682e2f683f5fc689c286a9d9fc72619b5cce5116a8aa735931f_amd64", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:3aea75d079c50682e2f683f5fc689c286a9d9fc72619b5cce5116a8aa735931f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.5.8-19" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel9@sha256:35fdb7df94f2baac096eff7af0d68baaf129a16e55d977d7cd563c537fbba73d_amd64", "product": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:35fdb7df94f2baac096eff7af0d68baaf129a16e55d977d7cd563c537fbba73d_amd64", "product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:35fdb7df94f2baac096eff7af0d68baaf129a16e55d977d7cd563c537fbba73d_amd64", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel9@sha256:35fdb7df94f2baac096eff7af0d68baaf129a16e55d977d7cd563c537fbba73d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.5.8-13" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel9@sha256:41c8019895392f57a49320c94a23e784c3f3a087ff766f57f50f86c95846358b_amd64", "product": { "name": "multicluster-engine/must-gather-rhel9@sha256:41c8019895392f57a49320c94a23e784c3f3a087ff766f57f50f86c95846358b_amd64", "product_id": "multicluster-engine/must-gather-rhel9@sha256:41c8019895392f57a49320c94a23e784c3f3a087ff766f57f50f86c95846358b_amd64", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel9@sha256:41c8019895392f57a49320c94a23e784c3f3a087ff766f57f50f86c95846358b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.5.8-26" } } }, { "category": "product_version", "name": "multicluster-engine/mce-operator-bundle@sha256:a37a483d865b35eeab1104bfc2c77046b1172a9af3163aec0acc28519c121320_amd64", "product": { "name": "multicluster-engine/mce-operator-bundle@sha256:a37a483d865b35eeab1104bfc2c77046b1172a9af3163aec0acc28519c121320_amd64", "product_id": "multicluster-engine/mce-operator-bundle@sha256:a37a483d865b35eeab1104bfc2c77046b1172a9af3163aec0acc28519c121320_amd64", "product_identification_helper": { "purl": "pkg:oci/mce-operator-bundle@sha256:a37a483d865b35eeab1104bfc2c77046b1172a9af3163aec0acc28519c121320?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.5.8-60" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel9-operator@sha256:0c32b324debc5ebf901b02403c24b4c67a7f0f557be0d28a28e7a87a3aca7e28_amd64", "product": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:0c32b324debc5ebf901b02403c24b4c67a7f0f557be0d28a28e7a87a3aca7e28_amd64", "product_id": "multicluster-engine/backplane-rhel9-operator@sha256:0c32b324debc5ebf901b02403c24b4c67a7f0f557be0d28a28e7a87a3aca7e28_amd64", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel9-operator@sha256:0c32b324debc5ebf901b02403c24b4c67a7f0f557be0d28a28e7a87a3aca7e28?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.5.8-29" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel9@sha256:2ebfcdf7e2b44f950cf6d7ef0f4081134be418334e74303c7c9568086ce4c7e5_amd64", "product": { "name": "multicluster-engine/placement-rhel9@sha256:2ebfcdf7e2b44f950cf6d7ef0f4081134be418334e74303c7c9568086ce4c7e5_amd64", "product_id": "multicluster-engine/placement-rhel9@sha256:2ebfcdf7e2b44f950cf6d7ef0f4081134be418334e74303c7c9568086ce4c7e5_amd64", "product_identification_helper": { "purl": "pkg:oci/placement-rhel9@sha256:2ebfcdf7e2b44f950cf6d7ef0f4081134be418334e74303c7c9568086ce4c7e5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.5.8-20" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:f3c33017dca5ebda2d5a5e6697d3a387581c14a7ccbba1f4741370d053b078d1_amd64", "product": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:f3c33017dca5ebda2d5a5e6697d3a387581c14a7ccbba1f4741370d053b078d1_amd64", "product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:f3c33017dca5ebda2d5a5e6697d3a387581c14a7ccbba1f4741370d053b078d1_amd64", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel9@sha256:f3c33017dca5ebda2d5a5e6697d3a387581c14a7ccbba1f4741370d053b078d1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.5.8-12" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel9@sha256:ab3a837e59d1655157b43fa353eb63fcb2bdd7626981a4457a5a50519f6266e2_amd64", "product": { "name": "multicluster-engine/registration-rhel9@sha256:ab3a837e59d1655157b43fa353eb63fcb2bdd7626981a4457a5a50519f6266e2_amd64", "product_id": "multicluster-engine/registration-rhel9@sha256:ab3a837e59d1655157b43fa353eb63fcb2bdd7626981a4457a5a50519f6266e2_amd64", "product_identification_helper": { "purl": "pkg:oci/registration-rhel9@sha256:ab3a837e59d1655157b43fa353eb63fcb2bdd7626981a4457a5a50519f6266e2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.5.8-20" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel9@sha256:5fdddc5c85034722d6b1b7bd5799cf61c64ef6c5e20bebb66124b1011954d919_amd64", "product": { "name": "multicluster-engine/registration-operator-rhel9@sha256:5fdddc5c85034722d6b1b7bd5799cf61c64ef6c5e20bebb66124b1011954d919_amd64", "product_id": "multicluster-engine/registration-operator-rhel9@sha256:5fdddc5c85034722d6b1b7bd5799cf61c64ef6c5e20bebb66124b1011954d919_amd64", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel9@sha256:5fdddc5c85034722d6b1b7bd5799cf61c64ef6c5e20bebb66124b1011954d919?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.5.8-19" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel9@sha256:be7a648dcb885dac958eda979ccb4bd835b8cdf26f5d4d0a2877bcb2b0a595ab_amd64", "product": { "name": "multicluster-engine/work-rhel9@sha256:be7a648dcb885dac958eda979ccb4bd835b8cdf26f5d4d0a2877bcb2b0a595ab_amd64", "product_id": "multicluster-engine/work-rhel9@sha256:be7a648dcb885dac958eda979ccb4bd835b8cdf26f5d4d0a2877bcb2b0a595ab_amd64", "product_identification_helper": { "purl": "pkg:oci/work-rhel9@sha256:be7a648dcb885dac958eda979ccb4bd835b8cdf26f5d4d0a2877bcb2b0a595ab?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.5.8-20" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/agent-service-rhel8@sha256:12233e3d9e7b38d043c9154ae6a136ecf0bf3018eaa7fdbfe143e607a5a91004_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:12233e3d9e7b38d043c9154ae6a136ecf0bf3018eaa7fdbfe143e607a5a91004_s390x" }, "product_reference": "multicluster-engine/agent-service-rhel8@sha256:12233e3d9e7b38d043c9154ae6a136ecf0bf3018eaa7fdbfe143e607a5a91004_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/agent-service-rhel8@sha256:6c6470b2bdc321d9a674362e62eaf3205ad2ce60825bd1a6b1f16158ed4d7e8b_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:6c6470b2bdc321d9a674362e62eaf3205ad2ce60825bd1a6b1f16158ed4d7e8b_amd64" }, "product_reference": "multicluster-engine/agent-service-rhel8@sha256:6c6470b2bdc321d9a674362e62eaf3205ad2ce60825bd1a6b1f16158ed4d7e8b_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/agent-service-rhel8@sha256:9966ef212014efb9edd0c9a61fb395de50046afbf473c9a1f0563e1d60eb9613_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:9966ef212014efb9edd0c9a61fb395de50046afbf473c9a1f0563e1d60eb9613_ppc64le" }, "product_reference": "multicluster-engine/agent-service-rhel8@sha256:9966ef212014efb9edd0c9a61fb395de50046afbf473c9a1f0563e1d60eb9613_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/agent-service-rhel8@sha256:c25bfb513f0701fa5027113e9e65bfaf85a3ed07f604d0e55b9fca1ccaf22b00_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:c25bfb513f0701fa5027113e9e65bfaf85a3ed07f604d0e55b9fca1ccaf22b00_arm64" }, "product_reference": "multicluster-engine/agent-service-rhel8@sha256:c25bfb513f0701fa5027113e9e65bfaf85a3ed07f604d0e55b9fca1ccaf22b00_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:2ec5b1ec0af80cae22f9e8431c975ca03a78d7912036212796027799d194e0b1_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:2ec5b1ec0af80cae22f9e8431c975ca03a78d7912036212796027799d194e0b1_ppc64le" }, "product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:2ec5b1ec0af80cae22f9e8431c975ca03a78d7912036212796027799d194e0b1_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:ae8d7275161f25d0bda9f12f916b59577de77d589edcd91f89c5da6b6f419647_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:ae8d7275161f25d0bda9f12f916b59577de77d589edcd91f89c5da6b6f419647_amd64" }, "product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:ae8d7275161f25d0bda9f12f916b59577de77d589edcd91f89c5da6b6f419647_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:e7391da39e4c090d18564db32583b59947d805c98bb342bd2c1865aae294829a_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:e7391da39e4c090d18564db32583b59947d805c98bb342bd2c1865aae294829a_arm64" }, "product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:e7391da39e4c090d18564db32583b59947d805c98bb342bd2c1865aae294829a_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:e98754debfa674b2a915355f514fa51feadb8249267042353485c38c41d8f65b_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:e98754debfa674b2a915355f514fa51feadb8249267042353485c38c41d8f65b_s390x" }, "product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:e98754debfa674b2a915355f514fa51feadb8249267042353485c38c41d8f65b_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5d07d81e69f4907ae32e2e5ec922cd2219bda7a6d7d25e21fefcca4eae8edaa3_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d07d81e69f4907ae32e2e5ec922cd2219bda7a6d7d25e21fefcca4eae8edaa3_ppc64le" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5d07d81e69f4907ae32e2e5ec922cd2219bda7a6d7d25e21fefcca4eae8edaa3_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:8659e47ef0f03ea79fb4cbf47460de244404ca4336b6e6871ca03820282d04fe_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:8659e47ef0f03ea79fb4cbf47460de244404ca4336b6e6871ca03820282d04fe_arm64" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:8659e47ef0f03ea79fb4cbf47460de244404ca4336b6e6871ca03820282d04fe_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:99e807ff6393e891ee057e9954efa0b69bcab21df47739a4d064bfdc1ed8c18f_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:99e807ff6393e891ee057e9954efa0b69bcab21df47739a4d064bfdc1ed8c18f_s390x" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:99e807ff6393e891ee057e9954efa0b69bcab21df47739a4d064bfdc1ed8c18f_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:e89f350541d8a99a14c2a2371bd1eb7d00ce0f52a0b0335b01c7ee1e490dc6fb_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:e89f350541d8a99a14c2a2371bd1eb7d00ce0f52a0b0335b01c7ee1e490dc6fb_amd64" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:e89f350541d8a99a14c2a2371bd1eb7d00ce0f52a0b0335b01c7ee1e490dc6fb_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:277b08ec10dd3a68b7608c1d4fd080f15b409a749292cd76c6c8873e98987297_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:277b08ec10dd3a68b7608c1d4fd080f15b409a749292cd76c6c8873e98987297_ppc64le" }, "product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:277b08ec10dd3a68b7608c1d4fd080f15b409a749292cd76c6c8873e98987297_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:706a19d118c7f4f2cd70c8845bbf8a25194b7f91a5e0f4562dd3a8cb05085d65_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:706a19d118c7f4f2cd70c8845bbf8a25194b7f91a5e0f4562dd3a8cb05085d65_s390x" }, "product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:706a19d118c7f4f2cd70c8845bbf8a25194b7f91a5e0f4562dd3a8cb05085d65_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:bb3cfd4b0194ffe92a3d5e73861b5d85134d83a73186531e62f78e70d8c646d9_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:bb3cfd4b0194ffe92a3d5e73861b5d85134d83a73186531e62f78e70d8c646d9_arm64" }, "product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:bb3cfd4b0194ffe92a3d5e73861b5d85134d83a73186531e62f78e70d8c646d9_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:e9bbed17889044dbf9a137431fcc6381a7c3e8665440dccfb6077e62471f2072_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:e9bbed17889044dbf9a137431fcc6381a7c3e8665440dccfb6077e62471f2072_amd64" }, "product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:e9bbed17889044dbf9a137431fcc6381a7c3e8665440dccfb6077e62471f2072_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:a689a510613085d7f92b32761e42c6885787ea5faf94abb8427a37caf4a884d3_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:a689a510613085d7f92b32761e42c6885787ea5faf94abb8427a37caf4a884d3_amd64" }, "product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:a689a510613085d7f92b32761e42c6885787ea5faf94abb8427a37caf4a884d3_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:b7d9d52eeae9f5f83e1149b718df47255dd7bb35a7a5974bb013512cf31ec0c7_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:b7d9d52eeae9f5f83e1149b718df47255dd7bb35a7a5974bb013512cf31ec0c7_ppc64le" }, "product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:b7d9d52eeae9f5f83e1149b718df47255dd7bb35a7a5974bb013512cf31ec0c7_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:ec22263012b1ed34ec9f3c9f6e5b5b2f896deeb5a190051166c5c7d0e87d09da_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:ec22263012b1ed34ec9f3c9f6e5b5b2f896deeb5a190051166c5c7d0e87d09da_arm64" }, "product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:ec22263012b1ed34ec9f3c9f6e5b5b2f896deeb5a190051166c5c7d0e87d09da_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:f39f0eaf3a9bbd119af9fe6cbcdcaf92f772e9c9652acfc7393eae0302d62035_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:f39f0eaf3a9bbd119af9fe6cbcdcaf92f772e9c9652acfc7393eae0302d62035_s390x" }, "product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:f39f0eaf3a9bbd119af9fe6cbcdcaf92f772e9c9652acfc7393eae0302d62035_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel8@sha256:33917ca14f190a96e5e687d6241b31990638ad2bf6c3cd25b7d8e0de59e36f9c_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:33917ca14f190a96e5e687d6241b31990638ad2bf6c3cd25b7d8e0de59e36f9c_s390x" }, "product_reference": "multicluster-engine/hive-rhel8@sha256:33917ca14f190a96e5e687d6241b31990638ad2bf6c3cd25b7d8e0de59e36f9c_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel8@sha256:339f9c0097ab184827aba7d6da890eeefcabcdfab09954073703f5c37388c8b2_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:339f9c0097ab184827aba7d6da890eeefcabcdfab09954073703f5c37388c8b2_arm64" }, "product_reference": "multicluster-engine/hive-rhel8@sha256:339f9c0097ab184827aba7d6da890eeefcabcdfab09954073703f5c37388c8b2_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel8@sha256:460326ad588bd9ee7ea5c93729140e145ffcb44e5a8a6f73f2bdf22695d11729_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:460326ad588bd9ee7ea5c93729140e145ffcb44e5a8a6f73f2bdf22695d11729_amd64" }, "product_reference": "multicluster-engine/hive-rhel8@sha256:460326ad588bd9ee7ea5c93729140e145ffcb44e5a8a6f73f2bdf22695d11729_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel8@sha256:b96e5f34d1830565051242d6fdb0cf006b7dc88c62c4d0c05a0722ac9652d58e_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 8", "product_id": "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:b96e5f34d1830565051242d6fdb0cf006b7dc88c62c4d0c05a0722ac9652d58e_ppc64le" }, "product_reference": "multicluster-engine/hive-rhel8@sha256:b96e5f34d1830565051242d6fdb0cf006b7dc88c62c4d0c05a0722ac9652d58e_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel9@sha256:0761da8eb79f41b9066b693ecc0db011ece5667459aea5286ff4182bc4ac973d_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:0761da8eb79f41b9066b693ecc0db011ece5667459aea5286ff4182bc4ac973d_arm64" }, "product_reference": "multicluster-engine/addon-manager-rhel9@sha256:0761da8eb79f41b9066b693ecc0db011ece5667459aea5286ff4182bc4ac973d_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel9@sha256:7d8c0971c6ecd2c34000c1463619e169c100c58b2df30c72f73ed2a7b3257ed2_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:7d8c0971c6ecd2c34000c1463619e169c100c58b2df30c72f73ed2a7b3257ed2_amd64" }, "product_reference": "multicluster-engine/addon-manager-rhel9@sha256:7d8c0971c6ecd2c34000c1463619e169c100c58b2df30c72f73ed2a7b3257ed2_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel9@sha256:c049f56835b3bc82ed6099f86956438b3a69a4ec13658b83f048c3d473ec7dca_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:c049f56835b3bc82ed6099f86956438b3a69a4ec13658b83f048c3d473ec7dca_s390x" }, "product_reference": "multicluster-engine/addon-manager-rhel9@sha256:c049f56835b3bc82ed6099f86956438b3a69a4ec13658b83f048c3d473ec7dca_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel9@sha256:e0b2729900fe9b75fb2d56a1f52e0b4f23dc4328e41e18fa00194045ed1584aa_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:e0b2729900fe9b75fb2d56a1f52e0b4f23dc4328e41e18fa00194045ed1584aa_ppc64le" }, "product_reference": "multicluster-engine/addon-manager-rhel9@sha256:e0b2729900fe9b75fb2d56a1f52e0b4f23dc4328e41e18fa00194045ed1584aa_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:3b90394d49eb6926492a028de85ede80e8e4b4495781d92de2ab21b22c6df27b_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:3b90394d49eb6926492a028de85ede80e8e4b4495781d92de2ab21b22c6df27b_amd64" }, "product_reference": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:3b90394d49eb6926492a028de85ede80e8e4b4495781d92de2ab21b22c6df27b_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:8f1bca89c4f9bce28f1a75f23fcf12b7261eda6c9f5c1fd326ef2ff93f38ed41_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:8f1bca89c4f9bce28f1a75f23fcf12b7261eda6c9f5c1fd326ef2ff93f38ed41_s390x" }, "product_reference": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:8f1bca89c4f9bce28f1a75f23fcf12b7261eda6c9f5c1fd326ef2ff93f38ed41_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:cbe0ea6421291d4ba10925af3a21ac2b8374d10091635c531b2c5ff7d499a1b6_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:cbe0ea6421291d4ba10925af3a21ac2b8374d10091635c531b2c5ff7d499a1b6_arm64" }, "product_reference": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:cbe0ea6421291d4ba10925af3a21ac2b8374d10091635c531b2c5ff7d499a1b6_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:e4cd67b8ac5f96b343ece5d2be1f23da546dbbf4ac73782371fe8117e2921653_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:e4cd67b8ac5f96b343ece5d2be1f23da546dbbf4ac73782371fe8117e2921653_ppc64le" }, "product_reference": "multicluster-engine/apiserver-network-proxy-rhel9@sha256:e4cd67b8ac5f96b343ece5d2be1f23da546dbbf4ac73782371fe8117e2921653_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/aws-encryption-provider-rhel9@sha256:3115f33939008fc6f78a994911a921dbd9fe30ac1aa0bfbb584d21853ecda9cc_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:3115f33939008fc6f78a994911a921dbd9fe30ac1aa0bfbb584d21853ecda9cc_arm64" }, "product_reference": "multicluster-engine/aws-encryption-provider-rhel9@sha256:3115f33939008fc6f78a994911a921dbd9fe30ac1aa0bfbb584d21853ecda9cc_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/aws-encryption-provider-rhel9@sha256:7ba2e2b3acce5cc801b5b61a8c07987a23664780f0cfea2804e99cccb9d8bcf6_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:7ba2e2b3acce5cc801b5b61a8c07987a23664780f0cfea2804e99cccb9d8bcf6_amd64" }, "product_reference": "multicluster-engine/aws-encryption-provider-rhel9@sha256:7ba2e2b3acce5cc801b5b61a8c07987a23664780f0cfea2804e99cccb9d8bcf6_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/aws-encryption-provider-rhel9@sha256:9393810a8b520eb7ec1af425fb7f03cc5d6d590e0ed6bb4eaf5dcf6278a1abff_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:9393810a8b520eb7ec1af425fb7f03cc5d6d590e0ed6bb4eaf5dcf6278a1abff_ppc64le" }, "product_reference": "multicluster-engine/aws-encryption-provider-rhel9@sha256:9393810a8b520eb7ec1af425fb7f03cc5d6d590e0ed6bb4eaf5dcf6278a1abff_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/aws-encryption-provider-rhel9@sha256:a783f9602f70bd55a7961a2572fb6e676d1f9d5d37bce474e84544d597586c17_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:a783f9602f70bd55a7961a2572fb6e676d1f9d5d37bce474e84544d597586c17_s390x" }, "product_reference": "multicluster-engine/aws-encryption-provider-rhel9@sha256:a783f9602f70bd55a7961a2572fb6e676d1f9d5d37bce474e84544d597586c17_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:0c32b324debc5ebf901b02403c24b4c67a7f0f557be0d28a28e7a87a3aca7e28_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:0c32b324debc5ebf901b02403c24b4c67a7f0f557be0d28a28e7a87a3aca7e28_amd64" }, "product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:0c32b324debc5ebf901b02403c24b4c67a7f0f557be0d28a28e7a87a3aca7e28_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:215cd09b50eb4c56127b5a060e3e6aad9507c9fd1d6a3b79f71f277c5acc4577_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:215cd09b50eb4c56127b5a060e3e6aad9507c9fd1d6a3b79f71f277c5acc4577_s390x" }, "product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:215cd09b50eb4c56127b5a060e3e6aad9507c9fd1d6a3b79f71f277c5acc4577_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:4e8d1b36928e1d1f06ebd5b15d921e6d285ba29cf67dca8254ec4500c08ae89b_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:4e8d1b36928e1d1f06ebd5b15d921e6d285ba29cf67dca8254ec4500c08ae89b_ppc64le" }, "product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:4e8d1b36928e1d1f06ebd5b15d921e6d285ba29cf67dca8254ec4500c08ae89b_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:529f4292ea0dbed2b6605d61c1e02de5cd1c37fe3e77b53b98d849920407c926_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:529f4292ea0dbed2b6605d61c1e02de5cd1c37fe3e77b53b98d849920407c926_arm64" }, "product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:529f4292ea0dbed2b6605d61c1e02de5cd1c37fe3e77b53b98d849920407c926_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4349a07df25c3235f30a6c6f89e95d3471fcbcb9fff7f005ceb7d7e4cf7c3481_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4349a07df25c3235f30a6c6f89e95d3471fcbcb9fff7f005ceb7d7e4cf7c3481_arm64" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4349a07df25c3235f30a6c6f89e95d3471fcbcb9fff7f005ceb7d7e4cf7c3481_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b3aaf8701067d4bf41765c4aaa57911428b13828616228daf3ab2653c03a0f11_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b3aaf8701067d4bf41765c4aaa57911428b13828616228daf3ab2653c03a0f11_s390x" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b3aaf8701067d4bf41765c4aaa57911428b13828616228daf3ab2653c03a0f11_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:ce2e3f3a3a296264d13dd92e6bf9aad02e3784c895ee462b7ded43cfe486ee56_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:ce2e3f3a3a296264d13dd92e6bf9aad02e3784c895ee462b7ded43cfe486ee56_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:ce2e3f3a3a296264d13dd92e6bf9aad02e3784c895ee462b7ded43cfe486ee56_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e8a51c10e07063775ea5de814c1d17c7c944a738747be7c023db97b309754132_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e8a51c10e07063775ea5de814c1d17c7c944a738747be7c023db97b309754132_amd64" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e8a51c10e07063775ea5de814c1d17c7c944a738747be7c023db97b309754132_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0fd7bcf26457bc7d180bf015e2f8c6293840c6db207009ebdc55444469a60952_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0fd7bcf26457bc7d180bf015e2f8c6293840c6db207009ebdc55444469a60952_s390x" }, "product_reference": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0fd7bcf26457bc7d180bf015e2f8c6293840c6db207009ebdc55444469a60952_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4f97aa38578070b493587485511e6f5f35b73c43ef75bd3c325db2dafc669892_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4f97aa38578070b493587485511e6f5f35b73c43ef75bd3c325db2dafc669892_arm64" }, "product_reference": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4f97aa38578070b493587485511e6f5f35b73c43ef75bd3c325db2dafc669892_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:93b8b69a75f42410925c7f3546bc527158a07ae6f8259969855c509783c8a1c8_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:93b8b69a75f42410925c7f3546bc527158a07ae6f8259969855c509783c8a1c8_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:93b8b69a75f42410925c7f3546bc527158a07ae6f8259969855c509783c8a1c8_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:b32dfc3ba9cc1bcc8156b5a765053baeaec9429d1e9214ccd096d57121300512_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:b32dfc3ba9cc1bcc8156b5a765053baeaec9429d1e9214ccd096d57121300512_amd64" }, "product_reference": "multicluster-engine/cluster-api-provider-aws-rhel9@sha256:b32dfc3ba9cc1bcc8156b5a765053baeaec9429d1e9214ccd096d57121300512_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3e574777db2aea697bee325a96b3060bbb73a1ef08090c8554a1578963ff33c6_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3e574777db2aea697bee325a96b3060bbb73a1ef08090c8554a1578963ff33c6_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3e574777db2aea697bee325a96b3060bbb73a1ef08090c8554a1578963ff33c6_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:51e8515f6ddbb9cf130a5aa5c655ac06379cd164e123d1ef2c33fe2ffa4daf2f_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:51e8515f6ddbb9cf130a5aa5c655ac06379cd164e123d1ef2c33fe2ffa4daf2f_s390x" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:51e8515f6ddbb9cf130a5aa5c655ac06379cd164e123d1ef2c33fe2ffa4daf2f_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e5e8151e4ea6fad2127200542a2a20b84d2eb51b0ce92d842c6076735b9517a7_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e5e8151e4ea6fad2127200542a2a20b84d2eb51b0ce92d842c6076735b9517a7_arm64" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e5e8151e4ea6fad2127200542a2a20b84d2eb51b0ce92d842c6076735b9517a7_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f79e251ac9171bee00527287d3ced4b62f2a6fd46d2d393900295b762b8bbd51_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f79e251ac9171bee00527287d3ced4b62f2a6fd46d2d393900295b762b8bbd51_amd64" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f79e251ac9171bee00527287d3ced4b62f2a6fd46d2d393900295b762b8bbd51_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel9@sha256:0340f3cc9aed03f2816e0204bee3cf1aac32eaf715ac00536d0487afef5b6a69_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:0340f3cc9aed03f2816e0204bee3cf1aac32eaf715ac00536d0487afef5b6a69_amd64" }, "product_reference": "multicluster-engine/cluster-api-rhel9@sha256:0340f3cc9aed03f2816e0204bee3cf1aac32eaf715ac00536d0487afef5b6a69_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel9@sha256:3b349b28083354b423c4a529fa79c9c4a6ff829c60bb63be9a5d77e499f9de89_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:3b349b28083354b423c4a529fa79c9c4a6ff829c60bb63be9a5d77e499f9de89_arm64" }, "product_reference": "multicluster-engine/cluster-api-rhel9@sha256:3b349b28083354b423c4a529fa79c9c4a6ff829c60bb63be9a5d77e499f9de89_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel9@sha256:8cd689d0d732ded5a5cb6092724cc048b8799b1b17142985b057af82542df416_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:8cd689d0d732ded5a5cb6092724cc048b8799b1b17142985b057af82542df416_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-rhel9@sha256:8cd689d0d732ded5a5cb6092724cc048b8799b1b17142985b057af82542df416_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel9@sha256:a6863f5558925b453a8b90d0bf17aab5647cb6fae8d5e7efddf120bf37e5ddbd_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:a6863f5558925b453a8b90d0bf17aab5647cb6fae8d5e7efddf120bf37e5ddbd_s390x" }, "product_reference": "multicluster-engine/cluster-api-rhel9@sha256:a6863f5558925b453a8b90d0bf17aab5647cb6fae8d5e7efddf120bf37e5ddbd_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:191a16392e04aa5c6152d2974339bf3dd9091ea121802677b7291197a207b388_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:191a16392e04aa5c6152d2974339bf3dd9091ea121802677b7291197a207b388_amd64" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:191a16392e04aa5c6152d2974339bf3dd9091ea121802677b7291197a207b388_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:37f44868fa304898b14dab6bfad4e029778b05bbcf39ae839ca2d2d5ece0d497_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:37f44868fa304898b14dab6bfad4e029778b05bbcf39ae839ca2d2d5ece0d497_ppc64le" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:37f44868fa304898b14dab6bfad4e029778b05bbcf39ae839ca2d2d5ece0d497_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:63c95f60413e3762f54ef496fb323752516bd768775942e5a1099276e1728e4f_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:63c95f60413e3762f54ef496fb323752516bd768775942e5a1099276e1728e4f_arm64" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:63c95f60413e3762f54ef496fb323752516bd768775942e5a1099276e1728e4f_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:eff5398597d1eb83eaf64be972cbebc5a237081d68b9744cddab5dc5d94b9b37_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:eff5398597d1eb83eaf64be972cbebc5a237081d68b9744cddab5dc5d94b9b37_s390x" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:eff5398597d1eb83eaf64be972cbebc5a237081d68b9744cddab5dc5d94b9b37_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:430c880fb4213d2156d9a6dc7a7bc4683cc7f92609d825ddda5d9ade5c86147c_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:430c880fb4213d2156d9a6dc7a7bc4683cc7f92609d825ddda5d9ade5c86147c_amd64" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:430c880fb4213d2156d9a6dc7a7bc4683cc7f92609d825ddda5d9ade5c86147c_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:729f62f681c17e72fa73034fc1347956de5303c6590937bdb85a41bc2165cee2_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:729f62f681c17e72fa73034fc1347956de5303c6590937bdb85a41bc2165cee2_s390x" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:729f62f681c17e72fa73034fc1347956de5303c6590937bdb85a41bc2165cee2_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:9fb707c5b7f7f738b784de85382295619609e4dcdebbc5ab96ff425c85a315d7_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:9fb707c5b7f7f738b784de85382295619609e4dcdebbc5ab96ff425c85a315d7_arm64" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:9fb707c5b7f7f738b784de85382295619609e4dcdebbc5ab96ff425c85a315d7_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:d55cc6e4ebd8066981b5206af262d32dbc920ef02b19effbc0ca4d7de3c93b63_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:d55cc6e4ebd8066981b5206af262d32dbc920ef02b19effbc0ca4d7de3c93b63_ppc64le" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:d55cc6e4ebd8066981b5206af262d32dbc920ef02b19effbc0ca4d7de3c93b63_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:24be4f32d8c1222c7e9b1b0bd14212973f8d243992ec6b9ebe91419a8ddc590f_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:24be4f32d8c1222c7e9b1b0bd14212973f8d243992ec6b9ebe91419a8ddc590f_amd64" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:24be4f32d8c1222c7e9b1b0bd14212973f8d243992ec6b9ebe91419a8ddc590f_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:31be0d1e0a81b82307150419e3b4652b18dc6bfe2aa0268e62a0b8d6366f3e26_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:31be0d1e0a81b82307150419e3b4652b18dc6bfe2aa0268e62a0b8d6366f3e26_s390x" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:31be0d1e0a81b82307150419e3b4652b18dc6bfe2aa0268e62a0b8d6366f3e26_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:accd03cd5ae2907a215cca72087867bf00247b7cc4518c2a5cded3b7a2b54bd8_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:accd03cd5ae2907a215cca72087867bf00247b7cc4518c2a5cded3b7a2b54bd8_ppc64le" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:accd03cd5ae2907a215cca72087867bf00247b7cc4518c2a5cded3b7a2b54bd8_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:bab43580fe22ed3c5aed1796dcd99d5397941cf04411d62a2001a36b118963b5_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:bab43580fe22ed3c5aed1796dcd99d5397941cf04411d62a2001a36b118963b5_arm64" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:bab43580fe22ed3c5aed1796dcd99d5397941cf04411d62a2001a36b118963b5_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:03962669596be3b2508c74a60fcff9f4f375946426c17ab89accebec968a017d_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:03962669596be3b2508c74a60fcff9f4f375946426c17ab89accebec968a017d_ppc64le" }, "product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:03962669596be3b2508c74a60fcff9f4f375946426c17ab89accebec968a017d_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:4ab40a46c13c8cc95ddbb5691561e769fb00e237d25aa56628f59a0f291a0ae6_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:4ab40a46c13c8cc95ddbb5691561e769fb00e237d25aa56628f59a0f291a0ae6_amd64" }, "product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:4ab40a46c13c8cc95ddbb5691561e769fb00e237d25aa56628f59a0f291a0ae6_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:6dd20975ec4bf6753e0a4783676c5470860f3a1cb13d7bcc30e99b52a5b6f865_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:6dd20975ec4bf6753e0a4783676c5470860f3a1cb13d7bcc30e99b52a5b6f865_arm64" }, "product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:6dd20975ec4bf6753e0a4783676c5470860f3a1cb13d7bcc30e99b52a5b6f865_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:81dc4d6027317ddbad8c6dd11d6d61163e43c2fe97c2202da2b7b45ae5d21a91_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:81dc4d6027317ddbad8c6dd11d6d61163e43c2fe97c2202da2b7b45ae5d21a91_s390x" }, "product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:81dc4d6027317ddbad8c6dd11d6d61163e43c2fe97c2202da2b7b45ae5d21a91_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:4459a7eaba41dec2713da61be9d7b9bff6782e35ef16c1c95e17b820222b5ab9_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:4459a7eaba41dec2713da61be9d7b9bff6782e35ef16c1c95e17b820222b5ab9_s390x" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:4459a7eaba41dec2713da61be9d7b9bff6782e35ef16c1c95e17b820222b5ab9_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:57f7984abd2110d678faa5df3d950eb787bda437b48a0f4d166f79b044d575b7_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:57f7984abd2110d678faa5df3d950eb787bda437b48a0f4d166f79b044d575b7_amd64" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:57f7984abd2110d678faa5df3d950eb787bda437b48a0f4d166f79b044d575b7_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:dccbf83f41a9d5b1ff92c6a7b3ea139887c303cb9f27c3100f854ddc4b18d0e3_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:dccbf83f41a9d5b1ff92c6a7b3ea139887c303cb9f27c3100f854ddc4b18d0e3_ppc64le" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:dccbf83f41a9d5b1ff92c6a7b3ea139887c303cb9f27c3100f854ddc4b18d0e3_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:e2c249bef497c4777982da504f6b619413b53b55841d5c707a1218cbea9cd542_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:e2c249bef497c4777982da504f6b619413b53b55841d5c707a1218cbea9cd542_arm64" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:e2c249bef497c4777982da504f6b619413b53b55841d5c707a1218cbea9cd542_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:61fd65a41846deb806ab684cac9061d581689be513c05812da5621b3b56cf65b_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:61fd65a41846deb806ab684cac9061d581689be513c05812da5621b3b56cf65b_arm64" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:61fd65a41846deb806ab684cac9061d581689be513c05812da5621b3b56cf65b_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:73e4a68dc63cc660c17797e99010427ffc37a39d93639839a14e9bd889cad5fc_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:73e4a68dc63cc660c17797e99010427ffc37a39d93639839a14e9bd889cad5fc_ppc64le" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:73e4a68dc63cc660c17797e99010427ffc37a39d93639839a14e9bd889cad5fc_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:7e3ad35dc7b688e294e21b089e075c031849bbf957e267de3969193f63c164f4_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:7e3ad35dc7b688e294e21b089e075c031849bbf957e267de3969193f63c164f4_amd64" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:7e3ad35dc7b688e294e21b089e075c031849bbf957e267de3969193f63c164f4_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:984b804f2bd3422615192722968aa7751f12a6557e79ea2ef024e3a5e10cec1b_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:984b804f2bd3422615192722968aa7751f12a6557e79ea2ef024e3a5e10cec1b_s390x" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:984b804f2bd3422615192722968aa7751f12a6557e79ea2ef024e3a5e10cec1b_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel9@sha256:94722017a746ec465f42b7e7a2e2aa6b18a4327969a51b90504bb08dc4a73d0a_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:94722017a746ec465f42b7e7a2e2aa6b18a4327969a51b90504bb08dc4a73d0a_arm64" }, "product_reference": "multicluster-engine/console-mce-rhel9@sha256:94722017a746ec465f42b7e7a2e2aa6b18a4327969a51b90504bb08dc4a73d0a_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel9@sha256:bb41e7c0826cff72903ce3c4d277324fe9752085e80e1ff5e6b344e2f4193c9b_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:bb41e7c0826cff72903ce3c4d277324fe9752085e80e1ff5e6b344e2f4193c9b_ppc64le" }, "product_reference": "multicluster-engine/console-mce-rhel9@sha256:bb41e7c0826cff72903ce3c4d277324fe9752085e80e1ff5e6b344e2f4193c9b_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel9@sha256:deb96c8f55f1da36c64370cf86e70bb68445442725d9e8ecb3298d5944568c0d_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:deb96c8f55f1da36c64370cf86e70bb68445442725d9e8ecb3298d5944568c0d_s390x" }, "product_reference": "multicluster-engine/console-mce-rhel9@sha256:deb96c8f55f1da36c64370cf86e70bb68445442725d9e8ecb3298d5944568c0d_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel9@sha256:e8e74a999ab95b1b81255e265c1fd9e3dabe212d32fe4d330875df679c3fd96a_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:e8e74a999ab95b1b81255e265c1fd9e3dabe212d32fe4d330875df679c3fd96a_amd64" }, "product_reference": "multicluster-engine/console-mce-rhel9@sha256:e8e74a999ab95b1b81255e265c1fd9e3dabe212d32fe4d330875df679c3fd96a_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel9@sha256:19d3c55cbfe1a3a6ae12105fdf89842b3d1765ac4f675f0f37ec21c7e883530b_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:19d3c55cbfe1a3a6ae12105fdf89842b3d1765ac4f675f0f37ec21c7e883530b_amd64" }, "product_reference": "multicluster-engine/discovery-rhel9@sha256:19d3c55cbfe1a3a6ae12105fdf89842b3d1765ac4f675f0f37ec21c7e883530b_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel9@sha256:9076810900795e6de9c82a280efcfcd258bcda1c1ac212c8becaaf8ac4ec9732_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:9076810900795e6de9c82a280efcfcd258bcda1c1ac212c8becaaf8ac4ec9732_ppc64le" }, "product_reference": "multicluster-engine/discovery-rhel9@sha256:9076810900795e6de9c82a280efcfcd258bcda1c1ac212c8becaaf8ac4ec9732_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel9@sha256:b02221e80623fcaf1e4dbecc432ab92bfe5e3f0eefe412ec69d17720e4eadcda_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:b02221e80623fcaf1e4dbecc432ab92bfe5e3f0eefe412ec69d17720e4eadcda_s390x" }, "product_reference": "multicluster-engine/discovery-rhel9@sha256:b02221e80623fcaf1e4dbecc432ab92bfe5e3f0eefe412ec69d17720e4eadcda_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel9@sha256:cfa9e8f995226a13bc2b39b26f68ecf465f099876ff20c1bea893e22335bb8cb_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:cfa9e8f995226a13bc2b39b26f68ecf465f099876ff20c1bea893e22335bb8cb_arm64" }, "product_reference": "multicluster-engine/discovery-rhel9@sha256:cfa9e8f995226a13bc2b39b26f68ecf465f099876ff20c1bea893e22335bb8cb_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:4e80145df877d93eab6c3fd023a16f4b456dd16dddb7c935d04e6bb72e3de3a3_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:4e80145df877d93eab6c3fd023a16f4b456dd16dddb7c935d04e6bb72e3de3a3_amd64" }, "product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:4e80145df877d93eab6c3fd023a16f4b456dd16dddb7c935d04e6bb72e3de3a3_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:55ca8f12bb98c629a3a4fd25089ee19957e3350ff3697cff85b6e1c5f097467a_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:55ca8f12bb98c629a3a4fd25089ee19957e3350ff3697cff85b6e1c5f097467a_arm64" }, "product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:55ca8f12bb98c629a3a4fd25089ee19957e3350ff3697cff85b6e1c5f097467a_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:a61896136c7c66d829e85a652730bd498bad4955d797440311270b19ea536d48_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a61896136c7c66d829e85a652730bd498bad4955d797440311270b19ea536d48_ppc64le" }, "product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:a61896136c7c66d829e85a652730bd498bad4955d797440311270b19ea536d48_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:c543a41e5aaf0f4da983dae7e0c13ec95afb45f6451726b5e8fdc70a76e742d9_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:c543a41e5aaf0f4da983dae7e0c13ec95afb45f6451726b5e8fdc70a76e742d9_s390x" }, "product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:c543a41e5aaf0f4da983dae7e0c13ec95afb45f6451726b5e8fdc70a76e742d9_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:380be65be89fd4b586e7c33eeded8e21b8b062c685fb0e6261eeae9bd52ec337_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:380be65be89fd4b586e7c33eeded8e21b8b062c685fb0e6261eeae9bd52ec337_arm64" }, "product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:380be65be89fd4b586e7c33eeded8e21b8b062c685fb0e6261eeae9bd52ec337_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:9b290087ce4b45d390ff125650114e295315d4d2ef07f726e4664cc2055328e4_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:9b290087ce4b45d390ff125650114e295315d4d2ef07f726e4664cc2055328e4_s390x" }, "product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:9b290087ce4b45d390ff125650114e295315d4d2ef07f726e4664cc2055328e4_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:c92e52ca224ebb1b4e9dd12f6a9743bb8793d60bfebf1beda23876bfa9f57d40_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:c92e52ca224ebb1b4e9dd12f6a9743bb8793d60bfebf1beda23876bfa9f57d40_amd64" }, "product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:c92e52ca224ebb1b4e9dd12f6a9743bb8793d60bfebf1beda23876bfa9f57d40_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:efa26816b66fa8038911ae6489864d4734495afd652f0dee18918acbcd22ad8c_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:efa26816b66fa8038911ae6489864d4734495afd652f0dee18918acbcd22ad8c_ppc64le" }, "product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:efa26816b66fa8038911ae6489864d4734495afd652f0dee18918acbcd22ad8c_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:834c1e1b0e256c835d97d33d2f6ea785bb1f58160a63bcbff6c3becf8486df84_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:834c1e1b0e256c835d97d33d2f6ea785bb1f58160a63bcbff6c3becf8486df84_arm64" }, "product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:834c1e1b0e256c835d97d33d2f6ea785bb1f58160a63bcbff6c3becf8486df84_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:d3de73c6d3c8e3cf047bcc952c637692ca655e817c6505fb6bb42531585f1367_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:d3de73c6d3c8e3cf047bcc952c637692ca655e817c6505fb6bb42531585f1367_ppc64le" }, "product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:d3de73c6d3c8e3cf047bcc952c637692ca655e817c6505fb6bb42531585f1367_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:d7185bd9b439e2cc0b3705b91c40ad4fd7455947f62a978b5038e6beb5491864_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:d7185bd9b439e2cc0b3705b91c40ad4fd7455947f62a978b5038e6beb5491864_amd64" }, "product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:d7185bd9b439e2cc0b3705b91c40ad4fd7455947f62a978b5038e6beb5491864_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:fdb1770628d1558de9a2669d3d7421c758555480a46d249f7ecfba10e2f07249_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:fdb1770628d1558de9a2669d3d7421c758555480a46d249f7ecfba10e2f07249_s390x" }, "product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:fdb1770628d1558de9a2669d3d7421c758555480a46d249f7ecfba10e2f07249_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/image-based-install-rhel9@sha256:28d342cca0a6ef31c4b8efc291b32a6a7130f2b4f333ef34528b49ce29e322c4_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:28d342cca0a6ef31c4b8efc291b32a6a7130f2b4f333ef34528b49ce29e322c4_amd64" }, "product_reference": "multicluster-engine/image-based-install-rhel9@sha256:28d342cca0a6ef31c4b8efc291b32a6a7130f2b4f333ef34528b49ce29e322c4_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/image-based-install-rhel9@sha256:357da0c4b336d19e552d8705a883243a5cca720015b61d62ced0e963c5adbcfe_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:357da0c4b336d19e552d8705a883243a5cca720015b61d62ced0e963c5adbcfe_ppc64le" }, "product_reference": "multicluster-engine/image-based-install-rhel9@sha256:357da0c4b336d19e552d8705a883243a5cca720015b61d62ced0e963c5adbcfe_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/image-based-install-rhel9@sha256:be2f093b484582b0d7e23edda48f842a85c261118a7407f436368ac9c4b1984d_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:be2f093b484582b0d7e23edda48f842a85c261118a7407f436368ac9c4b1984d_s390x" }, "product_reference": "multicluster-engine/image-based-install-rhel9@sha256:be2f093b484582b0d7e23edda48f842a85c261118a7407f436368ac9c4b1984d_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/image-based-install-rhel9@sha256:dc4e3b0b2844fc926592aaefef5a7d61bae8eff34ff1391c97d8ba047bb976e9_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:dc4e3b0b2844fc926592aaefef5a7d61bae8eff34ff1391c97d8ba047bb976e9_arm64" }, "product_reference": "multicluster-engine/image-based-install-rhel9@sha256:dc4e3b0b2844fc926592aaefef5a7d61bae8eff34ff1391c97d8ba047bb976e9_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/klusterlet-operator-bundle@sha256:5a03a6c6914550f375c65b9da5d9838726054bba58dc8dd835dd1e29bf0a29f0_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/klusterlet-operator-bundle@sha256:5a03a6c6914550f375c65b9da5d9838726054bba58dc8dd835dd1e29bf0a29f0_amd64" }, "product_reference": "multicluster-engine/klusterlet-operator-bundle@sha256:5a03a6c6914550f375c65b9da5d9838726054bba58dc8dd835dd1e29bf0a29f0_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:805235be089615928d16e6fd9758915d24f2ad57a7f377b441cb9e750eef35e4_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:805235be089615928d16e6fd9758915d24f2ad57a7f377b441cb9e750eef35e4_amd64" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:805235be089615928d16e6fd9758915d24f2ad57a7f377b441cb9e750eef35e4_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:972a8ddbd1f5422beaebe95f2d65060ffe769790bb9e53718b70b58d8a01b3d1_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:972a8ddbd1f5422beaebe95f2d65060ffe769790bb9e53718b70b58d8a01b3d1_ppc64le" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:972a8ddbd1f5422beaebe95f2d65060ffe769790bb9e53718b70b58d8a01b3d1_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ab701714f6afa61a206574efa0d14a1236b773418e9286493c85a083ea599e20_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ab701714f6afa61a206574efa0d14a1236b773418e9286493c85a083ea599e20_arm64" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ab701714f6afa61a206574efa0d14a1236b773418e9286493c85a083ea599e20_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c0ed96eb9bad59d7f648b78f153eafcad6b4556a3a28d5b08d0f0f64833e1668_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c0ed96eb9bad59d7f648b78f153eafcad6b4556a3a28d5b08d0f0f64833e1668_s390x" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c0ed96eb9bad59d7f648b78f153eafcad6b4556a3a28d5b08d0f0f64833e1668_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:20ea99f2687a728509bf1982baf575ae41ebc385e7ba9a51b3380f0efe209969_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:20ea99f2687a728509bf1982baf575ae41ebc385e7ba9a51b3380f0efe209969_s390x" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:20ea99f2687a728509bf1982baf575ae41ebc385e7ba9a51b3380f0efe209969_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:3aea75d079c50682e2f683f5fc689c286a9d9fc72619b5cce5116a8aa735931f_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:3aea75d079c50682e2f683f5fc689c286a9d9fc72619b5cce5116a8aa735931f_amd64" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:3aea75d079c50682e2f683f5fc689c286a9d9fc72619b5cce5116a8aa735931f_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:6e2041b06a0f2ea621f3ae9249ba707123dd4d8fd10b11e9013dafb1e51726c8_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:6e2041b06a0f2ea621f3ae9249ba707123dd4d8fd10b11e9013dafb1e51726c8_ppc64le" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:6e2041b06a0f2ea621f3ae9249ba707123dd4d8fd10b11e9013dafb1e51726c8_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:75d8fe44f3c8ed60ea8bd6c44e3bf5a30d34fd61f7c2cd2196d5214bcb0c7a23_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:75d8fe44f3c8ed60ea8bd6c44e3bf5a30d34fd61f7c2cd2196d5214bcb0c7a23_arm64" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:75d8fe44f3c8ed60ea8bd6c44e3bf5a30d34fd61f7c2cd2196d5214bcb0c7a23_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:571c65ecec2353c72c7c12f3f0c06cb421f6da7dd99861e65c2792f815d0b09c_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:571c65ecec2353c72c7c12f3f0c06cb421f6da7dd99861e65c2792f815d0b09c_arm64" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:571c65ecec2353c72c7c12f3f0c06cb421f6da7dd99861e65c2792f815d0b09c_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:6054b2ec38184c8762d82eaf823457cd9fc630e7f2e39445ac0e082e1d82b572_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:6054b2ec38184c8762d82eaf823457cd9fc630e7f2e39445ac0e082e1d82b572_ppc64le" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:6054b2ec38184c8762d82eaf823457cd9fc630e7f2e39445ac0e082e1d82b572_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:82cb538eb44518456d22e76925c1849a39c04023246835a5656d75ae3189d2a5_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:82cb538eb44518456d22e76925c1849a39c04023246835a5656d75ae3189d2a5_amd64" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:82cb538eb44518456d22e76925c1849a39c04023246835a5656d75ae3189d2a5_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:fed3b58218994bc9ce2692f0a08297b0bc1c5af3c817dc53ae8eeac775e54ac1_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:fed3b58218994bc9ce2692f0a08297b0bc1c5af3c817dc53ae8eeac775e54ac1_s390x" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:fed3b58218994bc9ce2692f0a08297b0bc1c5af3c817dc53ae8eeac775e54ac1_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/mce-operator-bundle@sha256:032479435dfeca1d80575446d8b1a481b4902258f4464754fcbde4ffb3dd45f0_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:032479435dfeca1d80575446d8b1a481b4902258f4464754fcbde4ffb3dd45f0_s390x" }, "product_reference": "multicluster-engine/mce-operator-bundle@sha256:032479435dfeca1d80575446d8b1a481b4902258f4464754fcbde4ffb3dd45f0_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/mce-operator-bundle@sha256:a37a483d865b35eeab1104bfc2c77046b1172a9af3163aec0acc28519c121320_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:a37a483d865b35eeab1104bfc2c77046b1172a9af3163aec0acc28519c121320_amd64" }, "product_reference": "multicluster-engine/mce-operator-bundle@sha256:a37a483d865b35eeab1104bfc2c77046b1172a9af3163aec0acc28519c121320_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/mce-operator-bundle@sha256:f4ef248ed441b363ea1871f5eb858798ba7e7ebe9f1db6435632f555d721db5b_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:f4ef248ed441b363ea1871f5eb858798ba7e7ebe9f1db6435632f555d721db5b_ppc64le" }, "product_reference": "multicluster-engine/mce-operator-bundle@sha256:f4ef248ed441b363ea1871f5eb858798ba7e7ebe9f1db6435632f555d721db5b_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:35fdb7df94f2baac096eff7af0d68baaf129a16e55d977d7cd563c537fbba73d_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:35fdb7df94f2baac096eff7af0d68baaf129a16e55d977d7cd563c537fbba73d_amd64" }, "product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:35fdb7df94f2baac096eff7af0d68baaf129a16e55d977d7cd563c537fbba73d_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:3e11a388772bb8802c7a0665a324aa52ae3617bd06b46f8e6e2c1f079ef7b12f_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:3e11a388772bb8802c7a0665a324aa52ae3617bd06b46f8e6e2c1f079ef7b12f_ppc64le" }, "product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:3e11a388772bb8802c7a0665a324aa52ae3617bd06b46f8e6e2c1f079ef7b12f_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:5e279bf2cdb92686783b734224cfd815ed09448ebd0bc3a95beeaab637057d3e_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:5e279bf2cdb92686783b734224cfd815ed09448ebd0bc3a95beeaab637057d3e_arm64" }, "product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:5e279bf2cdb92686783b734224cfd815ed09448ebd0bc3a95beeaab637057d3e_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:d239ac631bce37c7564ab0f6ab8d543969f138c3b46b8131d3c913a220a1b9e7_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:d239ac631bce37c7564ab0f6ab8d543969f138c3b46b8131d3c913a220a1b9e7_s390x" }, "product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:d239ac631bce37c7564ab0f6ab8d543969f138c3b46b8131d3c913a220a1b9e7_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel9@sha256:41c8019895392f57a49320c94a23e784c3f3a087ff766f57f50f86c95846358b_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:41c8019895392f57a49320c94a23e784c3f3a087ff766f57f50f86c95846358b_amd64" }, "product_reference": "multicluster-engine/must-gather-rhel9@sha256:41c8019895392f57a49320c94a23e784c3f3a087ff766f57f50f86c95846358b_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel9@sha256:9cf02638cf268c3684d446a609b1977ff5aa551fa4778bd8f49a0b672fc30b5f_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:9cf02638cf268c3684d446a609b1977ff5aa551fa4778bd8f49a0b672fc30b5f_ppc64le" }, "product_reference": "multicluster-engine/must-gather-rhel9@sha256:9cf02638cf268c3684d446a609b1977ff5aa551fa4778bd8f49a0b672fc30b5f_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel9@sha256:de712016dad4a8fd5c94763fde2849c0a9e69b131f87f4f5adb0f4c7f3632e62_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:de712016dad4a8fd5c94763fde2849c0a9e69b131f87f4f5adb0f4c7f3632e62_s390x" }, "product_reference": "multicluster-engine/must-gather-rhel9@sha256:de712016dad4a8fd5c94763fde2849c0a9e69b131f87f4f5adb0f4c7f3632e62_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel9@sha256:f72e2c7958654da09903d639d5fa783b80e6e477ab75c459e1fea5de1a5fe283_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:f72e2c7958654da09903d639d5fa783b80e6e477ab75c459e1fea5de1a5fe283_arm64" }, "product_reference": "multicluster-engine/must-gather-rhel9@sha256:f72e2c7958654da09903d639d5fa783b80e6e477ab75c459e1fea5de1a5fe283_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel9@sha256:2ebfcdf7e2b44f950cf6d7ef0f4081134be418334e74303c7c9568086ce4c7e5_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:2ebfcdf7e2b44f950cf6d7ef0f4081134be418334e74303c7c9568086ce4c7e5_amd64" }, "product_reference": "multicluster-engine/placement-rhel9@sha256:2ebfcdf7e2b44f950cf6d7ef0f4081134be418334e74303c7c9568086ce4c7e5_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel9@sha256:8e5a103e06f8fd3a81468921de32895c8dfb8b43add4b596f5b2d82dd702b0df_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:8e5a103e06f8fd3a81468921de32895c8dfb8b43add4b596f5b2d82dd702b0df_ppc64le" }, "product_reference": "multicluster-engine/placement-rhel9@sha256:8e5a103e06f8fd3a81468921de32895c8dfb8b43add4b596f5b2d82dd702b0df_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel9@sha256:9363cc50ad93f0a4efdd47d26b397e7d1bce8f62425c0857852fbc28a9375563_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:9363cc50ad93f0a4efdd47d26b397e7d1bce8f62425c0857852fbc28a9375563_s390x" }, "product_reference": "multicluster-engine/placement-rhel9@sha256:9363cc50ad93f0a4efdd47d26b397e7d1bce8f62425c0857852fbc28a9375563_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel9@sha256:d6977e9d9553e15634b65fa69b4df4a47d51262bf132fcee8bbe970d693577f2_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:d6977e9d9553e15634b65fa69b4df4a47d51262bf132fcee8bbe970d693577f2_arm64" }, "product_reference": "multicluster-engine/placement-rhel9@sha256:d6977e9d9553e15634b65fa69b4df4a47d51262bf132fcee8bbe970d693577f2_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:514f4733d94367fd7c488f7ce98062f028800dcfffdb2963e52abdfa4d996fab_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:514f4733d94367fd7c488f7ce98062f028800dcfffdb2963e52abdfa4d996fab_arm64" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:514f4733d94367fd7c488f7ce98062f028800dcfffdb2963e52abdfa4d996fab_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:6d80aa41b51824983d43fa2c207a16f5bebbccc3dee648e1e2c9536664de45ae_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:6d80aa41b51824983d43fa2c207a16f5bebbccc3dee648e1e2c9536664de45ae_s390x" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:6d80aa41b51824983d43fa2c207a16f5bebbccc3dee648e1e2c9536664de45ae_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:b2bf24fc7ba572428b8d60c79426c53553d46f65467db1a9aa3d264c441473b3_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:b2bf24fc7ba572428b8d60c79426c53553d46f65467db1a9aa3d264c441473b3_ppc64le" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:b2bf24fc7ba572428b8d60c79426c53553d46f65467db1a9aa3d264c441473b3_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:f3c33017dca5ebda2d5a5e6697d3a387581c14a7ccbba1f4741370d053b078d1_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:f3c33017dca5ebda2d5a5e6697d3a387581c14a7ccbba1f4741370d053b078d1_amd64" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:f3c33017dca5ebda2d5a5e6697d3a387581c14a7ccbba1f4741370d053b078d1_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel9@sha256:358ac529d576601556dd7536ebe99031cfaa5275de59c6d9ea57d99ef1631521_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:358ac529d576601556dd7536ebe99031cfaa5275de59c6d9ea57d99ef1631521_s390x" }, "product_reference": "multicluster-engine/registration-operator-rhel9@sha256:358ac529d576601556dd7536ebe99031cfaa5275de59c6d9ea57d99ef1631521_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel9@sha256:3ae2999c741d4a7df738c375f5a4e6ad7cac00a38453e8069f5a89a9b96f70b3_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:3ae2999c741d4a7df738c375f5a4e6ad7cac00a38453e8069f5a89a9b96f70b3_arm64" }, "product_reference": "multicluster-engine/registration-operator-rhel9@sha256:3ae2999c741d4a7df738c375f5a4e6ad7cac00a38453e8069f5a89a9b96f70b3_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel9@sha256:5fdddc5c85034722d6b1b7bd5799cf61c64ef6c5e20bebb66124b1011954d919_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:5fdddc5c85034722d6b1b7bd5799cf61c64ef6c5e20bebb66124b1011954d919_amd64" }, "product_reference": "multicluster-engine/registration-operator-rhel9@sha256:5fdddc5c85034722d6b1b7bd5799cf61c64ef6c5e20bebb66124b1011954d919_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel9@sha256:b6b7a286744b67e8c886a318411667d658abe6a937ba3ed08fad356587fac15b_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:b6b7a286744b67e8c886a318411667d658abe6a937ba3ed08fad356587fac15b_ppc64le" }, "product_reference": "multicluster-engine/registration-operator-rhel9@sha256:b6b7a286744b67e8c886a318411667d658abe6a937ba3ed08fad356587fac15b_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel9@sha256:24c6ff2353f36905761f77d588434b6e2182d86b5f6b2d650583d3c72f8c9570_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:24c6ff2353f36905761f77d588434b6e2182d86b5f6b2d650583d3c72f8c9570_ppc64le" }, "product_reference": "multicluster-engine/registration-rhel9@sha256:24c6ff2353f36905761f77d588434b6e2182d86b5f6b2d650583d3c72f8c9570_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel9@sha256:95a14f06a48aec91b29cd6132af284255bb80a6c47fd3b2c455f0ba70c12f067_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:95a14f06a48aec91b29cd6132af284255bb80a6c47fd3b2c455f0ba70c12f067_arm64" }, "product_reference": "multicluster-engine/registration-rhel9@sha256:95a14f06a48aec91b29cd6132af284255bb80a6c47fd3b2c455f0ba70c12f067_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel9@sha256:ab3a837e59d1655157b43fa353eb63fcb2bdd7626981a4457a5a50519f6266e2_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:ab3a837e59d1655157b43fa353eb63fcb2bdd7626981a4457a5a50519f6266e2_amd64" }, "product_reference": "multicluster-engine/registration-rhel9@sha256:ab3a837e59d1655157b43fa353eb63fcb2bdd7626981a4457a5a50519f6266e2_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel9@sha256:ca5ad65b1965075eef55020af57592453538e3ddfdeda43742b315f519cf7907_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:ca5ad65b1965075eef55020af57592453538e3ddfdeda43742b315f519cf7907_s390x" }, "product_reference": "multicluster-engine/registration-rhel9@sha256:ca5ad65b1965075eef55020af57592453538e3ddfdeda43742b315f519cf7907_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel9@sha256:17177841295c70fb1fdbe58a356951311f402295c0f7c1da68d5f6fdee7d1fdc_s390x as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:17177841295c70fb1fdbe58a356951311f402295c0f7c1da68d5f6fdee7d1fdc_s390x" }, "product_reference": "multicluster-engine/work-rhel9@sha256:17177841295c70fb1fdbe58a356951311f402295c0f7c1da68d5f6fdee7d1fdc_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel9@sha256:6f454adef48ef62f556f3e2f5f0ab661b5b09ffce9518b3ea80e2f3a5e2a4dae_ppc64le as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:6f454adef48ef62f556f3e2f5f0ab661b5b09ffce9518b3ea80e2f3a5e2a4dae_ppc64le" }, "product_reference": "multicluster-engine/work-rhel9@sha256:6f454adef48ef62f556f3e2f5f0ab661b5b09ffce9518b3ea80e2f3a5e2a4dae_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel9@sha256:be7a648dcb885dac958eda979ccb4bd835b8cdf26f5d4d0a2877bcb2b0a595ab_amd64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:be7a648dcb885dac958eda979ccb4bd835b8cdf26f5d4d0a2877bcb2b0a595ab_amd64" }, "product_reference": "multicluster-engine/work-rhel9@sha256:be7a648dcb885dac958eda979ccb4bd835b8cdf26f5d4d0a2877bcb2b0a595ab_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel9@sha256:cab50268e7debb8a50f8acdc0325e7a7e6625bbe1448d439f5b1abf9a4fb962b_arm64 as a component of multicluster engine for Kubernetes 2.5 for RHEL 9", "product_id": "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:cab50268e7debb8a50f8acdc0325e7a7e6625bbe1448d439f5b1abf9a4fb962b_arm64" }, "product_reference": "multicluster-engine/work-rhel9@sha256:cab50268e7debb8a50f8acdc0325e7a7e6625bbe1448d439f5b1abf9a4fb962b_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:12233e3d9e7b38d043c9154ae6a136ecf0bf3018eaa7fdbfe143e607a5a91004_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:6c6470b2bdc321d9a674362e62eaf3205ad2ce60825bd1a6b1f16158ed4d7e8b_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:9966ef212014efb9edd0c9a61fb395de50046afbf473c9a1f0563e1d60eb9613_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:c25bfb513f0701fa5027113e9e65bfaf85a3ed07f604d0e55b9fca1ccaf22b00_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:2ec5b1ec0af80cae22f9e8431c975ca03a78d7912036212796027799d194e0b1_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:ae8d7275161f25d0bda9f12f916b59577de77d589edcd91f89c5da6b6f419647_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:e7391da39e4c090d18564db32583b59947d805c98bb342bd2c1865aae294829a_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:e98754debfa674b2a915355f514fa51feadb8249267042353485c38c41d8f65b_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d07d81e69f4907ae32e2e5ec922cd2219bda7a6d7d25e21fefcca4eae8edaa3_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:8659e47ef0f03ea79fb4cbf47460de244404ca4336b6e6871ca03820282d04fe_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:99e807ff6393e891ee057e9954efa0b69bcab21df47739a4d064bfdc1ed8c18f_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:e89f350541d8a99a14c2a2371bd1eb7d00ce0f52a0b0335b01c7ee1e490dc6fb_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:277b08ec10dd3a68b7608c1d4fd080f15b409a749292cd76c6c8873e98987297_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:706a19d118c7f4f2cd70c8845bbf8a25194b7f91a5e0f4562dd3a8cb05085d65_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:bb3cfd4b0194ffe92a3d5e73861b5d85134d83a73186531e62f78e70d8c646d9_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:e9bbed17889044dbf9a137431fcc6381a7c3e8665440dccfb6077e62471f2072_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:a689a510613085d7f92b32761e42c6885787ea5faf94abb8427a37caf4a884d3_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:b7d9d52eeae9f5f83e1149b718df47255dd7bb35a7a5974bb013512cf31ec0c7_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:ec22263012b1ed34ec9f3c9f6e5b5b2f896deeb5a190051166c5c7d0e87d09da_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:f39f0eaf3a9bbd119af9fe6cbcdcaf92f772e9c9652acfc7393eae0302d62035_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:33917ca14f190a96e5e687d6241b31990638ad2bf6c3cd25b7d8e0de59e36f9c_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:339f9c0097ab184827aba7d6da890eeefcabcdfab09954073703f5c37388c8b2_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:460326ad588bd9ee7ea5c93729140e145ffcb44e5a8a6f73f2bdf22695d11729_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:b96e5f34d1830565051242d6fdb0cf006b7dc88c62c4d0c05a0722ac9652d58e_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:0761da8eb79f41b9066b693ecc0db011ece5667459aea5286ff4182bc4ac973d_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:7d8c0971c6ecd2c34000c1463619e169c100c58b2df30c72f73ed2a7b3257ed2_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:c049f56835b3bc82ed6099f86956438b3a69a4ec13658b83f048c3d473ec7dca_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:e0b2729900fe9b75fb2d56a1f52e0b4f23dc4328e41e18fa00194045ed1584aa_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:3b90394d49eb6926492a028de85ede80e8e4b4495781d92de2ab21b22c6df27b_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:8f1bca89c4f9bce28f1a75f23fcf12b7261eda6c9f5c1fd326ef2ff93f38ed41_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:cbe0ea6421291d4ba10925af3a21ac2b8374d10091635c531b2c5ff7d499a1b6_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:e4cd67b8ac5f96b343ece5d2be1f23da546dbbf4ac73782371fe8117e2921653_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:3115f33939008fc6f78a994911a921dbd9fe30ac1aa0bfbb584d21853ecda9cc_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:7ba2e2b3acce5cc801b5b61a8c07987a23664780f0cfea2804e99cccb9d8bcf6_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:9393810a8b520eb7ec1af425fb7f03cc5d6d590e0ed6bb4eaf5dcf6278a1abff_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:a783f9602f70bd55a7961a2572fb6e676d1f9d5d37bce474e84544d597586c17_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:0c32b324debc5ebf901b02403c24b4c67a7f0f557be0d28a28e7a87a3aca7e28_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:215cd09b50eb4c56127b5a060e3e6aad9507c9fd1d6a3b79f71f277c5acc4577_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:4e8d1b36928e1d1f06ebd5b15d921e6d285ba29cf67dca8254ec4500c08ae89b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:529f4292ea0dbed2b6605d61c1e02de5cd1c37fe3e77b53b98d849920407c926_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4349a07df25c3235f30a6c6f89e95d3471fcbcb9fff7f005ceb7d7e4cf7c3481_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b3aaf8701067d4bf41765c4aaa57911428b13828616228daf3ab2653c03a0f11_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:ce2e3f3a3a296264d13dd92e6bf9aad02e3784c895ee462b7ded43cfe486ee56_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e8a51c10e07063775ea5de814c1d17c7c944a738747be7c023db97b309754132_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0fd7bcf26457bc7d180bf015e2f8c6293840c6db207009ebdc55444469a60952_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4f97aa38578070b493587485511e6f5f35b73c43ef75bd3c325db2dafc669892_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:93b8b69a75f42410925c7f3546bc527158a07ae6f8259969855c509783c8a1c8_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:b32dfc3ba9cc1bcc8156b5a765053baeaec9429d1e9214ccd096d57121300512_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3e574777db2aea697bee325a96b3060bbb73a1ef08090c8554a1578963ff33c6_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:51e8515f6ddbb9cf130a5aa5c655ac06379cd164e123d1ef2c33fe2ffa4daf2f_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e5e8151e4ea6fad2127200542a2a20b84d2eb51b0ce92d842c6076735b9517a7_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f79e251ac9171bee00527287d3ced4b62f2a6fd46d2d393900295b762b8bbd51_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:0340f3cc9aed03f2816e0204bee3cf1aac32eaf715ac00536d0487afef5b6a69_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:3b349b28083354b423c4a529fa79c9c4a6ff829c60bb63be9a5d77e499f9de89_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:8cd689d0d732ded5a5cb6092724cc048b8799b1b17142985b057af82542df416_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:a6863f5558925b453a8b90d0bf17aab5647cb6fae8d5e7efddf120bf37e5ddbd_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:191a16392e04aa5c6152d2974339bf3dd9091ea121802677b7291197a207b388_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:37f44868fa304898b14dab6bfad4e029778b05bbcf39ae839ca2d2d5ece0d497_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:63c95f60413e3762f54ef496fb323752516bd768775942e5a1099276e1728e4f_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:eff5398597d1eb83eaf64be972cbebc5a237081d68b9744cddab5dc5d94b9b37_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:430c880fb4213d2156d9a6dc7a7bc4683cc7f92609d825ddda5d9ade5c86147c_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:729f62f681c17e72fa73034fc1347956de5303c6590937bdb85a41bc2165cee2_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:9fb707c5b7f7f738b784de85382295619609e4dcdebbc5ab96ff425c85a315d7_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:d55cc6e4ebd8066981b5206af262d32dbc920ef02b19effbc0ca4d7de3c93b63_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:24be4f32d8c1222c7e9b1b0bd14212973f8d243992ec6b9ebe91419a8ddc590f_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:31be0d1e0a81b82307150419e3b4652b18dc6bfe2aa0268e62a0b8d6366f3e26_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:accd03cd5ae2907a215cca72087867bf00247b7cc4518c2a5cded3b7a2b54bd8_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:bab43580fe22ed3c5aed1796dcd99d5397941cf04411d62a2001a36b118963b5_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:03962669596be3b2508c74a60fcff9f4f375946426c17ab89accebec968a017d_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:4ab40a46c13c8cc95ddbb5691561e769fb00e237d25aa56628f59a0f291a0ae6_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:6dd20975ec4bf6753e0a4783676c5470860f3a1cb13d7bcc30e99b52a5b6f865_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:81dc4d6027317ddbad8c6dd11d6d61163e43c2fe97c2202da2b7b45ae5d21a91_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:4459a7eaba41dec2713da61be9d7b9bff6782e35ef16c1c95e17b820222b5ab9_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:57f7984abd2110d678faa5df3d950eb787bda437b48a0f4d166f79b044d575b7_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:dccbf83f41a9d5b1ff92c6a7b3ea139887c303cb9f27c3100f854ddc4b18d0e3_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:e2c249bef497c4777982da504f6b619413b53b55841d5c707a1218cbea9cd542_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:61fd65a41846deb806ab684cac9061d581689be513c05812da5621b3b56cf65b_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:73e4a68dc63cc660c17797e99010427ffc37a39d93639839a14e9bd889cad5fc_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:7e3ad35dc7b688e294e21b089e075c031849bbf957e267de3969193f63c164f4_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:984b804f2bd3422615192722968aa7751f12a6557e79ea2ef024e3a5e10cec1b_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:94722017a746ec465f42b7e7a2e2aa6b18a4327969a51b90504bb08dc4a73d0a_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:bb41e7c0826cff72903ce3c4d277324fe9752085e80e1ff5e6b344e2f4193c9b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:deb96c8f55f1da36c64370cf86e70bb68445442725d9e8ecb3298d5944568c0d_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:e8e74a999ab95b1b81255e265c1fd9e3dabe212d32fe4d330875df679c3fd96a_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:19d3c55cbfe1a3a6ae12105fdf89842b3d1765ac4f675f0f37ec21c7e883530b_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:9076810900795e6de9c82a280efcfcd258bcda1c1ac212c8becaaf8ac4ec9732_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:b02221e80623fcaf1e4dbecc432ab92bfe5e3f0eefe412ec69d17720e4eadcda_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:cfa9e8f995226a13bc2b39b26f68ecf465f099876ff20c1bea893e22335bb8cb_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:4e80145df877d93eab6c3fd023a16f4b456dd16dddb7c935d04e6bb72e3de3a3_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:55ca8f12bb98c629a3a4fd25089ee19957e3350ff3697cff85b6e1c5f097467a_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a61896136c7c66d829e85a652730bd498bad4955d797440311270b19ea536d48_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:c543a41e5aaf0f4da983dae7e0c13ec95afb45f6451726b5e8fdc70a76e742d9_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:380be65be89fd4b586e7c33eeded8e21b8b062c685fb0e6261eeae9bd52ec337_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:9b290087ce4b45d390ff125650114e295315d4d2ef07f726e4664cc2055328e4_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:c92e52ca224ebb1b4e9dd12f6a9743bb8793d60bfebf1beda23876bfa9f57d40_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:efa26816b66fa8038911ae6489864d4734495afd652f0dee18918acbcd22ad8c_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:834c1e1b0e256c835d97d33d2f6ea785bb1f58160a63bcbff6c3becf8486df84_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:d3de73c6d3c8e3cf047bcc952c637692ca655e817c6505fb6bb42531585f1367_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:d7185bd9b439e2cc0b3705b91c40ad4fd7455947f62a978b5038e6beb5491864_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:fdb1770628d1558de9a2669d3d7421c758555480a46d249f7ecfba10e2f07249_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:28d342cca0a6ef31c4b8efc291b32a6a7130f2b4f333ef34528b49ce29e322c4_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:357da0c4b336d19e552d8705a883243a5cca720015b61d62ced0e963c5adbcfe_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:be2f093b484582b0d7e23edda48f842a85c261118a7407f436368ac9c4b1984d_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:dc4e3b0b2844fc926592aaefef5a7d61bae8eff34ff1391c97d8ba047bb976e9_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/klusterlet-operator-bundle@sha256:5a03a6c6914550f375c65b9da5d9838726054bba58dc8dd835dd1e29bf0a29f0_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:805235be089615928d16e6fd9758915d24f2ad57a7f377b441cb9e750eef35e4_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:972a8ddbd1f5422beaebe95f2d65060ffe769790bb9e53718b70b58d8a01b3d1_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ab701714f6afa61a206574efa0d14a1236b773418e9286493c85a083ea599e20_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c0ed96eb9bad59d7f648b78f153eafcad6b4556a3a28d5b08d0f0f64833e1668_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:20ea99f2687a728509bf1982baf575ae41ebc385e7ba9a51b3380f0efe209969_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:3aea75d079c50682e2f683f5fc689c286a9d9fc72619b5cce5116a8aa735931f_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:6e2041b06a0f2ea621f3ae9249ba707123dd4d8fd10b11e9013dafb1e51726c8_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:75d8fe44f3c8ed60ea8bd6c44e3bf5a30d34fd61f7c2cd2196d5214bcb0c7a23_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:571c65ecec2353c72c7c12f3f0c06cb421f6da7dd99861e65c2792f815d0b09c_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:6054b2ec38184c8762d82eaf823457cd9fc630e7f2e39445ac0e082e1d82b572_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:82cb538eb44518456d22e76925c1849a39c04023246835a5656d75ae3189d2a5_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:fed3b58218994bc9ce2692f0a08297b0bc1c5af3c817dc53ae8eeac775e54ac1_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:032479435dfeca1d80575446d8b1a481b4902258f4464754fcbde4ffb3dd45f0_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:a37a483d865b35eeab1104bfc2c77046b1172a9af3163aec0acc28519c121320_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:f4ef248ed441b363ea1871f5eb858798ba7e7ebe9f1db6435632f555d721db5b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:35fdb7df94f2baac096eff7af0d68baaf129a16e55d977d7cd563c537fbba73d_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:3e11a388772bb8802c7a0665a324aa52ae3617bd06b46f8e6e2c1f079ef7b12f_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:5e279bf2cdb92686783b734224cfd815ed09448ebd0bc3a95beeaab637057d3e_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:d239ac631bce37c7564ab0f6ab8d543969f138c3b46b8131d3c913a220a1b9e7_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:41c8019895392f57a49320c94a23e784c3f3a087ff766f57f50f86c95846358b_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:9cf02638cf268c3684d446a609b1977ff5aa551fa4778bd8f49a0b672fc30b5f_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:de712016dad4a8fd5c94763fde2849c0a9e69b131f87f4f5adb0f4c7f3632e62_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:f72e2c7958654da09903d639d5fa783b80e6e477ab75c459e1fea5de1a5fe283_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:2ebfcdf7e2b44f950cf6d7ef0f4081134be418334e74303c7c9568086ce4c7e5_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:8e5a103e06f8fd3a81468921de32895c8dfb8b43add4b596f5b2d82dd702b0df_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:9363cc50ad93f0a4efdd47d26b397e7d1bce8f62425c0857852fbc28a9375563_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:d6977e9d9553e15634b65fa69b4df4a47d51262bf132fcee8bbe970d693577f2_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:514f4733d94367fd7c488f7ce98062f028800dcfffdb2963e52abdfa4d996fab_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:6d80aa41b51824983d43fa2c207a16f5bebbccc3dee648e1e2c9536664de45ae_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:b2bf24fc7ba572428b8d60c79426c53553d46f65467db1a9aa3d264c441473b3_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:f3c33017dca5ebda2d5a5e6697d3a387581c14a7ccbba1f4741370d053b078d1_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:358ac529d576601556dd7536ebe99031cfaa5275de59c6d9ea57d99ef1631521_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:3ae2999c741d4a7df738c375f5a4e6ad7cac00a38453e8069f5a89a9b96f70b3_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:5fdddc5c85034722d6b1b7bd5799cf61c64ef6c5e20bebb66124b1011954d919_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:b6b7a286744b67e8c886a318411667d658abe6a937ba3ed08fad356587fac15b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:24c6ff2353f36905761f77d588434b6e2182d86b5f6b2d650583d3c72f8c9570_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:95a14f06a48aec91b29cd6132af284255bb80a6c47fd3b2c455f0ba70c12f067_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:ab3a837e59d1655157b43fa353eb63fcb2bdd7626981a4457a5a50519f6266e2_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:ca5ad65b1965075eef55020af57592453538e3ddfdeda43742b315f519cf7907_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:17177841295c70fb1fdbe58a356951311f402295c0f7c1da68d5f6fdee7d1fdc_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:6f454adef48ef62f556f3e2f5f0ab661b5b09ffce9518b3ea80e2f3a5e2a4dae_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:be7a648dcb885dac958eda979ccb4bd835b8cdf26f5d4d0a2877bcb2b0a595ab_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:cab50268e7debb8a50f8acdc0325e7a7e6625bbe1448d439f5b1abf9a4fb962b_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-23T20:15:51+00:00", "details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#mce-install-intro", "product_ids": [ "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:12233e3d9e7b38d043c9154ae6a136ecf0bf3018eaa7fdbfe143e607a5a91004_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:6c6470b2bdc321d9a674362e62eaf3205ad2ce60825bd1a6b1f16158ed4d7e8b_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:9966ef212014efb9edd0c9a61fb395de50046afbf473c9a1f0563e1d60eb9613_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:c25bfb513f0701fa5027113e9e65bfaf85a3ed07f604d0e55b9fca1ccaf22b00_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:2ec5b1ec0af80cae22f9e8431c975ca03a78d7912036212796027799d194e0b1_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:ae8d7275161f25d0bda9f12f916b59577de77d589edcd91f89c5da6b6f419647_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:e7391da39e4c090d18564db32583b59947d805c98bb342bd2c1865aae294829a_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:e98754debfa674b2a915355f514fa51feadb8249267042353485c38c41d8f65b_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d07d81e69f4907ae32e2e5ec922cd2219bda7a6d7d25e21fefcca4eae8edaa3_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:8659e47ef0f03ea79fb4cbf47460de244404ca4336b6e6871ca03820282d04fe_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:99e807ff6393e891ee057e9954efa0b69bcab21df47739a4d064bfdc1ed8c18f_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:e89f350541d8a99a14c2a2371bd1eb7d00ce0f52a0b0335b01c7ee1e490dc6fb_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:277b08ec10dd3a68b7608c1d4fd080f15b409a749292cd76c6c8873e98987297_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:706a19d118c7f4f2cd70c8845bbf8a25194b7f91a5e0f4562dd3a8cb05085d65_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:bb3cfd4b0194ffe92a3d5e73861b5d85134d83a73186531e62f78e70d8c646d9_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:e9bbed17889044dbf9a137431fcc6381a7c3e8665440dccfb6077e62471f2072_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:a689a510613085d7f92b32761e42c6885787ea5faf94abb8427a37caf4a884d3_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:b7d9d52eeae9f5f83e1149b718df47255dd7bb35a7a5974bb013512cf31ec0c7_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:ec22263012b1ed34ec9f3c9f6e5b5b2f896deeb5a190051166c5c7d0e87d09da_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:f39f0eaf3a9bbd119af9fe6cbcdcaf92f772e9c9652acfc7393eae0302d62035_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:33917ca14f190a96e5e687d6241b31990638ad2bf6c3cd25b7d8e0de59e36f9c_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:339f9c0097ab184827aba7d6da890eeefcabcdfab09954073703f5c37388c8b2_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:460326ad588bd9ee7ea5c93729140e145ffcb44e5a8a6f73f2bdf22695d11729_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:b96e5f34d1830565051242d6fdb0cf006b7dc88c62c4d0c05a0722ac9652d58e_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:0761da8eb79f41b9066b693ecc0db011ece5667459aea5286ff4182bc4ac973d_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:7d8c0971c6ecd2c34000c1463619e169c100c58b2df30c72f73ed2a7b3257ed2_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:c049f56835b3bc82ed6099f86956438b3a69a4ec13658b83f048c3d473ec7dca_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:e0b2729900fe9b75fb2d56a1f52e0b4f23dc4328e41e18fa00194045ed1584aa_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:3b90394d49eb6926492a028de85ede80e8e4b4495781d92de2ab21b22c6df27b_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:8f1bca89c4f9bce28f1a75f23fcf12b7261eda6c9f5c1fd326ef2ff93f38ed41_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:cbe0ea6421291d4ba10925af3a21ac2b8374d10091635c531b2c5ff7d499a1b6_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:e4cd67b8ac5f96b343ece5d2be1f23da546dbbf4ac73782371fe8117e2921653_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:3115f33939008fc6f78a994911a921dbd9fe30ac1aa0bfbb584d21853ecda9cc_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:7ba2e2b3acce5cc801b5b61a8c07987a23664780f0cfea2804e99cccb9d8bcf6_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:9393810a8b520eb7ec1af425fb7f03cc5d6d590e0ed6bb4eaf5dcf6278a1abff_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:a783f9602f70bd55a7961a2572fb6e676d1f9d5d37bce474e84544d597586c17_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:0c32b324debc5ebf901b02403c24b4c67a7f0f557be0d28a28e7a87a3aca7e28_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:215cd09b50eb4c56127b5a060e3e6aad9507c9fd1d6a3b79f71f277c5acc4577_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:4e8d1b36928e1d1f06ebd5b15d921e6d285ba29cf67dca8254ec4500c08ae89b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:529f4292ea0dbed2b6605d61c1e02de5cd1c37fe3e77b53b98d849920407c926_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4349a07df25c3235f30a6c6f89e95d3471fcbcb9fff7f005ceb7d7e4cf7c3481_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b3aaf8701067d4bf41765c4aaa57911428b13828616228daf3ab2653c03a0f11_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:ce2e3f3a3a296264d13dd92e6bf9aad02e3784c895ee462b7ded43cfe486ee56_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e8a51c10e07063775ea5de814c1d17c7c944a738747be7c023db97b309754132_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0fd7bcf26457bc7d180bf015e2f8c6293840c6db207009ebdc55444469a60952_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4f97aa38578070b493587485511e6f5f35b73c43ef75bd3c325db2dafc669892_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:93b8b69a75f42410925c7f3546bc527158a07ae6f8259969855c509783c8a1c8_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:b32dfc3ba9cc1bcc8156b5a765053baeaec9429d1e9214ccd096d57121300512_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3e574777db2aea697bee325a96b3060bbb73a1ef08090c8554a1578963ff33c6_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:51e8515f6ddbb9cf130a5aa5c655ac06379cd164e123d1ef2c33fe2ffa4daf2f_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e5e8151e4ea6fad2127200542a2a20b84d2eb51b0ce92d842c6076735b9517a7_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f79e251ac9171bee00527287d3ced4b62f2a6fd46d2d393900295b762b8bbd51_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:0340f3cc9aed03f2816e0204bee3cf1aac32eaf715ac00536d0487afef5b6a69_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:3b349b28083354b423c4a529fa79c9c4a6ff829c60bb63be9a5d77e499f9de89_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:8cd689d0d732ded5a5cb6092724cc048b8799b1b17142985b057af82542df416_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:a6863f5558925b453a8b90d0bf17aab5647cb6fae8d5e7efddf120bf37e5ddbd_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:191a16392e04aa5c6152d2974339bf3dd9091ea121802677b7291197a207b388_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:37f44868fa304898b14dab6bfad4e029778b05bbcf39ae839ca2d2d5ece0d497_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:63c95f60413e3762f54ef496fb323752516bd768775942e5a1099276e1728e4f_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:eff5398597d1eb83eaf64be972cbebc5a237081d68b9744cddab5dc5d94b9b37_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:430c880fb4213d2156d9a6dc7a7bc4683cc7f92609d825ddda5d9ade5c86147c_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:729f62f681c17e72fa73034fc1347956de5303c6590937bdb85a41bc2165cee2_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:9fb707c5b7f7f738b784de85382295619609e4dcdebbc5ab96ff425c85a315d7_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:d55cc6e4ebd8066981b5206af262d32dbc920ef02b19effbc0ca4d7de3c93b63_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:24be4f32d8c1222c7e9b1b0bd14212973f8d243992ec6b9ebe91419a8ddc590f_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:31be0d1e0a81b82307150419e3b4652b18dc6bfe2aa0268e62a0b8d6366f3e26_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:accd03cd5ae2907a215cca72087867bf00247b7cc4518c2a5cded3b7a2b54bd8_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:bab43580fe22ed3c5aed1796dcd99d5397941cf04411d62a2001a36b118963b5_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:03962669596be3b2508c74a60fcff9f4f375946426c17ab89accebec968a017d_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:4ab40a46c13c8cc95ddbb5691561e769fb00e237d25aa56628f59a0f291a0ae6_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:6dd20975ec4bf6753e0a4783676c5470860f3a1cb13d7bcc30e99b52a5b6f865_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:81dc4d6027317ddbad8c6dd11d6d61163e43c2fe97c2202da2b7b45ae5d21a91_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:4459a7eaba41dec2713da61be9d7b9bff6782e35ef16c1c95e17b820222b5ab9_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:57f7984abd2110d678faa5df3d950eb787bda437b48a0f4d166f79b044d575b7_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:dccbf83f41a9d5b1ff92c6a7b3ea139887c303cb9f27c3100f854ddc4b18d0e3_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:e2c249bef497c4777982da504f6b619413b53b55841d5c707a1218cbea9cd542_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:61fd65a41846deb806ab684cac9061d581689be513c05812da5621b3b56cf65b_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:73e4a68dc63cc660c17797e99010427ffc37a39d93639839a14e9bd889cad5fc_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:7e3ad35dc7b688e294e21b089e075c031849bbf957e267de3969193f63c164f4_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:984b804f2bd3422615192722968aa7751f12a6557e79ea2ef024e3a5e10cec1b_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:94722017a746ec465f42b7e7a2e2aa6b18a4327969a51b90504bb08dc4a73d0a_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:bb41e7c0826cff72903ce3c4d277324fe9752085e80e1ff5e6b344e2f4193c9b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:deb96c8f55f1da36c64370cf86e70bb68445442725d9e8ecb3298d5944568c0d_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:e8e74a999ab95b1b81255e265c1fd9e3dabe212d32fe4d330875df679c3fd96a_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:19d3c55cbfe1a3a6ae12105fdf89842b3d1765ac4f675f0f37ec21c7e883530b_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:9076810900795e6de9c82a280efcfcd258bcda1c1ac212c8becaaf8ac4ec9732_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:b02221e80623fcaf1e4dbecc432ab92bfe5e3f0eefe412ec69d17720e4eadcda_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:cfa9e8f995226a13bc2b39b26f68ecf465f099876ff20c1bea893e22335bb8cb_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:4e80145df877d93eab6c3fd023a16f4b456dd16dddb7c935d04e6bb72e3de3a3_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:55ca8f12bb98c629a3a4fd25089ee19957e3350ff3697cff85b6e1c5f097467a_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a61896136c7c66d829e85a652730bd498bad4955d797440311270b19ea536d48_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:c543a41e5aaf0f4da983dae7e0c13ec95afb45f6451726b5e8fdc70a76e742d9_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:380be65be89fd4b586e7c33eeded8e21b8b062c685fb0e6261eeae9bd52ec337_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:9b290087ce4b45d390ff125650114e295315d4d2ef07f726e4664cc2055328e4_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:c92e52ca224ebb1b4e9dd12f6a9743bb8793d60bfebf1beda23876bfa9f57d40_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:efa26816b66fa8038911ae6489864d4734495afd652f0dee18918acbcd22ad8c_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:834c1e1b0e256c835d97d33d2f6ea785bb1f58160a63bcbff6c3becf8486df84_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:d3de73c6d3c8e3cf047bcc952c637692ca655e817c6505fb6bb42531585f1367_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:d7185bd9b439e2cc0b3705b91c40ad4fd7455947f62a978b5038e6beb5491864_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:fdb1770628d1558de9a2669d3d7421c758555480a46d249f7ecfba10e2f07249_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:28d342cca0a6ef31c4b8efc291b32a6a7130f2b4f333ef34528b49ce29e322c4_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:357da0c4b336d19e552d8705a883243a5cca720015b61d62ced0e963c5adbcfe_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:be2f093b484582b0d7e23edda48f842a85c261118a7407f436368ac9c4b1984d_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:dc4e3b0b2844fc926592aaefef5a7d61bae8eff34ff1391c97d8ba047bb976e9_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/klusterlet-operator-bundle@sha256:5a03a6c6914550f375c65b9da5d9838726054bba58dc8dd835dd1e29bf0a29f0_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:805235be089615928d16e6fd9758915d24f2ad57a7f377b441cb9e750eef35e4_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:972a8ddbd1f5422beaebe95f2d65060ffe769790bb9e53718b70b58d8a01b3d1_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ab701714f6afa61a206574efa0d14a1236b773418e9286493c85a083ea599e20_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c0ed96eb9bad59d7f648b78f153eafcad6b4556a3a28d5b08d0f0f64833e1668_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:20ea99f2687a728509bf1982baf575ae41ebc385e7ba9a51b3380f0efe209969_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:3aea75d079c50682e2f683f5fc689c286a9d9fc72619b5cce5116a8aa735931f_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:6e2041b06a0f2ea621f3ae9249ba707123dd4d8fd10b11e9013dafb1e51726c8_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:75d8fe44f3c8ed60ea8bd6c44e3bf5a30d34fd61f7c2cd2196d5214bcb0c7a23_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:571c65ecec2353c72c7c12f3f0c06cb421f6da7dd99861e65c2792f815d0b09c_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:6054b2ec38184c8762d82eaf823457cd9fc630e7f2e39445ac0e082e1d82b572_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:82cb538eb44518456d22e76925c1849a39c04023246835a5656d75ae3189d2a5_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:fed3b58218994bc9ce2692f0a08297b0bc1c5af3c817dc53ae8eeac775e54ac1_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:032479435dfeca1d80575446d8b1a481b4902258f4464754fcbde4ffb3dd45f0_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:a37a483d865b35eeab1104bfc2c77046b1172a9af3163aec0acc28519c121320_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:f4ef248ed441b363ea1871f5eb858798ba7e7ebe9f1db6435632f555d721db5b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:35fdb7df94f2baac096eff7af0d68baaf129a16e55d977d7cd563c537fbba73d_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:3e11a388772bb8802c7a0665a324aa52ae3617bd06b46f8e6e2c1f079ef7b12f_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:5e279bf2cdb92686783b734224cfd815ed09448ebd0bc3a95beeaab637057d3e_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:d239ac631bce37c7564ab0f6ab8d543969f138c3b46b8131d3c913a220a1b9e7_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:41c8019895392f57a49320c94a23e784c3f3a087ff766f57f50f86c95846358b_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:9cf02638cf268c3684d446a609b1977ff5aa551fa4778bd8f49a0b672fc30b5f_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:de712016dad4a8fd5c94763fde2849c0a9e69b131f87f4f5adb0f4c7f3632e62_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:f72e2c7958654da09903d639d5fa783b80e6e477ab75c459e1fea5de1a5fe283_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:2ebfcdf7e2b44f950cf6d7ef0f4081134be418334e74303c7c9568086ce4c7e5_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:8e5a103e06f8fd3a81468921de32895c8dfb8b43add4b596f5b2d82dd702b0df_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:9363cc50ad93f0a4efdd47d26b397e7d1bce8f62425c0857852fbc28a9375563_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:d6977e9d9553e15634b65fa69b4df4a47d51262bf132fcee8bbe970d693577f2_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:514f4733d94367fd7c488f7ce98062f028800dcfffdb2963e52abdfa4d996fab_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:6d80aa41b51824983d43fa2c207a16f5bebbccc3dee648e1e2c9536664de45ae_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:b2bf24fc7ba572428b8d60c79426c53553d46f65467db1a9aa3d264c441473b3_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:f3c33017dca5ebda2d5a5e6697d3a387581c14a7ccbba1f4741370d053b078d1_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:358ac529d576601556dd7536ebe99031cfaa5275de59c6d9ea57d99ef1631521_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:3ae2999c741d4a7df738c375f5a4e6ad7cac00a38453e8069f5a89a9b96f70b3_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:5fdddc5c85034722d6b1b7bd5799cf61c64ef6c5e20bebb66124b1011954d919_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:b6b7a286744b67e8c886a318411667d658abe6a937ba3ed08fad356587fac15b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:24c6ff2353f36905761f77d588434b6e2182d86b5f6b2d650583d3c72f8c9570_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:95a14f06a48aec91b29cd6132af284255bb80a6c47fd3b2c455f0ba70c12f067_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:ab3a837e59d1655157b43fa353eb63fcb2bdd7626981a4457a5a50519f6266e2_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:ca5ad65b1965075eef55020af57592453538e3ddfdeda43742b315f519cf7907_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:17177841295c70fb1fdbe58a356951311f402295c0f7c1da68d5f6fdee7d1fdc_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:6f454adef48ef62f556f3e2f5f0ab661b5b09ffce9518b3ea80e2f3a5e2a4dae_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:be7a648dcb885dac958eda979ccb4bd835b8cdf26f5d4d0a2877bcb2b0a595ab_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:cab50268e7debb8a50f8acdc0325e7a7e6625bbe1448d439f5b1abf9a4fb962b_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0676" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:12233e3d9e7b38d043c9154ae6a136ecf0bf3018eaa7fdbfe143e607a5a91004_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:6c6470b2bdc321d9a674362e62eaf3205ad2ce60825bd1a6b1f16158ed4d7e8b_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:9966ef212014efb9edd0c9a61fb395de50046afbf473c9a1f0563e1d60eb9613_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:c25bfb513f0701fa5027113e9e65bfaf85a3ed07f604d0e55b9fca1ccaf22b00_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:2ec5b1ec0af80cae22f9e8431c975ca03a78d7912036212796027799d194e0b1_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:ae8d7275161f25d0bda9f12f916b59577de77d589edcd91f89c5da6b6f419647_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:e7391da39e4c090d18564db32583b59947d805c98bb342bd2c1865aae294829a_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:e98754debfa674b2a915355f514fa51feadb8249267042353485c38c41d8f65b_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d07d81e69f4907ae32e2e5ec922cd2219bda7a6d7d25e21fefcca4eae8edaa3_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:8659e47ef0f03ea79fb4cbf47460de244404ca4336b6e6871ca03820282d04fe_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:99e807ff6393e891ee057e9954efa0b69bcab21df47739a4d064bfdc1ed8c18f_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:e89f350541d8a99a14c2a2371bd1eb7d00ce0f52a0b0335b01c7ee1e490dc6fb_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:277b08ec10dd3a68b7608c1d4fd080f15b409a749292cd76c6c8873e98987297_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:706a19d118c7f4f2cd70c8845bbf8a25194b7f91a5e0f4562dd3a8cb05085d65_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:bb3cfd4b0194ffe92a3d5e73861b5d85134d83a73186531e62f78e70d8c646d9_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:e9bbed17889044dbf9a137431fcc6381a7c3e8665440dccfb6077e62471f2072_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:a689a510613085d7f92b32761e42c6885787ea5faf94abb8427a37caf4a884d3_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:b7d9d52eeae9f5f83e1149b718df47255dd7bb35a7a5974bb013512cf31ec0c7_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:ec22263012b1ed34ec9f3c9f6e5b5b2f896deeb5a190051166c5c7d0e87d09da_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:f39f0eaf3a9bbd119af9fe6cbcdcaf92f772e9c9652acfc7393eae0302d62035_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:33917ca14f190a96e5e687d6241b31990638ad2bf6c3cd25b7d8e0de59e36f9c_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:339f9c0097ab184827aba7d6da890eeefcabcdfab09954073703f5c37388c8b2_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:460326ad588bd9ee7ea5c93729140e145ffcb44e5a8a6f73f2bdf22695d11729_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:b96e5f34d1830565051242d6fdb0cf006b7dc88c62c4d0c05a0722ac9652d58e_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:0761da8eb79f41b9066b693ecc0db011ece5667459aea5286ff4182bc4ac973d_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:7d8c0971c6ecd2c34000c1463619e169c100c58b2df30c72f73ed2a7b3257ed2_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:c049f56835b3bc82ed6099f86956438b3a69a4ec13658b83f048c3d473ec7dca_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:e0b2729900fe9b75fb2d56a1f52e0b4f23dc4328e41e18fa00194045ed1584aa_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:3b90394d49eb6926492a028de85ede80e8e4b4495781d92de2ab21b22c6df27b_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:8f1bca89c4f9bce28f1a75f23fcf12b7261eda6c9f5c1fd326ef2ff93f38ed41_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:cbe0ea6421291d4ba10925af3a21ac2b8374d10091635c531b2c5ff7d499a1b6_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:e4cd67b8ac5f96b343ece5d2be1f23da546dbbf4ac73782371fe8117e2921653_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:3115f33939008fc6f78a994911a921dbd9fe30ac1aa0bfbb584d21853ecda9cc_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:7ba2e2b3acce5cc801b5b61a8c07987a23664780f0cfea2804e99cccb9d8bcf6_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:9393810a8b520eb7ec1af425fb7f03cc5d6d590e0ed6bb4eaf5dcf6278a1abff_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:a783f9602f70bd55a7961a2572fb6e676d1f9d5d37bce474e84544d597586c17_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:0c32b324debc5ebf901b02403c24b4c67a7f0f557be0d28a28e7a87a3aca7e28_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:215cd09b50eb4c56127b5a060e3e6aad9507c9fd1d6a3b79f71f277c5acc4577_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:4e8d1b36928e1d1f06ebd5b15d921e6d285ba29cf67dca8254ec4500c08ae89b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:529f4292ea0dbed2b6605d61c1e02de5cd1c37fe3e77b53b98d849920407c926_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4349a07df25c3235f30a6c6f89e95d3471fcbcb9fff7f005ceb7d7e4cf7c3481_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b3aaf8701067d4bf41765c4aaa57911428b13828616228daf3ab2653c03a0f11_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:ce2e3f3a3a296264d13dd92e6bf9aad02e3784c895ee462b7ded43cfe486ee56_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e8a51c10e07063775ea5de814c1d17c7c944a738747be7c023db97b309754132_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0fd7bcf26457bc7d180bf015e2f8c6293840c6db207009ebdc55444469a60952_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4f97aa38578070b493587485511e6f5f35b73c43ef75bd3c325db2dafc669892_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:93b8b69a75f42410925c7f3546bc527158a07ae6f8259969855c509783c8a1c8_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:b32dfc3ba9cc1bcc8156b5a765053baeaec9429d1e9214ccd096d57121300512_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3e574777db2aea697bee325a96b3060bbb73a1ef08090c8554a1578963ff33c6_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:51e8515f6ddbb9cf130a5aa5c655ac06379cd164e123d1ef2c33fe2ffa4daf2f_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e5e8151e4ea6fad2127200542a2a20b84d2eb51b0ce92d842c6076735b9517a7_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f79e251ac9171bee00527287d3ced4b62f2a6fd46d2d393900295b762b8bbd51_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:0340f3cc9aed03f2816e0204bee3cf1aac32eaf715ac00536d0487afef5b6a69_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:3b349b28083354b423c4a529fa79c9c4a6ff829c60bb63be9a5d77e499f9de89_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:8cd689d0d732ded5a5cb6092724cc048b8799b1b17142985b057af82542df416_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:a6863f5558925b453a8b90d0bf17aab5647cb6fae8d5e7efddf120bf37e5ddbd_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:191a16392e04aa5c6152d2974339bf3dd9091ea121802677b7291197a207b388_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:37f44868fa304898b14dab6bfad4e029778b05bbcf39ae839ca2d2d5ece0d497_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:63c95f60413e3762f54ef496fb323752516bd768775942e5a1099276e1728e4f_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:eff5398597d1eb83eaf64be972cbebc5a237081d68b9744cddab5dc5d94b9b37_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:430c880fb4213d2156d9a6dc7a7bc4683cc7f92609d825ddda5d9ade5c86147c_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:729f62f681c17e72fa73034fc1347956de5303c6590937bdb85a41bc2165cee2_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:9fb707c5b7f7f738b784de85382295619609e4dcdebbc5ab96ff425c85a315d7_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:d55cc6e4ebd8066981b5206af262d32dbc920ef02b19effbc0ca4d7de3c93b63_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:24be4f32d8c1222c7e9b1b0bd14212973f8d243992ec6b9ebe91419a8ddc590f_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:31be0d1e0a81b82307150419e3b4652b18dc6bfe2aa0268e62a0b8d6366f3e26_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:accd03cd5ae2907a215cca72087867bf00247b7cc4518c2a5cded3b7a2b54bd8_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:bab43580fe22ed3c5aed1796dcd99d5397941cf04411d62a2001a36b118963b5_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:03962669596be3b2508c74a60fcff9f4f375946426c17ab89accebec968a017d_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:4ab40a46c13c8cc95ddbb5691561e769fb00e237d25aa56628f59a0f291a0ae6_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:6dd20975ec4bf6753e0a4783676c5470860f3a1cb13d7bcc30e99b52a5b6f865_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:81dc4d6027317ddbad8c6dd11d6d61163e43c2fe97c2202da2b7b45ae5d21a91_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:4459a7eaba41dec2713da61be9d7b9bff6782e35ef16c1c95e17b820222b5ab9_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:57f7984abd2110d678faa5df3d950eb787bda437b48a0f4d166f79b044d575b7_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:dccbf83f41a9d5b1ff92c6a7b3ea139887c303cb9f27c3100f854ddc4b18d0e3_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:e2c249bef497c4777982da504f6b619413b53b55841d5c707a1218cbea9cd542_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:61fd65a41846deb806ab684cac9061d581689be513c05812da5621b3b56cf65b_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:73e4a68dc63cc660c17797e99010427ffc37a39d93639839a14e9bd889cad5fc_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:7e3ad35dc7b688e294e21b089e075c031849bbf957e267de3969193f63c164f4_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:984b804f2bd3422615192722968aa7751f12a6557e79ea2ef024e3a5e10cec1b_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:94722017a746ec465f42b7e7a2e2aa6b18a4327969a51b90504bb08dc4a73d0a_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:bb41e7c0826cff72903ce3c4d277324fe9752085e80e1ff5e6b344e2f4193c9b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:deb96c8f55f1da36c64370cf86e70bb68445442725d9e8ecb3298d5944568c0d_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:e8e74a999ab95b1b81255e265c1fd9e3dabe212d32fe4d330875df679c3fd96a_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:19d3c55cbfe1a3a6ae12105fdf89842b3d1765ac4f675f0f37ec21c7e883530b_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:9076810900795e6de9c82a280efcfcd258bcda1c1ac212c8becaaf8ac4ec9732_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:b02221e80623fcaf1e4dbecc432ab92bfe5e3f0eefe412ec69d17720e4eadcda_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:cfa9e8f995226a13bc2b39b26f68ecf465f099876ff20c1bea893e22335bb8cb_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:4e80145df877d93eab6c3fd023a16f4b456dd16dddb7c935d04e6bb72e3de3a3_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:55ca8f12bb98c629a3a4fd25089ee19957e3350ff3697cff85b6e1c5f097467a_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a61896136c7c66d829e85a652730bd498bad4955d797440311270b19ea536d48_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:c543a41e5aaf0f4da983dae7e0c13ec95afb45f6451726b5e8fdc70a76e742d9_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:380be65be89fd4b586e7c33eeded8e21b8b062c685fb0e6261eeae9bd52ec337_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:9b290087ce4b45d390ff125650114e295315d4d2ef07f726e4664cc2055328e4_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:c92e52ca224ebb1b4e9dd12f6a9743bb8793d60bfebf1beda23876bfa9f57d40_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:efa26816b66fa8038911ae6489864d4734495afd652f0dee18918acbcd22ad8c_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:834c1e1b0e256c835d97d33d2f6ea785bb1f58160a63bcbff6c3becf8486df84_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:d3de73c6d3c8e3cf047bcc952c637692ca655e817c6505fb6bb42531585f1367_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:d7185bd9b439e2cc0b3705b91c40ad4fd7455947f62a978b5038e6beb5491864_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:fdb1770628d1558de9a2669d3d7421c758555480a46d249f7ecfba10e2f07249_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:28d342cca0a6ef31c4b8efc291b32a6a7130f2b4f333ef34528b49ce29e322c4_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:357da0c4b336d19e552d8705a883243a5cca720015b61d62ced0e963c5adbcfe_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:be2f093b484582b0d7e23edda48f842a85c261118a7407f436368ac9c4b1984d_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:dc4e3b0b2844fc926592aaefef5a7d61bae8eff34ff1391c97d8ba047bb976e9_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/klusterlet-operator-bundle@sha256:5a03a6c6914550f375c65b9da5d9838726054bba58dc8dd835dd1e29bf0a29f0_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:805235be089615928d16e6fd9758915d24f2ad57a7f377b441cb9e750eef35e4_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:972a8ddbd1f5422beaebe95f2d65060ffe769790bb9e53718b70b58d8a01b3d1_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ab701714f6afa61a206574efa0d14a1236b773418e9286493c85a083ea599e20_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c0ed96eb9bad59d7f648b78f153eafcad6b4556a3a28d5b08d0f0f64833e1668_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:20ea99f2687a728509bf1982baf575ae41ebc385e7ba9a51b3380f0efe209969_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:3aea75d079c50682e2f683f5fc689c286a9d9fc72619b5cce5116a8aa735931f_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:6e2041b06a0f2ea621f3ae9249ba707123dd4d8fd10b11e9013dafb1e51726c8_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:75d8fe44f3c8ed60ea8bd6c44e3bf5a30d34fd61f7c2cd2196d5214bcb0c7a23_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:571c65ecec2353c72c7c12f3f0c06cb421f6da7dd99861e65c2792f815d0b09c_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:6054b2ec38184c8762d82eaf823457cd9fc630e7f2e39445ac0e082e1d82b572_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:82cb538eb44518456d22e76925c1849a39c04023246835a5656d75ae3189d2a5_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:fed3b58218994bc9ce2692f0a08297b0bc1c5af3c817dc53ae8eeac775e54ac1_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:032479435dfeca1d80575446d8b1a481b4902258f4464754fcbde4ffb3dd45f0_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:a37a483d865b35eeab1104bfc2c77046b1172a9af3163aec0acc28519c121320_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:f4ef248ed441b363ea1871f5eb858798ba7e7ebe9f1db6435632f555d721db5b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:35fdb7df94f2baac096eff7af0d68baaf129a16e55d977d7cd563c537fbba73d_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:3e11a388772bb8802c7a0665a324aa52ae3617bd06b46f8e6e2c1f079ef7b12f_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:5e279bf2cdb92686783b734224cfd815ed09448ebd0bc3a95beeaab637057d3e_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:d239ac631bce37c7564ab0f6ab8d543969f138c3b46b8131d3c913a220a1b9e7_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:41c8019895392f57a49320c94a23e784c3f3a087ff766f57f50f86c95846358b_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:9cf02638cf268c3684d446a609b1977ff5aa551fa4778bd8f49a0b672fc30b5f_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:de712016dad4a8fd5c94763fde2849c0a9e69b131f87f4f5adb0f4c7f3632e62_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:f72e2c7958654da09903d639d5fa783b80e6e477ab75c459e1fea5de1a5fe283_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:2ebfcdf7e2b44f950cf6d7ef0f4081134be418334e74303c7c9568086ce4c7e5_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:8e5a103e06f8fd3a81468921de32895c8dfb8b43add4b596f5b2d82dd702b0df_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:9363cc50ad93f0a4efdd47d26b397e7d1bce8f62425c0857852fbc28a9375563_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:d6977e9d9553e15634b65fa69b4df4a47d51262bf132fcee8bbe970d693577f2_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:514f4733d94367fd7c488f7ce98062f028800dcfffdb2963e52abdfa4d996fab_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:6d80aa41b51824983d43fa2c207a16f5bebbccc3dee648e1e2c9536664de45ae_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:b2bf24fc7ba572428b8d60c79426c53553d46f65467db1a9aa3d264c441473b3_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:f3c33017dca5ebda2d5a5e6697d3a387581c14a7ccbba1f4741370d053b078d1_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:358ac529d576601556dd7536ebe99031cfaa5275de59c6d9ea57d99ef1631521_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:3ae2999c741d4a7df738c375f5a4e6ad7cac00a38453e8069f5a89a9b96f70b3_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:5fdddc5c85034722d6b1b7bd5799cf61c64ef6c5e20bebb66124b1011954d919_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:b6b7a286744b67e8c886a318411667d658abe6a937ba3ed08fad356587fac15b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:24c6ff2353f36905761f77d588434b6e2182d86b5f6b2d650583d3c72f8c9570_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:95a14f06a48aec91b29cd6132af284255bb80a6c47fd3b2c455f0ba70c12f067_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:ab3a837e59d1655157b43fa353eb63fcb2bdd7626981a4457a5a50519f6266e2_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:ca5ad65b1965075eef55020af57592453538e3ddfdeda43742b315f519cf7907_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:17177841295c70fb1fdbe58a356951311f402295c0f7c1da68d5f6fdee7d1fdc_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:6f454adef48ef62f556f3e2f5f0ab661b5b09ffce9518b3ea80e2f3a5e2a4dae_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:be7a648dcb885dac958eda979ccb4bd835b8cdf26f5d4d0a2877bcb2b0a595ab_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:cab50268e7debb8a50f8acdc0325e7a7e6625bbe1448d439f5b1abf9a4fb962b_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:12233e3d9e7b38d043c9154ae6a136ecf0bf3018eaa7fdbfe143e607a5a91004_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:6c6470b2bdc321d9a674362e62eaf3205ad2ce60825bd1a6b1f16158ed4d7e8b_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:9966ef212014efb9edd0c9a61fb395de50046afbf473c9a1f0563e1d60eb9613_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/agent-service-rhel8@sha256:c25bfb513f0701fa5027113e9e65bfaf85a3ed07f604d0e55b9fca1ccaf22b00_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:2ec5b1ec0af80cae22f9e8431c975ca03a78d7912036212796027799d194e0b1_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:ae8d7275161f25d0bda9f12f916b59577de77d589edcd91f89c5da6b6f419647_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:e7391da39e4c090d18564db32583b59947d805c98bb342bd2c1865aae294829a_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-image-service-rhel8@sha256:e98754debfa674b2a915355f514fa51feadb8249267042353485c38c41d8f65b_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:5d07d81e69f4907ae32e2e5ec922cd2219bda7a6d7d25e21fefcca4eae8edaa3_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:8659e47ef0f03ea79fb4cbf47460de244404ca4336b6e6871ca03820282d04fe_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:99e807ff6393e891ee057e9954efa0b69bcab21df47739a4d064bfdc1ed8c18f_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-agent-rhel8@sha256:e89f350541d8a99a14c2a2371bd1eb7d00ce0f52a0b0335b01c7ee1e490dc6fb_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:277b08ec10dd3a68b7608c1d4fd080f15b409a749292cd76c6c8873e98987297_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:706a19d118c7f4f2cd70c8845bbf8a25194b7f91a5e0f4562dd3a8cb05085d65_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:bb3cfd4b0194ffe92a3d5e73861b5d85134d83a73186531e62f78e70d8c646d9_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-reporter-rhel8@sha256:e9bbed17889044dbf9a137431fcc6381a7c3e8665440dccfb6077e62471f2072_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:a689a510613085d7f92b32761e42c6885787ea5faf94abb8427a37caf4a884d3_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:b7d9d52eeae9f5f83e1149b718df47255dd7bb35a7a5974bb013512cf31ec0c7_ppc64le", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:ec22263012b1ed34ec9f3c9f6e5b5b2f896deeb5a190051166c5c7d0e87d09da_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/assisted-installer-rhel8@sha256:f39f0eaf3a9bbd119af9fe6cbcdcaf92f772e9c9652acfc7393eae0302d62035_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:33917ca14f190a96e5e687d6241b31990638ad2bf6c3cd25b7d8e0de59e36f9c_s390x", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:339f9c0097ab184827aba7d6da890eeefcabcdfab09954073703f5c37388c8b2_arm64", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:460326ad588bd9ee7ea5c93729140e145ffcb44e5a8a6f73f2bdf22695d11729_amd64", "8Base-multicluster-engine-2.5:multicluster-engine/hive-rhel8@sha256:b96e5f34d1830565051242d6fdb0cf006b7dc88c62c4d0c05a0722ac9652d58e_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:0761da8eb79f41b9066b693ecc0db011ece5667459aea5286ff4182bc4ac973d_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:7d8c0971c6ecd2c34000c1463619e169c100c58b2df30c72f73ed2a7b3257ed2_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:c049f56835b3bc82ed6099f86956438b3a69a4ec13658b83f048c3d473ec7dca_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/addon-manager-rhel9@sha256:e0b2729900fe9b75fb2d56a1f52e0b4f23dc4328e41e18fa00194045ed1584aa_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:3b90394d49eb6926492a028de85ede80e8e4b4495781d92de2ab21b22c6df27b_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:8f1bca89c4f9bce28f1a75f23fcf12b7261eda6c9f5c1fd326ef2ff93f38ed41_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:cbe0ea6421291d4ba10925af3a21ac2b8374d10091635c531b2c5ff7d499a1b6_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/apiserver-network-proxy-rhel9@sha256:e4cd67b8ac5f96b343ece5d2be1f23da546dbbf4ac73782371fe8117e2921653_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:3115f33939008fc6f78a994911a921dbd9fe30ac1aa0bfbb584d21853ecda9cc_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:7ba2e2b3acce5cc801b5b61a8c07987a23664780f0cfea2804e99cccb9d8bcf6_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:9393810a8b520eb7ec1af425fb7f03cc5d6d590e0ed6bb4eaf5dcf6278a1abff_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/aws-encryption-provider-rhel9@sha256:a783f9602f70bd55a7961a2572fb6e676d1f9d5d37bce474e84544d597586c17_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:0c32b324debc5ebf901b02403c24b4c67a7f0f557be0d28a28e7a87a3aca7e28_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:215cd09b50eb4c56127b5a060e3e6aad9507c9fd1d6a3b79f71f277c5acc4577_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:4e8d1b36928e1d1f06ebd5b15d921e6d285ba29cf67dca8254ec4500c08ae89b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/backplane-rhel9-operator@sha256:529f4292ea0dbed2b6605d61c1e02de5cd1c37fe3e77b53b98d849920407c926_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:4349a07df25c3235f30a6c6f89e95d3471fcbcb9fff7f005ceb7d7e4cf7c3481_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b3aaf8701067d4bf41765c4aaa57911428b13828616228daf3ab2653c03a0f11_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:ce2e3f3a3a296264d13dd92e6bf9aad02e3784c895ee462b7ded43cfe486ee56_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e8a51c10e07063775ea5de814c1d17c7c944a738747be7c023db97b309754132_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0fd7bcf26457bc7d180bf015e2f8c6293840c6db207009ebdc55444469a60952_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:4f97aa38578070b493587485511e6f5f35b73c43ef75bd3c325db2dafc669892_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:93b8b69a75f42410925c7f3546bc527158a07ae6f8259969855c509783c8a1c8_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-aws-rhel9@sha256:b32dfc3ba9cc1bcc8156b5a765053baeaec9429d1e9214ccd096d57121300512_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3e574777db2aea697bee325a96b3060bbb73a1ef08090c8554a1578963ff33c6_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:51e8515f6ddbb9cf130a5aa5c655ac06379cd164e123d1ef2c33fe2ffa4daf2f_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e5e8151e4ea6fad2127200542a2a20b84d2eb51b0ce92d842c6076735b9517a7_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f79e251ac9171bee00527287d3ced4b62f2a6fd46d2d393900295b762b8bbd51_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:0340f3cc9aed03f2816e0204bee3cf1aac32eaf715ac00536d0487afef5b6a69_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:3b349b28083354b423c4a529fa79c9c4a6ff829c60bb63be9a5d77e499f9de89_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:8cd689d0d732ded5a5cb6092724cc048b8799b1b17142985b057af82542df416_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-api-rhel9@sha256:a6863f5558925b453a8b90d0bf17aab5647cb6fae8d5e7efddf120bf37e5ddbd_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:191a16392e04aa5c6152d2974339bf3dd9091ea121802677b7291197a207b388_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:37f44868fa304898b14dab6bfad4e029778b05bbcf39ae839ca2d2d5ece0d497_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:63c95f60413e3762f54ef496fb323752516bd768775942e5a1099276e1728e4f_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-curator-controller-rhel9@sha256:eff5398597d1eb83eaf64be972cbebc5a237081d68b9744cddab5dc5d94b9b37_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:430c880fb4213d2156d9a6dc7a7bc4683cc7f92609d825ddda5d9ade5c86147c_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:729f62f681c17e72fa73034fc1347956de5303c6590937bdb85a41bc2165cee2_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:9fb707c5b7f7f738b784de85382295619609e4dcdebbc5ab96ff425c85a315d7_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-image-set-controller-rhel9@sha256:d55cc6e4ebd8066981b5206af262d32dbc920ef02b19effbc0ca4d7de3c93b63_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:24be4f32d8c1222c7e9b1b0bd14212973f8d243992ec6b9ebe91419a8ddc590f_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:31be0d1e0a81b82307150419e3b4652b18dc6bfe2aa0268e62a0b8d6366f3e26_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:accd03cd5ae2907a215cca72087867bf00247b7cc4518c2a5cded3b7a2b54bd8_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-addon-rhel9@sha256:bab43580fe22ed3c5aed1796dcd99d5397941cf04411d62a2001a36b118963b5_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:03962669596be3b2508c74a60fcff9f4f375946426c17ab89accebec968a017d_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:4ab40a46c13c8cc95ddbb5691561e769fb00e237d25aa56628f59a0f291a0ae6_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:6dd20975ec4bf6753e0a4783676c5470860f3a1cb13d7bcc30e99b52a5b6f865_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/cluster-proxy-rhel9@sha256:81dc4d6027317ddbad8c6dd11d6d61163e43c2fe97c2202da2b7b45ae5d21a91_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:4459a7eaba41dec2713da61be9d7b9bff6782e35ef16c1c95e17b820222b5ab9_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:57f7984abd2110d678faa5df3d950eb787bda437b48a0f4d166f79b044d575b7_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:dccbf83f41a9d5b1ff92c6a7b3ea139887c303cb9f27c3100f854ddc4b18d0e3_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/clusterclaims-controller-rhel9@sha256:e2c249bef497c4777982da504f6b619413b53b55841d5c707a1218cbea9cd542_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:61fd65a41846deb806ab684cac9061d581689be513c05812da5621b3b56cf65b_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:73e4a68dc63cc660c17797e99010427ffc37a39d93639839a14e9bd889cad5fc_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:7e3ad35dc7b688e294e21b089e075c031849bbf957e267de3969193f63c164f4_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:984b804f2bd3422615192722968aa7751f12a6557e79ea2ef024e3a5e10cec1b_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:94722017a746ec465f42b7e7a2e2aa6b18a4327969a51b90504bb08dc4a73d0a_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:bb41e7c0826cff72903ce3c4d277324fe9752085e80e1ff5e6b344e2f4193c9b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:deb96c8f55f1da36c64370cf86e70bb68445442725d9e8ecb3298d5944568c0d_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/console-mce-rhel9@sha256:e8e74a999ab95b1b81255e265c1fd9e3dabe212d32fe4d330875df679c3fd96a_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:19d3c55cbfe1a3a6ae12105fdf89842b3d1765ac4f675f0f37ec21c7e883530b_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:9076810900795e6de9c82a280efcfcd258bcda1c1ac212c8becaaf8ac4ec9732_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:b02221e80623fcaf1e4dbecc432ab92bfe5e3f0eefe412ec69d17720e4eadcda_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/discovery-rhel9@sha256:cfa9e8f995226a13bc2b39b26f68ecf465f099876ff20c1bea893e22335bb8cb_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:4e80145df877d93eab6c3fd023a16f4b456dd16dddb7c935d04e6bb72e3de3a3_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:55ca8f12bb98c629a3a4fd25089ee19957e3350ff3697cff85b6e1c5f097467a_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:a61896136c7c66d829e85a652730bd498bad4955d797440311270b19ea536d48_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-addon-rhel9-operator@sha256:c543a41e5aaf0f4da983dae7e0c13ec95afb45f6451726b5e8fdc70a76e742d9_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:380be65be89fd4b586e7c33eeded8e21b8b062c685fb0e6261eeae9bd52ec337_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:9b290087ce4b45d390ff125650114e295315d4d2ef07f726e4664cc2055328e4_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:c92e52ca224ebb1b4e9dd12f6a9743bb8793d60bfebf1beda23876bfa9f57d40_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-cli-rhel9@sha256:efa26816b66fa8038911ae6489864d4734495afd652f0dee18918acbcd22ad8c_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:834c1e1b0e256c835d97d33d2f6ea785bb1f58160a63bcbff6c3becf8486df84_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:d3de73c6d3c8e3cf047bcc952c637692ca655e817c6505fb6bb42531585f1367_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:d7185bd9b439e2cc0b3705b91c40ad4fd7455947f62a978b5038e6beb5491864_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/hypershift-rhel9-operator@sha256:fdb1770628d1558de9a2669d3d7421c758555480a46d249f7ecfba10e2f07249_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:28d342cca0a6ef31c4b8efc291b32a6a7130f2b4f333ef34528b49ce29e322c4_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:357da0c4b336d19e552d8705a883243a5cca720015b61d62ced0e963c5adbcfe_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:be2f093b484582b0d7e23edda48f842a85c261118a7407f436368ac9c4b1984d_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/image-based-install-rhel9@sha256:dc4e3b0b2844fc926592aaefef5a7d61bae8eff34ff1391c97d8ba047bb976e9_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/klusterlet-operator-bundle@sha256:5a03a6c6914550f375c65b9da5d9838726054bba58dc8dd835dd1e29bf0a29f0_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:805235be089615928d16e6fd9758915d24f2ad57a7f377b441cb9e750eef35e4_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:972a8ddbd1f5422beaebe95f2d65060ffe769790bb9e53718b70b58d8a01b3d1_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ab701714f6afa61a206574efa0d14a1236b773418e9286493c85a083ea599e20_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c0ed96eb9bad59d7f648b78f153eafcad6b4556a3a28d5b08d0f0f64833e1668_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:20ea99f2687a728509bf1982baf575ae41ebc385e7ba9a51b3380f0efe209969_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:3aea75d079c50682e2f683f5fc689c286a9d9fc72619b5cce5116a8aa735931f_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:6e2041b06a0f2ea621f3ae9249ba707123dd4d8fd10b11e9013dafb1e51726c8_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/managed-serviceaccount-rhel9@sha256:75d8fe44f3c8ed60ea8bd6c44e3bf5a30d34fd61f7c2cd2196d5214bcb0c7a23_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:571c65ecec2353c72c7c12f3f0c06cb421f6da7dd99861e65c2792f815d0b09c_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:6054b2ec38184c8762d82eaf823457cd9fc630e7f2e39445ac0e082e1d82b572_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:82cb538eb44518456d22e76925c1849a39c04023246835a5656d75ae3189d2a5_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/managedcluster-import-controller-rhel9@sha256:fed3b58218994bc9ce2692f0a08297b0bc1c5af3c817dc53ae8eeac775e54ac1_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:032479435dfeca1d80575446d8b1a481b4902258f4464754fcbde4ffb3dd45f0_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:a37a483d865b35eeab1104bfc2c77046b1172a9af3163aec0acc28519c121320_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/mce-operator-bundle@sha256:f4ef248ed441b363ea1871f5eb858798ba7e7ebe9f1db6435632f555d721db5b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:35fdb7df94f2baac096eff7af0d68baaf129a16e55d977d7cd563c537fbba73d_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:3e11a388772bb8802c7a0665a324aa52ae3617bd06b46f8e6e2c1f079ef7b12f_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:5e279bf2cdb92686783b734224cfd815ed09448ebd0bc3a95beeaab637057d3e_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/multicloud-manager-rhel9@sha256:d239ac631bce37c7564ab0f6ab8d543969f138c3b46b8131d3c913a220a1b9e7_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:41c8019895392f57a49320c94a23e784c3f3a087ff766f57f50f86c95846358b_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:9cf02638cf268c3684d446a609b1977ff5aa551fa4778bd8f49a0b672fc30b5f_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:de712016dad4a8fd5c94763fde2849c0a9e69b131f87f4f5adb0f4c7f3632e62_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/must-gather-rhel9@sha256:f72e2c7958654da09903d639d5fa783b80e6e477ab75c459e1fea5de1a5fe283_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:2ebfcdf7e2b44f950cf6d7ef0f4081134be418334e74303c7c9568086ce4c7e5_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:8e5a103e06f8fd3a81468921de32895c8dfb8b43add4b596f5b2d82dd702b0df_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:9363cc50ad93f0a4efdd47d26b397e7d1bce8f62425c0857852fbc28a9375563_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/placement-rhel9@sha256:d6977e9d9553e15634b65fa69b4df4a47d51262bf132fcee8bbe970d693577f2_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:514f4733d94367fd7c488f7ce98062f028800dcfffdb2963e52abdfa4d996fab_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:6d80aa41b51824983d43fa2c207a16f5bebbccc3dee648e1e2c9536664de45ae_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:b2bf24fc7ba572428b8d60c79426c53553d46f65467db1a9aa3d264c441473b3_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/provider-credential-controller-rhel9@sha256:f3c33017dca5ebda2d5a5e6697d3a387581c14a7ccbba1f4741370d053b078d1_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:358ac529d576601556dd7536ebe99031cfaa5275de59c6d9ea57d99ef1631521_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:3ae2999c741d4a7df738c375f5a4e6ad7cac00a38453e8069f5a89a9b96f70b3_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:5fdddc5c85034722d6b1b7bd5799cf61c64ef6c5e20bebb66124b1011954d919_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-operator-rhel9@sha256:b6b7a286744b67e8c886a318411667d658abe6a937ba3ed08fad356587fac15b_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:24c6ff2353f36905761f77d588434b6e2182d86b5f6b2d650583d3c72f8c9570_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:95a14f06a48aec91b29cd6132af284255bb80a6c47fd3b2c455f0ba70c12f067_arm64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:ab3a837e59d1655157b43fa353eb63fcb2bdd7626981a4457a5a50519f6266e2_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/registration-rhel9@sha256:ca5ad65b1965075eef55020af57592453538e3ddfdeda43742b315f519cf7907_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:17177841295c70fb1fdbe58a356951311f402295c0f7c1da68d5f6fdee7d1fdc_s390x", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:6f454adef48ef62f556f3e2f5f0ab661b5b09ffce9518b3ea80e2f3a5e2a4dae_ppc64le", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:be7a648dcb885dac958eda979ccb4bd835b8cdf26f5d4d0a2877bcb2b0a595ab_amd64", "9Base-multicluster-engine-2.5:multicluster-engine/work-rhel9@sha256:cab50268e7debb8a50f8acdc0325e7a7e6625bbe1448d439f5b1abf9a4fb962b_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" } ] }
rhsa-2025:0851
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat Advanced Cluster Management for Kubernetes 2.12.2 General\nAvailability release images, which provide enhancements, bug fixes, security updates, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat Advanced Cluster Management for Kubernetes 2.12.2 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/release_notes/\n\nSecurity fix(es):\n\n* nanoid: nanoid mishandles non-integer values (CVE-2024-55565)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0851", "url": "https://access.redhat.com/errata/RHSA-2025:0851" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/release_notes/", "url": "https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/release_notes/" }, { "category": "external", "summary": "2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "ACM-15056", "url": "https://issues.redhat.com/browse/ACM-15056" }, { "category": "external", "summary": "ACM-15394", "url": "https://issues.redhat.com/browse/ACM-15394" }, { "category": "external", "summary": "ACM-15525", "url": "https://issues.redhat.com/browse/ACM-15525" }, { "category": "external", "summary": "ACM-16019", "url": "https://issues.redhat.com/browse/ACM-16019" }, { "category": "external", "summary": "ACM-16211", "url": "https://issues.redhat.com/browse/ACM-16211" }, { "category": "external", "summary": "ACM-16517", "url": "https://issues.redhat.com/browse/ACM-16517" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0851.json" } ], "title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.12.2 security and bug fix updates", "tracking": { "current_release_date": "2025-02-20T11:27:05+00:00", "generator": { "date": "2025-02-20T11:27:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0851", "initial_release_date": "2025-01-30T21:30:22+00:00", "revision_history": [ { "date": "2025-01-30T21:30:22+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-30T21:30:22+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:27:05+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product": { "name": "Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:acm:2.12::el9" } } } ], "category": "product_family", "name": "Red Hat ACM" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "product": { "name": "rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "product_id": "rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "product": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "product": { "name": "rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "product_id": "rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.12.2-4" } } }, { "category": "product_version", "name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "product": { "name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "product": { "name": "rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "product_id": "rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.12.2-9" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "product": { "name": "rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "product_id": "rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.12.2-16" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "product": { "name": "rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "product_id": "rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "product": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "product_id": "rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "product": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "product": { "name": "rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "product_id": "rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "product": { "name": "rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "product_id": "rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "product": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "product_id": "rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "product": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "product": { "name": "rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "product_id": "rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "product": { "name": "rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "product_id": "rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.12.2-9" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "product": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "product": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "product": { "name": "rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "product_id": "rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "product": { "name": "rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "product_id": "rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "product": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "product": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "product_id": "rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "product": { "name": "rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "product_id": "rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.12.2-3" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "product": { "name": "rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "product_id": "rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "product": { "name": "rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "product_id": "rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "product": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "product_id": "rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "product": { "name": "rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "product_id": "rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "product": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "product": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "product": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "product": { "name": "rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "product_id": "rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "product": { "name": "rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "product_id": "rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "product": { "name": "rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "product_id": "rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "product": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "product": { "name": "rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "product_id": "rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "product": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "product": { "name": "rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "product_id": "rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "product": { "name": "rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "product_id": "rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le", "product": { "name": "rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le", "product_id": "rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "product": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.12.2-5" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "product": { "name": "rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "product_id": "rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "product": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "product": { "name": "rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "product_id": "rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.12.2-4" } } }, { "category": "product_version", "name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "product": { "name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "product": { "name": "rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "product_id": "rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.12.2-9" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "product": { "name": "rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "product_id": "rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.12.2-16" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "product": { "name": "rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "product_id": "rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "product": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "product_id": "rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "product": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "product": { "name": "rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "product_id": "rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "product": { "name": "rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "product_id": "rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "product": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "product_id": "rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "product": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "product": { "name": "rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "product_id": "rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "product": { "name": "rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "product_id": "rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "product_identification_helper": { "purl": "pkg:oci/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.12.2-9" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "product": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "product": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "product": { "name": "rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "product_id": "rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "product": { "name": "rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "product_id": "rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "product": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "product": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "product_id": "rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "product": { "name": "rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "product_id": "rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.12.2-3" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "product": { "name": "rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "product_id": "rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "product": { "name": "rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "product_id": "rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "product": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "product_id": "rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "product": { "name": "rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "product_id": "rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "product": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "product": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "product": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "product": { "name": "rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "product_id": "rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "product": { "name": "rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "product_id": "rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "product": { "name": "rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "product_id": "rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "product": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "product": { "name": "rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "product_id": "rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "product": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "product": { "name": "rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "product_id": "rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "product": { "name": "rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "product_id": "rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "product": { "name": "rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "product_id": "rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "product": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.12.2-5" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "product": { "name": "rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "product_id": "rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "product": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "product": { "name": "rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "product_id": "rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.12.2-4" } } }, { "category": "product_version", "name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "product": { "name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "product": { "name": "rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "product_id": "rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.12.2-9" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "product": { "name": "rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "product_id": "rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "product": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "product_id": "rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "product": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "product": { "name": "rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "product_id": "rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "product": { "name": "rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "product_id": "rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "product": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "product_id": "rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "product": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "product": { "name": "rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "product_id": "rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "product": { "name": "rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "product_id": "rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "product_identification_helper": { "purl": "pkg:oci/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.12.2-9" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "product": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "product": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "product": { "name": "rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "product_id": "rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "product": { "name": "rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "product_id": "rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "product": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "product": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "product_id": "rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "product": { "name": "rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "product_id": "rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.12.2-3" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "product": { "name": "rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "product_id": "rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "product": { "name": "rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "product_id": "rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "product": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "product_id": "rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "product": { "name": "rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "product_id": "rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "product": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "product": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "product": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "product": { "name": "rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "product_id": "rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "product": { "name": "rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "product_id": "rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "product": { "name": "rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "product_id": "rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "product": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "product": { "name": "rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "product_id": "rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "product": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "product": { "name": "rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "product_id": "rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "product": { "name": "rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "product_id": "rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "product": { "name": "rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "product_id": "rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "product": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.12.2-5" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "product": { "name": "rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "product_id": "rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "product": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "product": { "name": "rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "product_id": "rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.12.2-4" } } }, { "category": "product_version", "name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "product": { "name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "product_id": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "product": { "name": "rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "product_id": "rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.12.2-9" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "product": { "name": "rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "product_id": "rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.12.2-16" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "product": { "name": "rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "product_id": "rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "product": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "product_id": "rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "product": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "product": { "name": "rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "product_id": "rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "product": { "name": "rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "product_id": "rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "product": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "product_id": "rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "product": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "product": { "name": "rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "product_id": "rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "product": { "name": "rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "product_id": "rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "product_identification_helper": { "purl": "pkg:oci/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.12.2-9" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "product": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "product": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "product": { "name": "rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "product_id": "rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "product": { "name": "rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "product_id": "rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "product": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "product": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "product_id": "rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "product": { "name": "rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "product_id": "rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.12.2-3" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "product": { "name": "rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "product_id": "rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "product": { "name": "rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "product_id": "rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "product": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "product_id": "rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "product": { "name": "rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "product_id": "rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "product": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "product": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "product": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "product": { "name": "rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "product_id": "rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "product": { "name": "rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "product_id": "rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "product": { "name": "rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "product_id": "rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "product": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "product": { "name": "rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "product_id": "rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "product": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.12.2-8" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "product": { "name": "rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "product_id": "rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.12.2-7" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "product": { "name": "rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "product_id": "rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.12.2-6" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "product": { "name": "rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "product_id": "rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.12.2-5" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "product": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.12.2-5" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le" }, "product_reference": "rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64" }, "product_reference": "rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x" }, "product_reference": "rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64" }, "product_reference": "rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le" }, "product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64" }, "product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64" }, "product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x" }, "product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x" }, "product_reference": "rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64" }, "product_reference": "rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64" }, "product_reference": "rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le" }, "product_reference": "rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x" }, "product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64" }, "product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le" }, "product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64" }, "product_reference": "rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le" }, "product_reference": "rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x" }, "product_reference": "rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64" }, "product_reference": "rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64" }, "product_reference": "rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x" }, "product_reference": "rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64" }, "product_reference": "rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64" }, "product_reference": "rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le" }, "product_reference": "rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64" }, "product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x" }, "product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le" }, "product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64" }, "product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le" }, "product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64" }, "product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x" }, "product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64" }, "product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x" }, "product_reference": "rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64" }, "product_reference": "rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64" }, "product_reference": "rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le" }, "product_reference": "rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x" }, "product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le" }, "product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64" }, "product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64" }, "product_reference": "rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x" }, "product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64" }, "product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le" }, "product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64" }, "product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x" }, "product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64" }, "product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le" }, "product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64" }, "product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64" }, "product_reference": "rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le" }, "product_reference": "rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64" }, "product_reference": "rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x" }, "product_reference": "rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x" }, "product_reference": "rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64" }, "product_reference": "rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64" }, "product_reference": "rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le" }, "product_reference": "rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le" }, "product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64" }, "product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x" }, "product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64" }, "product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le" }, "product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x" }, "product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64" }, "product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64" }, "product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x" }, "product_reference": "rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le" }, "product_reference": "rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64" }, "product_reference": "rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64" }, "product_reference": "rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le" }, "product_reference": "rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64" }, "product_reference": "rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x" }, "product_reference": "rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64" }, "product_reference": "rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64" }, "product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x" }, "product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64" }, "product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le" }, "product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x" }, "product_reference": "rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64" }, "product_reference": "rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le" }, "product_reference": "rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64" }, "product_reference": "rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64" }, "product_reference": "rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x" }, "product_reference": "rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le" }, "product_reference": "rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64" }, "product_reference": "rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le" }, "product_reference": "rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64" }, "product_reference": "rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64" }, "product_reference": "rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x" }, "product_reference": "rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le" }, "product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64" }, "product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64" }, "product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x" }, "product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64" }, "product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64" }, "product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le" }, "product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x" }, "product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64" }, "product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x" }, "product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64" }, "product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64" }, "product_reference": "rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64" }, "product_reference": "rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x" }, "product_reference": "rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le" }, "product_reference": "rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64" }, "product_reference": "rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64" }, "product_reference": "rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le" }, "product_reference": "rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x" }, "product_reference": "rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x" }, "product_reference": "rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64" }, "product_reference": "rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le" }, "product_reference": "rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64" }, "product_reference": "rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64" }, "product_reference": "rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x" }, "product_reference": "rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64" }, "product_reference": "rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le" }, "product_reference": "rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64" }, "product_reference": "rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le" }, "product_reference": "rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64" }, "product_reference": "rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x" }, "product_reference": "rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le" }, "product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64" }, "product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64" }, "product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x" }, "product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64" }, "product_reference": "rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x" }, "product_reference": "rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64" }, "product_reference": "rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le" }, "product_reference": "rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x" }, "product_reference": "rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64" }, "product_reference": "rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64" }, "product_reference": "rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le" }, "product_reference": "rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64" }, "product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x" }, "product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le" }, "product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64" }, "product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64" }, "product_reference": "rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64" }, "product_reference": "rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x" }, "product_reference": "rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le" }, "product_reference": "rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-30T21:30:22+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0851" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-30T21:30:22+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0851" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2024-55565", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2024-12-09T02:00:45.255738+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331063" } ], "notes": [ { "category": "description", "text": "nanoid (aka Nano ID) before 5.0.9 mishandles non-integer values. 3.3.8 is also a fixed version.", "title": "Vulnerability description" }, { "category": "summary", "text": "nanoid: nanoid mishandles non-integer values", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-55565" }, { "category": "external", "summary": "RHBZ#2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-55565", "url": "https://www.cve.org/CVERecord?id=CVE-2024-55565" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565" }, { "category": "external", "summary": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8", "url": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8" }, { "category": "external", "summary": "https://github.com/ai/nanoid/pull/510", "url": "https://github.com/ai/nanoid/pull/510" }, { "category": "external", "summary": "https://github.com/ai/nanoid/releases/tag/5.0.9", "url": "https://github.com/ai/nanoid/releases/tag/5.0.9" } ], "release_date": "2024-12-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-30T21:30:22+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0851" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:6d6506966ef91f1fc28cb31415a3198c11c9131948973923dec354a6aff80b79_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:78578cb530f5757e5fe9b18c6d5e9515b4c0fc867c5b8deac2ec0b588f3d8058_arm64", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:8a49c32f3cca876f14701f04fdd1c854126f21d947ff873bef66e871774bee4a_s390x", "9Base-RHACM-2.12:rhacm2/acm-cli-rhel9@sha256:e7efd510b0de29e4881005e4bcf51b193fc45c9b303b5eb4885c87131eedfcfd_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:5b29efce8fb958632ce3f54e45739b2a7d5ba8f5bc500a793e14250b5fcb6a5d_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:67523fe9d57b858ec237f403c2f294dd6524769759bfc28e0f32cf010ac7125d_amd64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:788e4db8bf6d6e60f1e85a3cf7bfcbac6817857eb43287ef73ec629818fe4ba9_arm64", "9Base-RHACM-2.12:rhacm2/acm-cluster-permission-rhel9@sha256:bc23260ebc66323be4bb88c6cb0603f0c409b0a846d56b7be4548b54e67e16d4_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:607bdc45ef1fb0df2b1a05053fb99ecbe105f168ecd45d4e2f7784aedea55385_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:962d782025ce5477c9c31b0a4f1e8dd3a57aa34669882542af8b97e0d394f74d_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b4fb429927127313d79878b77a9452bb9a9e73768e44ef563dd49f0b92a87dad_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f65a350da80b9f8eae52cfccd5fa28a98dc5f8281c6585083a0f6073ecf5fc15_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:3829c60a7d0ff6c4bf0499b49b9f491beca72241411fa230c2937bf79863784b_amd64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:41f5414e661779d0833015b0b8c65316c0ab7a382c9c6fbb24a871e9834726be_arm64", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d2822130ed9ce80ed1db38ec56cb3b9c2b2bd51756b72b01b878f16185935749_s390x", "9Base-RHACM-2.12:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:e9f52d4ef4af3ca02d7bc41d87560375513d00b8a3aab01f750f39aecf5da92e_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4b7ceae3f7cc98dee53d3b6bbbdb8332f0363ccaa8e539f4488f18a0bf86d646_s390x", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:4ffb607e2c1c7f0852429d82957ee8d60ebee2843ffacc5cf7ef05a281dee5e8_amd64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:5d2e2fce396eb33508e8ee6fc4ccecd6733987e3124ad959be32abcf69abfb5d_arm64", "9Base-RHACM-2.12:rhacm2/acm-grafana-rhel9@sha256:8858972bda751d9d8f34ed403fd1b74ab16298c02e62350cc84ee34b75fafcfc_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:1ab6abdd43d58a90bbf5ae7d45c5ad3d6f7bcbed31f7b6b25b76e3adaf798f28_s390x", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5105dc539fe487d1e8ee44654019ac8c5f2a731bc0b31a5a015226e7881fe6d3_arm64", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88e5b586b04c2b24190ad3cfb4777900cdf39f3be736c4716813519971b13b33_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dcd36b9baee8111f44da2968c44d2d77a3e4379390283b616161768a7b6c52d3_amd64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:16b525aef72ebea4ba75fa98be635cab32aed02d258d047b791f5a5b5ff7e1a6_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:8faa5bb70deca18b1921eb96c65f962095d848d60fbdeeec900a9c3049579f88_s390x", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:934e2cc3b07d207c307449d1e4984efb38cfb7adc276f91037b68e157e1fa6b8_arm64", "9Base-RHACM-2.12:rhacm2/acm-must-gather-rhel9@sha256:f8f3aa7d15601aae9e51eb7b465fc94b94bb51efd7534e796bdae1b66ba21aac_amd64", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:2fca102b61b126989d18d3e62185825d38ada39e74d9a6fcd425fe16e51cbf5b_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:41034024db1562940a36369ebb78633054da4255fc5160df83fd017df1dfee5d_s390x", "9Base-RHACM-2.12:rhacm2/acm-operator-bundle@sha256:66850b4e934906998d96198f9e768497ec7c0b4f8f230ae3d1b282b158031a3f_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d2dbd872e22d98d6b1cf1359d454a182fe6d0bf530fe77fa3dab83b195971f1_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5d3e64ff884b756161871dadf8333f2618ba86d6092e8e2ac4b221d7b3dc10be_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:71416b5170dd7acff7e3dc339009bc84020e13e728c6f7025368e8799c015388_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:80cae420c3daaf320358ca29de2f759ad400a0350f282ed1e2c666b58dc332bb_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:1de5aff802b7b7a05553e73c406c1aad76412f3d4673f0a14ff137284bc6fade_s390x", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:3566de48038b9cf52ba76e51c8b7be2a51d77da92e937f06204eecbe0c638b38_amd64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:d5e45857e25a5647a6c08ac4f4ef5d1bdc98c0ef2412656a5c97d4575abca01c_arm64", "9Base-RHACM-2.12:rhacm2/acm-prometheus-rhel9@sha256:ec5b0ece89538a90b95908b54ae9afe4ba4e4b1053d5cac3f1abbb0eee2441f1_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:1b272f5ceba37b310355e8b6ebaf35f8cd532cdf85e3bc8b83b279e1158d1c24_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:27941be0964dfe649d22567ccef26d1b6a878a11302e50cf3070039c208d9499_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:6ee4dc54519372410fbf1713474e7b3757848e900659ba2d65d6a2e54ab6c5f8_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-indexer-rhel9@sha256:8f02be32978e08022cb2d659a18ba1854dc905486f06b4e415ceb67b3e962806_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:2f95e7b723f64810721de92d2013bdb99a0f463f04d0bf28c58ece8de1f0c4a5_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:52dbbcfcf34ff29e60943fa118f51d4f96d5b9c95b53b8cbf9a47a8075e96ff1_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:66a35d0a5d9020c2f1b2361dd66d21a323d34312ac86607eb605d9a4655e6647_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-api-rhel9@sha256:828c035dfce6f52403ec62ffec3bb78448695dd9a1c9d178c53b9365f9d912fe_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:2fec4324fd3867f7f43a8b7c5666e016cce6fffa165ea47a5e136539a1c474f9_s390x", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:3094d5a33110da0aba5cb0cca6f6885aeee1f9fd3d3849ab73fd1757fee43661_arm64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:6a7a287ae7a29cde27459d38b9c93a4e1c29660884354ca010e9cde594b1e1b6_amd64", "9Base-RHACM-2.12:rhacm2/acm-search-v2-rhel9@sha256:c50d938152bae7445bf9258091e526b56839b140cfc217d8460649669fb6dc9f_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:14b604c52c2676d360524d8473e11080f936505c7ab980d903c88f73c0182631_s390x", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:7cd3fd103edd929971241d205a2123b2e7f8007970c2fbaa6937c09ae2370c49_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:ddab7501c67d56e8ab43d5ef28cbe1675e05c7b5f4aa3549c517dbc7080055c9_amd64", "9Base-RHACM-2.12:rhacm2/acm-siteconfig-rhel9@sha256:e7ced52a2739b6086014db620e05bf9d68b20e086a7dd410cb635b7d84485f1c_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:43100d36591519a97df5a91c8db689be926aa8089467ec1cbb881ce62d43dfd3_ppc64le", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:52c3b7d0d98aebf9f38e0b2cef9723b3f77ad7dfda12554396f1efde3ef41c77_arm64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:5f7c9046db5d2b56677def913f58ffa4e2bffd2b4fa2e97d97bbf69361b59d36_amd64", "9Base-RHACM-2.12:rhacm2/acm-volsync-addon-controller-rhel9@sha256:7842a68408a7ac08f3c79ffb6e577ebfd8590fbd73fb7c593d328995c9193c38_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:38cfdd0438960c4427048740a27866a77bc08915ce88b6a70a16aff2f32104c6_s390x", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:a029575435cf68029fa67802cb2566dc2a6194bc63f1e5138b94f0abd7a6f11c_amd64", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:bb815c4d05317d16ff96d6554c05f19c4da31c281c5bdb9e0e22be14a91954e9_ppc64le", "9Base-RHACM-2.12:rhacm2/cert-policy-controller-rhel9@sha256:f11e89c23dcf9d9c2a7c134165b341d2e412403a972160b61825d9614e1273c9_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:40e32d365845876eca4877e81afddc5c5d2334b4a40b138a03bbc4e1e67e7839_s390x", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:6735af4259406ef0141c1baff2a9c0b86498141e57a83142797a8ed8ada1a86b_arm64", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:acf9e0ad2bfeef08e3f0613555bfcba778f5ea640f8feb18399d9a569b38348c_ppc64le", "9Base-RHACM-2.12:rhacm2/cluster-backup-rhel9-operator@sha256:f7127b828e53174f20e59048a7a75053c918e793e9e6de43a5d9cbc61bbe2418_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:0dab507c4bb2396239eb8da7ceaa4564c6741795b78e3f6b6bf11b38ee3a9a82_amd64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:481df173015ff3bd6482d3a0543ec4dfae1115cf2442f82ff4a490888df11388_ppc64le", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:5be7c896c6fbc3e22137f634c9f4cc5094494768ad06abb4e8d67e1230973401_arm64", "9Base-RHACM-2.12:rhacm2/config-policy-controller-rhel9@sha256:dcfaf1a56be42e7bd171f75e97ac577a5dbc0d18d24f91f1f954ee2847a1d77e_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:30617dffa6d3eea9fcc165a22bf04c03cce1be7d4d03304771232652811a88ca_s390x", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:95b117ec2865aa77a52e2b83a2c110a1f18a515f4a6a453b15e8f8d00d2964d1_arm64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:c86d1560b2c0486476e8d70a312e401139bda987f706b7c6eefa2178dfdfa7c1_amd64", "9Base-RHACM-2.12:rhacm2/console-rhel9@sha256:edf30af9fdfddb3d84afe0b16a6cc9ff7497329c3993af2aac5211776f0667d5_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:1dcb04ab630b1c9f60b7cc57033afbeea33b8ed341a7f02648f0ae50a360815c_ppc64le", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:218cfb253d6c82c58e8b99e3b78f432670feab2b0ce78b2811de6af9cb942f07_arm64", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:939aa49db5e610243607bfc666b39520eac1b5f6a931c77e488612f8da171efb_s390x", "9Base-RHACM-2.12:rhacm2/endpoint-monitoring-rhel9-operator@sha256:cad4a3f703b0acd4ed12b0983368b4b28cc61c6f2cb816d79655dc85ab8ec0ec_amd64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:095375bb5a3ddd5bd47f92990455ac3a4fa7e73ae1707ebf09e6ebc9b2789f5c_ppc64le", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:662994d4075a0205f930933364b5c7e94394eb750dafa562761255c6fdaf55c2_s390x", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:cef2fca17ebebf8b6d5ff387a0b2ea689eee3bd908e98e7f5c26a7cb7e07c542_arm64", "9Base-RHACM-2.12:rhacm2/governance-policy-propagator-rhel9@sha256:d28d4e21d6b62153e7d9eb2c1fcd6f3463998d9010e2f11dc66b0334a7e93bc3_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:2b1b85c6b3474bf07b4c31573a84bc28d1fc5a7278e9b3f013dedb6525dfce47_s390x", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3c7717bd6c64c53573750e925f499f3ba5c205979ef07ee73ec096706183c2ee_arm64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:3ffd4dd243ea867f97a45a5b876d6948321daf06e0f7a97cbedf57911570369a_amd64", "9Base-RHACM-2.12:rhacm2/grafana-dashboard-loader-rhel9@sha256:50876ba726486e804f34e407ad77a2dce71711cbd205d7ea80702248d7d8aedc_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:488b75070c11ac1554a4f496b8500b2b97c95a27303bc6f474376c996f488d00_s390x", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:5da95a938f54dbe1dbaf0d102db7da9ad17a2782bc953015ffba5eb11704d5d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:90f383a4b39ae5927d722d79839b2ef87f2bf62bcf1a52fd758a6375d7977b16_amd64", "9Base-RHACM-2.12:rhacm2/insights-client-rhel9@sha256:f1be53e12c851866aa208d31917d7862ae6b459dee925652597528aa8e5d479d_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:187008c2e959d1969cfc61a6bfed84c9fb3724efbfcc45a80157d4f8071753d8_ppc64le", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:37fda232d796fc3f3e520a0623ae7fcd33c14f55d5afeb82865ad4795fe1b8fd_arm64", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:841459ded03ce756e5988db7ac85bb945fcfd4215e0740dbab2b8d1a4cfb8b94_s390x", "9Base-RHACM-2.12:rhacm2/insights-metrics-rhel9@sha256:857df84297aca13380fc54ee090d1dd661bef8b80a6b327b195543b4ae253c66_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:1b15d4aa720a9f265375bc260ef56c2f7af2523db23750084ddf9d8bfedbc524_s390x", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:8df81a204a2e6a2b18897f96beb4e2a524de382dbd3c752b3d5dab7df82101b3_ppc64le", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:d82542505423f98e7ee6117a41bae27b31dd420ba41f48009a09039c88d18f8d_amd64", "9Base-RHACM-2.12:rhacm2/klusterlet-addon-controller-rhel9@sha256:de1de403832487271653de49af731207f0bbe8ac7685bf2b03ec911a3851dcf8_arm64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:4a420b487c0a4a118012e1ae0b16183635965d3e12789970a90862f67ddfd0f0_ppc64le", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:85ef7f05c152087cbb7036cc812f8aad1bd039413d51932e6332b02577c2893b_amd64", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:eaf64861de88af7eb7f0e2b3ca31fdbaa22efb3f520c8533dfd40aec191e0bf2_s390x", "9Base-RHACM-2.12:rhacm2/kube-rbac-proxy-rhel9@sha256:f2a02973ec5dfb3c3085842ee26ec63ad4d87cd30b6d9189d97bd96c874d62aa_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:128ed52dfa870d5074fc9c040439c780cf2ceb922e395a439c7802075793a8d6_amd64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:53b4b1b3d862412e157c991d7bd1d2a642dcaed6d50459b1186facdcad6641fa_s390x", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:5cf8e961fa0e9b88a58cf6ca5917ba692198a94a7ebaf5df689504688014524f_arm64", "9Base-RHACM-2.12:rhacm2/kube-state-metrics-rhel9@sha256:f0f0cf33493ccd1635f1cab8fd61c18335b458d56d517a6db131ae527d65a83a_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:0885870ca1267b71c4c12a25b9c87037b341586bd202e1d5f6d0b550d9516ba1_s390x", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:98d5a1c73503c406c4e57a0cfd81173cbeaf8a93e905a3fbb96bcf17aebf07a6_arm64", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:e77fafc273169e41b7430f9831cbf9dfba3fe8c1c539fb4a748f7b6e617bc8cf_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-exporter-rhel9@sha256:f6e2c1828fdf031100b85291014324c059771969521b5818b716fba82bd3401a_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:3f5cb1589a475708580214047d1dd57c6dc59a53088eb291bc1f56450732839d_amd64", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:957641ab4d8f3ecbdd3aabccbfff38d369c8dbcf6eef9b5dd1cac4dbd41c6ee5_s390x", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:b035883afc1ab9d20db8fbae50b691183cf37cdff25e9159957c5ad497f6a301_ppc64le", "9Base-RHACM-2.12:rhacm2/memcached-rhel9@sha256:dacf3fdee5f104727edb5a3ddf7ad56da2af133ce59d4aebe696b6010b6d2a42_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:12516d26d955ab81c17d3f478d6bde9f2a450d88fec51582728b1e5657aa64de_ppc64le", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:26f55c2d5d72b98d99db979ce46c43a93668e6e2488e01cc932762b5e4d6b6f0_amd64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:844c37e2b64547a71fe3b767dbec4ca4e7fa734ce4c1fe595d8feceaa62af88b_arm64", "9Base-RHACM-2.12:rhacm2/metrics-collector-rhel9@sha256:be862fb12b8a5617d9a8ef573c2203ffcc7f26b32115e8acd5ac88b760ee8339_s390x", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:247853d118f5d973facd63554cf5f9802a0f006b8596efee8b119f88c3f42e50_ppc64le", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:94b5afe65f61e5c5fc8ca4702b76c09f55eaa8579ffb49584cd4e5c1c25a3a2d_amd64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:c80a0fc46b7e953ad5dc26e9dae85a7af5c42088e75c0b26c8f2296f3e71a1c6_arm64", "9Base-RHACM-2.12:rhacm2/multicloud-integrations-rhel9@sha256:ee42822ff503708836164024d87e3d61454e2e0ce4209fb6d3ac65eeb25a62e6_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:1f015036f5e93ac23051fbae5bf496821fb0b17d8e502316bff231f89532878e_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:21bb2905f5da83d1d294e53a634d26c109e44dc5ce69d47bd1d37c11379edcd3_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:8027aaed49aebc8bf5cc20426d2c7eec728ad5010d8223a0354fac302ef01899_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-observability-rhel9-operator@sha256:d546cfafd595c76a74e34955f20c726a6892ce58cdba58e793d83bfb12020920_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:1f560376ea08f7fcba83934ba677f97894d1776b1e71328967ce1370f88d5d61_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:5c72e0d89ee2e5b8355108d68fbf34dca8241af658a645820a48290b3388785b_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:6f613450c93aa12714d54204c4e463265e7b13bb032a084caea264afb93ff161_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-application-rhel9@sha256:bb3d69fea96c14610e904e7667bb42116d81d63c855d9dbc23fa58353e94bd33_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:262c353343a9f8dcf31b79448db6850e38be79ae377030b7d6e00f7d8c709b8a_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:6fa36be9cc7522e4cde6738658c88ec3d4a0bd22fd39cd9f543f412c6289ea0d_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:be2376ae22114574f30456c3a320f19b7bcee7c964e53e3d4a0ed7442e6b66bd_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-channel-rhel9@sha256:e03553907732aff669cc578068b3ba7d06e46d7e1945a04b70104bf036f2323d_arm64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:93205b470c36d80ece057ef7e3975a19fea687de5daa9449945ef6368b624790_s390x", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab7d829b1ef7bba5561cce5b2c2ba78b4f4348f46d5f141d3a5232504792f761_amd64", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:b7b89c5f84b13832eebf1f01304f0024c043f5beaa53ffa3ccc2e20f7a4bffd5_ppc64le", "9Base-RHACM-2.12:rhacm2/multicluster-operators-subscription-rhel9@sha256:cd2ff64b6860761b002ea6b8eaabd7fc076b3b6c33bd0d0a9bd6c0223c2f7e93_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:27e74f99f9c931a631b2f65499a044538204a52e5955ae1ada61058e6e848e36_amd64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:32c42b35bc8540ac9374ee6fabae66318734cb470ab7abaee6c4c7f5102695ba_arm64", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:4936da1276e2119c60e14dd48f46d8f73f8fc23b799a2329dbe418894b73fcb2_s390x", "9Base-RHACM-2.12:rhacm2/multiclusterhub-rhel9@sha256:d0a998e05915b3902b57cbdcb16dbdfcf9b0025f3019dbf69545b29e0c74531d_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:08a992634b83a991866a8102f3d2e0c5b149776e23b4e675c98fae43b342fda0_amd64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:5af7d4339b7430226d350953c79be46979c8d537fe1c5d44739a06368d6545a5_arm64", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:a24f0bd982f1e5ce263b8e6f9866e2d2c057fb0d68c8f4e1d008a2456864e473_ppc64le", "9Base-RHACM-2.12:rhacm2/node-exporter-rhel9@sha256:e3d803866ba995093efefb0f6feb0374ee0afbcdddd3950699db5d18204177f9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:1ed8905254bb4109fb6e03defccbc2e8cc3e245b163d9fe6aca56ac9069fcdc9_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:4b4d70278fe00dd0db8b1f54908d42c96c89d0d4010f9b6df0744418a2fec3eb_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:851d0df8d75fb8a0ad2875ec6f8547d8593f4c74b3270dffb91176fe26ba28e7_ppc64le", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9-operator@sha256:f3b6e316a477baf95361c888b42fbcb17844bb8f53c89faa914186f3a9253d86_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:5dc8517a5db6e35559068b4ed71f5c71c80a0347ce68c788bec4b3921516d88c_amd64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:65e027f1d01b202dbcbc4c970cca930890ab4224a71328f76f65bce8697b63be_s390x", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7b5ec78c4fa1b038bb0df6dc0707d625fca70e3308bcbb0b73fd5de28f4bd703_arm64", "9Base-RHACM-2.12:rhacm2/observatorium-rhel9@sha256:7db7357afcd86f9f26b12119021ceec3cd29c98c4b51420cdb7d147387239e6b_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:2d94ad3ed757a85bbe91ca561bfe952ce93219d3a29b0875de98af9283388fdb_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:e68928767a5cc70126e4444f77650e01359c7b08f5c872f3ac2ccdd31c1a82df_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:eac52cf53e5f9831c32e7616cd808396971b5af7a40b06997acff9fad18cbff5_s390x", "9Base-RHACM-2.12:rhacm2/prometheus-alertmanager-rhel9@sha256:f5a27df45167b4bb30166f5c8855397d0b6532c71418f5ee42099eb1e88be462_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:52987b274c1a81d83b71b5955869542f0346e864371329de01ac113ca0157fd3_amd64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:61d0ac121f4d129c91f406f46399447eb4cb97f662b8f74a7d5cdc8d7712999d_ppc64le", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:a3f1a9d1e657598b3bd3b9de3230cfa15a2df8d69e23aa9997e90fd3a9d62d9e_arm64", "9Base-RHACM-2.12:rhacm2/prometheus-rhel9@sha256:d20847033fd24eaba5350dec9c7dd287c01ab55ffe5c77179709cde8a01b6648_s390x", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:608403f7bb94b719bfc69a1ebe4f3774d67a3320efbef2b73b75a76194e174d3_ppc64le", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:819ef6f84d1bfe7ba1373849626086c4fdb88add907d36923675a24a690617d4_arm64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:947653c15c4c7757030270ee77a1ea5addde68e4d09cf0678d7f2c40ca933231_amd64", "9Base-RHACM-2.12:rhacm2/rbac-query-proxy-rhel9@sha256:d59f2ba2f60dc057064f08047e5b94851a6172bf6d5da2aa4eabc520273ba631_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:1c954c1ba3702ddebdd02b5bd8c88da526659dcfd8bb3421969edf15bf651373_arm64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:974f07f7ccc9d6eb4732de4c51ab71b8db0d6fa9067b3ae6d1e81b6cde1ba3da_s390x", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:98b170ec8321dc1dcdfe984231776e2e3f9629a3fd7eee9d0b34bea5048c117d_amd64", "9Base-RHACM-2.12:rhacm2/search-collector-rhel9@sha256:c61e108af6e9f13a5751283a8ceed9f1eb5951ed296d176437090685e2dada1f_ppc64le", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:1d882480e5664e877285c2ff542ca4ac6e663514bf9d9a6410b92c3c43de4053_s390x", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:48699b203c5a4a08789e87051823b6e7bf084195ec8d8efbece1c6db8383fee6_arm64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:58323c8a8f97a7bcaaa18bda835593069da198cba30dd2ab2c018c52880fee53_amd64", "9Base-RHACM-2.12:rhacm2/submariner-addon-rhel9@sha256:778f893168778e8caac032d9ddf8dc52c77b6cc379f1a0c7bacb1b7625c0cd95_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:8063accbe1e8c9ddf5014c2e235530e6f99baa2f161304318f07d283826508ce_amd64", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:b86160c454f6573fe54e886eeb06e0c24809a38c01c21f3a1063b4613193fb6a_s390x", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:cf956c4b045d20e3f402ed122aa6acf9d528829fe564649d440e150540071f59_ppc64le", "9Base-RHACM-2.12:rhacm2/thanos-receive-controller-rhel9@sha256:e322f9c90116ae56a78d553319a39cd67275fa9d7d104e8817fec64c033c97e3_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:cd9682c2139ee75bd0c8e0f3ab340746280aaeaec81d542b34ae10012ac89922_amd64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:d6eb324b9b3d8e955c17dfbbed96a0a11b2ab15faabe9f9a5baadc7f6f331ae2_arm64", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:f448214806f97a447a3c725dda306c19464de4e54ab1a698b2abf7d03f1db3ea_s390x", "9Base-RHACM-2.12:rhacm2/thanos-rhel9@sha256:fa13b3b1f205ed5b6b3e989416a57fcbeffc0ed6097fd22a33bbf93366fd2b9c_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nanoid: nanoid mishandles non-integer values" } ] }
rhsa-2025:1285
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details see [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1).", "title": "Topic" }, { "category": "general", "text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1285", "url": "https://access.redhat.com/errata/RHSA-2025:1285" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1285.json" } ], "title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release", "tracking": { "current_release_date": "2025-02-20T02:08:49+00:00", "generator": { "date": "2025-02-20T02:08:49+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1285", "initial_release_date": "2025-02-11T10:50:52+00:00", "revision_history": [ { "date": "2025-02-11T10:50:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-11T10:50:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T02:08:49+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Trusted Artifact Signer 1.1", "product": { "name": "Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9" } } } ], "category": "product_family", "name": "Red Hat Trusted Artifact Signer" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:d974b5321a1d8dc7396983c68f4040858e9f5bd0c5aa1e79f97a1ef752ca323f_amd64", "product": { "name": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:d974b5321a1d8dc7396983c68f4040858e9f5bd0c5aa1e79f97a1ef752ca323f_amd64", "product_id": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:d974b5321a1d8dc7396983c68f4040858e9f5bd0c5aa1e79f97a1ef752ca323f_amd64", "product_identification_helper": { "purl": "pkg:oci/fulcio-rhel9@sha256%3Ad974b5321a1d8dc7396983c68f4040858e9f5bd0c5aa1e79f97a1ef752ca323f?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1736958852" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:d974b5321a1d8dc7396983c68f4040858e9f5bd0c5aa1e79f97a1ef752ca323f_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d974b5321a1d8dc7396983c68f4040858e9f5bd0c5aa1e79f97a1ef752ca323f_amd64" }, "product_reference": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:d974b5321a1d8dc7396983c68f4040858e9f5bd0c5aa1e79f97a1ef752ca323f_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d974b5321a1d8dc7396983c68f4040858e9f5bd0c5aa1e79f97a1ef752ca323f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T10:50:52+00:00", "details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d974b5321a1d8dc7396983c68f4040858e9f5bd0c5aa1e79f97a1ef752ca323f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1285" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d974b5321a1d8dc7396983c68f4040858e9f5bd0c5aa1e79f97a1ef752ca323f_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d974b5321a1d8dc7396983c68f4040858e9f5bd0c5aa1e79f97a1ef752ca323f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" } ] }
rhsa-2025:0560
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat multicluster global hub 1.2.1 general\navailability and release images provide enhancements, security fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat multicluster global hub 1.2.1 images\n\nThis advisory contains the container images for multicluster\nglobal hub. These container images provide enhancements.\n\nThis advisory contains enhancements and updates to the global hub \ncontainer images.\n\nSecurity fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause\nauthorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0560", "url": "https://access.redhat.com/errata/RHSA-2025:0560" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0560.json" } ], "title": "Red Hat Security Advisory: Red Hat Multicluster GlobalHub 1.2.1 bug fixes and container updates", "tracking": { "current_release_date": "2025-02-20T11:26:25+00:00", "generator": { "date": "2025-02-20T11:26:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0560", "initial_release_date": "2025-01-21T21:22:09+00:00", "revision_history": [ { "date": "2025-01-21T21:22:09+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-21T21:22:09+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:25+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "multicluster-globalhub 1.2 for RHEL 9", "product": { "name": "multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:multicluster_globalhub:1.2::el9" } } } ], "category": "product_family", "name": "multicluster-globalhub" }, { "branches": [ { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7_amd64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7_amd64", "product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.2.1-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3_amd64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3_amd64", "product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.2.1-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f_amd64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f_amd64", "product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.2.1-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468_amd64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468_amd64", "product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.2.1-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7_amd64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7_amd64", "product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.2.1-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f_amd64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f_amd64", "product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.2.1-4" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca_arm64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca_arm64", "product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.2.1-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd_arm64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd_arm64", "product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.2.1-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd_arm64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd_arm64", "product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.2.1-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e_arm64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e_arm64", "product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.2.1-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b_arm64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b_arm64", "product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.2.1-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d_arm64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d_arm64", "product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.2.1-4" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0_ppc64le", "product": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0_ppc64le", "product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.2.1-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03_ppc64le", "product": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03_ppc64le", "product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.2.1-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a_ppc64le", "product": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a_ppc64le", "product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.2.1-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba_ppc64le", "product": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba_ppc64le", "product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.2.1-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8_ppc64le", "product": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8_ppc64le", "product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.2.1-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706_ppc64le", "product": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706_ppc64le", "product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.2.1-4" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0_s390x", "product": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0_s390x", "product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.2.1-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48_s390x", "product": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48_s390x", "product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.2.1-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e_s390x", "product": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e_s390x", "product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.2.1-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed_s390x", "product": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed_s390x", "product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.2.1-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1_s390x", "product": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1_s390x", "product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.2.1-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4_s390x", "product": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4_s390x", "product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.2.1-4" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0_s390x as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0_s390x" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0_s390x", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7_amd64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7_amd64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0_ppc64le" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0_ppc64le", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca_arm64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca_arm64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd_arm64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd_arm64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48_s390x as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48_s390x" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48_s390x", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03_ppc64le" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03_ppc64le", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3_amd64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3_amd64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a_ppc64le" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a_ppc64le", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e_s390x as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e_s390x" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e_s390x", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f_amd64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f_amd64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd_arm64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd_arm64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed_s390x as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed_s390x" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed_s390x", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e_arm64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e_arm64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468_amd64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468_amd64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba_ppc64le" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba_ppc64le", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4_s390x as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4_s390x" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4_s390x", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706_ppc64le" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706_ppc64le", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d_arm64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d_arm64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f_amd64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f_amd64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1_s390x as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1_s390x" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1_s390x", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7_amd64 as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7_amd64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7_amd64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8_ppc64le as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8_ppc64le" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8_ppc64le", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b_arm64 as a component of multicluster-globalhub 1.2 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b_arm64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b_arm64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T21:22:09+00:00", "details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.\n\nSee the multicluster global hub product documentation for more information:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/multicluster_global_hub/index", "product_ids": [ "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0560" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T21:22:09+00:00", "details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.\n\nSee the multicluster global hub product documentation for more information:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/multicluster_global_hub/index", "product_ids": [ "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0560" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:8e313bf539412be4180dc9f333236c9f093beda726de9355f9af2aeaa61d74f0_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:ae480bebb429b3b67b3b401fd48e9be2ba846492668261612ab00904353dcff7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:b091e25fc1d6217d72a425d0fe5cfc4c23975ae67c976777e5f0d3a892485be0_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:c7fd8cdb5c38d05e7d9d84c8356b900188797f383165cf04ee5e053c1c0809ca_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0306beb5aeb6765ec794ccd272a75c208ceac1443bdd8108df09e9439ddbcccd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:47fab140b2681c8d31d78e09f226bf60979c49f7c916c187b4c4c8d5ee491d48_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7494ea507dc7a0a20033a90ecdae225f61dc093b1f01b0e372ef88df2a3c4d03_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7f85e53b5418eec0afec9441a545dcfb58e2d68954bf4715c49aa285fa77caa3_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:3fdd61a6d8f1116335af5264a6f4ddcb5d33aa3b9955785230cc9f63836c758a_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:50438d1d81c4b11ed78c058999b2144906dcbaaaa69fd9662d79f06cc789b45e_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:9382c124b06c330569ba0b1f5dca7a5c682f093dd0a91ac355a693dc13cb420f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c0230497404f9c535083a5883658ab15e7663e171d72ad3b1deeea6a83b556cd_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:060b612bab17676dfe5c94bae81e2aa5dbf67fd0037e35f01569a541ab8c7fed_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:85fafeaccf1496f1e4aed45800048ab3a8c092248e4269009be847d6e71f965e_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:97dc40279be27a8d4acf86ad7b4e04ec95e7bb9f69b8986e819db482aa7af468_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ca9d4b3a7814190841d918f4f2baadd8d5f2ed2c5315e267355dcd0bf23051ba_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:33bb15a3045bbd37de5787773094ff68019a99cd0871a350c3720c3fc2eac1e4_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:77026e662d82ff9a493f75642589680f77eb505c356d5d9350d294a339a62706_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:859b5f5ec4f75ccf01d8193f6605454ab962a9a5951a0a94ffd483be49dff37d_arm64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:9dbc8cec0a932f8bfbe0f9c22df24371a0fe07fa721c601c25a77e835136642f_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:65ef70042ee2eb74c96afaa0a9a0a0eb38c6078b3ef824f001200c50b426ddd1_s390x", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:6611aa44bb6520104aaea69f0c8a5e3cdd0f4278ca6e9fd0abf042b4cfc912f7_amd64", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:af8f113e21a3fac9ace9de73125a450c7c761442e0360830be9211ca279201c8_ppc64le", "9Base-multicluster-globalhub-1.2:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:d9e0cbfb380a240379589319b6445ebc3518672e8449f5f1b7cd18633191f04b_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:0552
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Multicluster Engine for Kubernetes 2.4.7 General Availability release images, \nwhich provide enhancements, bug fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Multicluster engine for Kubernetes v2.4.7 images\n\nMulticluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.\n\nSecurity fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0552", "url": "https://access.redhat.com/errata/RHSA-2025:0552" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0552.json" } ], "title": "Red Hat Security Advisory: Multicluster Engine for Kubernetes 2.4.7 security updates and bug fixes", "tracking": { "current_release_date": "2025-02-20T11:26:21+00:00", "generator": { "date": "2025-02-20T11:26:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0552", "initial_release_date": "2025-01-21T23:12:13+00:00", "revision_history": [ { "date": "2025-01-21T23:12:13+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-21T23:12:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:21+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "multicluster engine for Kubernetes 2.4 for RHEL 8", "product": { "name": "multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:multicluster_engine:2.4::el8" } } } ], "category": "product_family", "name": "multicluster engine for Kubernetes" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a_amd64", "product": { "name": "multicluster-engine/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a_amd64", "product_id": "multicluster-engine/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a_amd64", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb_amd64", "product": { "name": "multicluster-engine/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb_amd64", "product_id": "multicluster-engine/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb_amd64", "product_identification_helper": { "purl": "pkg:oci/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f_amd64", "product": { "name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f_amd64", "product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f_amd64", "product_identification_helper": { "purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae_amd64", "product": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae_amd64", "product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a_amd64", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a_amd64", "product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e_amd64", "product": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e_amd64", "product_id": "multicluster-engine/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb_amd64", "product": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb_amd64", "product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215_amd64", "product": { "name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215_amd64", "product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215_amd64", "product_identification_helper": { "purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41_amd64", "product": { "name": "multicluster-engine/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41_amd64", "product_id": "multicluster-engine/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa_amd64", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa_amd64", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8_amd64", "product": { "name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8_amd64", "product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6_amd64", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6_amd64", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14_amd64", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14_amd64", "product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14_amd64", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb_amd64", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb_amd64", "product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a_amd64", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a_amd64", "product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62_amd64", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62_amd64", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62_amd64", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575_amd64", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575_amd64", "product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb_amd64", "product": { "name": "multicluster-engine/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb_amd64", "product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5_amd64", "product": { "name": "multicluster-engine/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5_amd64", "product_id": "multicluster-engine/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5_amd64", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26_amd64", "product": { "name": "multicluster-engine/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26_amd64", "product_id": "multicluster-engine/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26_amd64", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31_amd64", "product": { "name": "multicluster-engine/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31_amd64", "product_id": "multicluster-engine/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31_amd64", "product_identification_helper": { "purl": "pkg:oci/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87_amd64", "product": { "name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87_amd64", "product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87_amd64", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead_amd64", "product": { "name": "multicluster-engine/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead_amd64", "product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead_amd64", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.4.7-16" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f_amd64", "product": { "name": "multicluster-engine/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f_amd64", "product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f_amd64", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.4.7-14" } } }, { "category": "product_version", "name": "multicluster-engine/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803_amd64", "product": { "name": "multicluster-engine/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803_amd64", "product_id": "multicluster-engine/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803_amd64", "product_identification_helper": { "purl": "pkg:oci/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/klusterlet-operator-bundle\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19_amd64", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19_amd64", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141_amd64", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141_amd64", "product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141_amd64", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff_amd64", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff_amd64", "product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff_amd64", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9_amd64", "product": { "name": "multicluster-engine/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9_amd64", "product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9_amd64", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.4.7-4" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943_amd64", "product": { "name": "multicluster-engine/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943_amd64", "product_id": "multicluster-engine/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943_amd64", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.4.7-4" } } }, { "category": "product_version", "name": "multicluster-engine/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169_amd64", "product": { "name": "multicluster-engine/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169_amd64", "product_id": "multicluster-engine/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169_amd64", "product_identification_helper": { "purl": "pkg:oci/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.4.7-16" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a_amd64", "product": { "name": "multicluster-engine/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a_amd64", "product_id": "multicluster-engine/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a_amd64", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191_amd64", "product": { "name": "multicluster-engine/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191_amd64", "product_id": "multicluster-engine/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191_amd64", "product_identification_helper": { "purl": "pkg:oci/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8_amd64", "product": { "name": "multicluster-engine/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8_amd64", "product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8_amd64", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7_amd64", "product": { "name": "multicluster-engine/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7_amd64", "product_id": "multicluster-engine/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7_amd64", "product_identification_helper": { "purl": "pkg:oci/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617_amd64", "product": { "name": "multicluster-engine/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617_amd64", "product_id": "multicluster-engine/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617_amd64", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe_amd64", "product": { "name": "multicluster-engine/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe_amd64", "product_id": "multicluster-engine/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe_amd64", "product_identification_helper": { "purl": "pkg:oci/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.4.7-6" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8_s390x", "product": { "name": "multicluster-engine/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8_s390x", "product_id": "multicluster-engine/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8_s390x", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c_s390x", "product": { "name": "multicluster-engine/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c_s390x", "product_id": "multicluster-engine/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c_s390x", "product_identification_helper": { "purl": "pkg:oci/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb_s390x", "product": { "name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb_s390x", "product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb_s390x", "product_identification_helper": { "purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466_s390x", "product": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466_s390x", "product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48_s390x", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48_s390x", "product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826_s390x", "product": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826_s390x", "product_id": "multicluster-engine/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091_s390x", "product": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091_s390x", "product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5_s390x", "product": { "name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5_s390x", "product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5_s390x", "product_identification_helper": { "purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19_s390x", "product": { "name": "multicluster-engine/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19_s390x", "product_id": "multicluster-engine/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83_s390x", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83_s390x", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d_s390x", "product": { "name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d_s390x", "product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090_s390x", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090_s390x", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd_s390x", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd_s390x", "product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd_s390x", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e_s390x", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e_s390x", "product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e_s390x", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e_s390x", "product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e_s390x", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e_s390x", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e_s390x", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b_s390x", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b_s390x", "product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5_s390x", "product": { "name": "multicluster-engine/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5_s390x", "product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6_s390x", "product": { "name": "multicluster-engine/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6_s390x", "product_id": "multicluster-engine/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6_s390x", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58_s390x", "product": { "name": "multicluster-engine/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58_s390x", "product_id": "multicluster-engine/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58_s390x", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2_s390x", "product": { "name": "multicluster-engine/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2_s390x", "product_id": "multicluster-engine/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2_s390x", "product_identification_helper": { "purl": "pkg:oci/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be_s390x", "product": { "name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be_s390x", "product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be_s390x", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8_s390x", "product": { "name": "multicluster-engine/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8_s390x", "product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8_s390x", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.4.7-16" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c_s390x", "product": { "name": "multicluster-engine/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c_s390x", "product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c_s390x", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.4.7-14" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d_s390x", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d_s390x", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b_s390x", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b_s390x", "product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b_s390x", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039_s390x", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039_s390x", "product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039_s390x", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d_s390x", "product": { "name": "multicluster-engine/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d_s390x", "product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d_s390x", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.4.7-4" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221_s390x", "product": { "name": "multicluster-engine/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221_s390x", "product_id": "multicluster-engine/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221_s390x", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.4.7-4" } } }, { "category": "product_version", "name": "multicluster-engine/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18_s390x", "product": { "name": "multicluster-engine/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18_s390x", "product_id": "multicluster-engine/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18_s390x", "product_identification_helper": { "purl": "pkg:oci/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.4.7-16" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65_s390x", "product": { "name": "multicluster-engine/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65_s390x", "product_id": "multicluster-engine/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65_s390x", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237_s390x", "product": { "name": "multicluster-engine/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237_s390x", "product_id": "multicluster-engine/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237_s390x", "product_identification_helper": { "purl": "pkg:oci/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86_s390x", "product": { "name": "multicluster-engine/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86_s390x", "product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86_s390x", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622_s390x", "product": { "name": "multicluster-engine/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622_s390x", "product_id": "multicluster-engine/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622_s390x", "product_identification_helper": { "purl": "pkg:oci/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5_s390x", "product": { "name": "multicluster-engine/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5_s390x", "product_id": "multicluster-engine/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5_s390x", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70_s390x", "product": { "name": "multicluster-engine/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70_s390x", "product_id": "multicluster-engine/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70_s390x", "product_identification_helper": { "purl": "pkg:oci/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.4.7-6" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d_ppc64le", "product": { "name": "multicluster-engine/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d_ppc64le", "product_id": "multicluster-engine/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c_ppc64le", "product": { "name": "multicluster-engine/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c_ppc64le", "product_id": "multicluster-engine/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554_ppc64le", "product": { "name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554_ppc64le", "product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554_ppc64le", "product_identification_helper": { "purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871_ppc64le", "product": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871_ppc64le", "product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a_ppc64le", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a_ppc64le", "product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09_ppc64le", "product": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09_ppc64le", "product_id": "multicluster-engine/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061_ppc64le", "product": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061_ppc64le", "product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13_ppc64le", "product": { "name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13_ppc64le", "product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13_ppc64le", "product_identification_helper": { "purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0_ppc64le", "product": { "name": "multicluster-engine/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0_ppc64le", "product_id": "multicluster-engine/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2_ppc64le", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2_ppc64le", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d_ppc64le", "product": { "name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d_ppc64le", "product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c_ppc64le", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c_ppc64le", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6_ppc64le", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6_ppc64le", "product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16_ppc64le", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16_ppc64le", "product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33_ppc64le", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33_ppc64le", "product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643_ppc64le", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643_ppc64le", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643_ppc64le", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747_ppc64le", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747_ppc64le", "product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0_ppc64le", "product": { "name": "multicluster-engine/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0_ppc64le", "product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5_ppc64le", "product": { "name": "multicluster-engine/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5_ppc64le", "product_id": "multicluster-engine/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198_ppc64le", "product": { "name": "multicluster-engine/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198_ppc64le", "product_id": "multicluster-engine/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198_ppc64le", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d_ppc64le", "product": { "name": "multicluster-engine/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d_ppc64le", "product_id": "multicluster-engine/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb_ppc64le", "product": { "name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb_ppc64le", "product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0_ppc64le", "product": { "name": "multicluster-engine/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0_ppc64le", "product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.4.7-16" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e_ppc64le", "product": { "name": "multicluster-engine/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e_ppc64le", "product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.4.7-14" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8_ppc64le", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8_ppc64le", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1_ppc64le", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1_ppc64le", "product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249_ppc64le", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249_ppc64le", "product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249_ppc64le", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5_ppc64le", "product": { "name": "multicluster-engine/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5_ppc64le", "product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.4.7-4" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec_ppc64le", "product": { "name": "multicluster-engine/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec_ppc64le", "product_id": "multicluster-engine/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec_ppc64le", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.4.7-4" } } }, { "category": "product_version", "name": "multicluster-engine/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a_ppc64le", "product": { "name": "multicluster-engine/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a_ppc64le", "product_id": "multicluster-engine/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.4.7-16" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9_ppc64le", "product": { "name": "multicluster-engine/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9_ppc64le", "product_id": "multicluster-engine/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90_ppc64le", "product": { "name": "multicluster-engine/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90_ppc64le", "product_id": "multicluster-engine/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90_ppc64le", "product_identification_helper": { "purl": "pkg:oci/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0_ppc64le", "product": { "name": "multicluster-engine/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0_ppc64le", "product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a_ppc64le", "product": { "name": "multicluster-engine/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a_ppc64le", "product_id": "multicluster-engine/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e_ppc64le", "product": { "name": "multicluster-engine/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e_ppc64le", "product_id": "multicluster-engine/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36_ppc64le", "product": { "name": "multicluster-engine/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36_ppc64le", "product_id": "multicluster-engine/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36_ppc64le", "product_identification_helper": { "purl": "pkg:oci/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.4.7-6" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75_arm64", "product": { "name": "multicluster-engine/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75_arm64", "product_id": "multicluster-engine/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75_arm64", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177_arm64", "product": { "name": "multicluster-engine/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177_arm64", "product_id": "multicluster-engine/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177_arm64", "product_identification_helper": { "purl": "pkg:oci/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359_arm64", "product": { "name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359_arm64", "product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359_arm64", "product_identification_helper": { "purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4_arm64", "product": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4_arm64", "product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70_arm64", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70_arm64", "product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb_arm64", "product": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb_arm64", "product_id": "multicluster-engine/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802_arm64", "product": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802_arm64", "product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73_arm64", "product": { "name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73_arm64", "product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73_arm64", "product_identification_helper": { "purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619_arm64", "product": { "name": "multicluster-engine/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619_arm64", "product_id": "multicluster-engine/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675_arm64", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675_arm64", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97_arm64", "product": { "name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97_arm64", "product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4_arm64", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4_arm64", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9_arm64", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9_arm64", "product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9_arm64", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505_arm64", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505_arm64", "product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f_arm64", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f_arm64", "product_id": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1_arm64", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1_arm64", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1_arm64", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73_arm64", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73_arm64", "product_id": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68_arm64", "product": { "name": "multicluster-engine/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68_arm64", "product_id": "multicluster-engine/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140_arm64", "product": { "name": "multicluster-engine/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140_arm64", "product_id": "multicluster-engine/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140_arm64", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d_arm64", "product": { "name": "multicluster-engine/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d_arm64", "product_id": "multicluster-engine/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d_arm64", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401_arm64", "product": { "name": "multicluster-engine/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401_arm64", "product_id": "multicluster-engine/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401_arm64", "product_identification_helper": { "purl": "pkg:oci/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d_arm64", "product": { "name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d_arm64", "product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d_arm64", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f_arm64", "product": { "name": "multicluster-engine/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f_arm64", "product_id": "multicluster-engine/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f_arm64", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel8\u0026tag=v2.4.7-16" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd_arm64", "product": { "name": "multicluster-engine/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd_arm64", "product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd_arm64", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.4.7-14" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5_arm64", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5_arm64", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe_arm64", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe_arm64", "product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe_arm64", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7_arm64", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7_arm64", "product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7_arm64", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0_arm64", "product": { "name": "multicluster-engine/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0_arm64", "product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0_arm64", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.4.7-4" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1_arm64", "product": { "name": "multicluster-engine/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1_arm64", "product_id": "multicluster-engine/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1_arm64", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.4.7-4" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa_arm64", "product": { "name": "multicluster-engine/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa_arm64", "product_id": "multicluster-engine/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa_arm64", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.4.7-7" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d_arm64", "product": { "name": "multicluster-engine/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d_arm64", "product_id": "multicluster-engine/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d_arm64", "product_identification_helper": { "purl": "pkg:oci/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575_arm64", "product": { "name": "multicluster-engine/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575_arm64", "product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575_arm64", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.4.7-5" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a_arm64", "product": { "name": "multicluster-engine/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a_arm64", "product_id": "multicluster-engine/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a_arm64", "product_identification_helper": { "purl": "pkg:oci/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79_arm64", "product": { "name": "multicluster-engine/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79_arm64", "product_id": "multicluster-engine/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79_arm64", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.4.7-6" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982_arm64", "product": { "name": "multicluster-engine/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982_arm64", "product_id": "multicluster-engine/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982_arm64", "product_identification_helper": { "purl": "pkg:oci/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.4.7-6" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75_arm64" }, "product_reference": "multicluster-engine/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8_s390x" }, "product_reference": "multicluster-engine/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d_ppc64le" }, "product_reference": "multicluster-engine/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a_amd64" }, "product_reference": "multicluster-engine/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c_ppc64le" }, "product_reference": "multicluster-engine/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c_s390x" }, "product_reference": "multicluster-engine/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177_arm64" }, "product_reference": "multicluster-engine/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb_amd64" }, "product_reference": "multicluster-engine/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359_arm64" }, "product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb_s390x" }, "product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f_amd64" }, "product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554_ppc64le" }, "product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871_ppc64le" }, "product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4_arm64" }, "product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466_s390x" }, "product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae_amd64" }, "product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a_ppc64le" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48_s390x" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70_arm64" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a_amd64" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb_amd64" }, "product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802_arm64" }, "product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091_s390x" }, "product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061_ppc64le" }, "product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb_arm64" }, "product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e_amd64" }, "product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09_ppc64le" }, "product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826_s390x" }, "product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215_amd64" }, "product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13_ppc64le" }, "product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73_arm64" }, "product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5_s390x" }, "product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa_arm64" }, "product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a_amd64" }, "product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65_s390x" }, "product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9_ppc64le" }, "product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83_s390x" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675_arm64" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa_amd64" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8_amd64" }, "product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d_s390x" }, "product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97_arm64" }, "product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6_amd64" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4_arm64" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090_s390x" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19_s390x" }, "product_reference": "multicluster-engine/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619_arm64" }, "product_reference": "multicluster-engine/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41_amd64" }, "product_reference": "multicluster-engine/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16_ppc64le" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505_arm64" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb_amd64" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e_s390x" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e_s390x" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a_amd64" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f_arm64" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33_ppc64le" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747_ppc64le" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575_amd64" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b_s390x" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73_arm64" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0_ppc64le" }, "product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5_s390x" }, "product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb_amd64" }, "product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68_arm64" }, "product_reference": "multicluster-engine/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6_ppc64le" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd_s390x" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14_amd64" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9_arm64" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62_amd64" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643_ppc64le" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e_s390x" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1_arm64" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6_s390x" }, "product_reference": "multicluster-engine/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5_amd64" }, "product_reference": "multicluster-engine/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5_ppc64le" }, "product_reference": "multicluster-engine/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140_arm64" }, "product_reference": "multicluster-engine/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198_ppc64le" }, "product_reference": "multicluster-engine/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26_amd64" }, "product_reference": "multicluster-engine/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d_arm64" }, "product_reference": "multicluster-engine/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58_s390x" }, "product_reference": "multicluster-engine/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d_ppc64le" }, "product_reference": "multicluster-engine/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2_s390x" }, "product_reference": "multicluster-engine/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31_amd64" }, "product_reference": "multicluster-engine/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401_arm64" }, "product_reference": "multicluster-engine/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb_ppc64le" }, "product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87_amd64" }, "product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be_s390x" }, "product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d_arm64" }, "product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0_ppc64le" }, "product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead_amd64" }, "product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f_arm64" }, "product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8_s390x" }, "product_reference": "multicluster-engine/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e_ppc64le" }, "product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c_s390x" }, "product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd_arm64" }, "product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f_amd64" }, "product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803_amd64" }, "product_reference": "multicluster-engine/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8_ppc64le" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5_arm64" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19_amd64" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d_s390x" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff_amd64" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039_s390x" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249_ppc64le" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7_arm64" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe_arm64" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141_amd64" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b_s390x" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1_ppc64le" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a_ppc64le" }, "product_reference": "multicluster-engine/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169_amd64" }, "product_reference": "multicluster-engine/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18_s390x" }, "product_reference": "multicluster-engine/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9_amd64" }, "product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5_ppc64le" }, "product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0_arm64" }, "product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d_s390x" }, "product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221_s390x" }, "product_reference": "multicluster-engine/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1_arm64" }, "product_reference": "multicluster-engine/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943_amd64" }, "product_reference": "multicluster-engine/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec_ppc64le" }, "product_reference": "multicluster-engine/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237_s390x" }, "product_reference": "multicluster-engine/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191_amd64" }, "product_reference": "multicluster-engine/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90_ppc64le" }, "product_reference": "multicluster-engine/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d_arm64" }, "product_reference": "multicluster-engine/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575_arm64" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0_ppc64le" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86_s390x" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8_amd64" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79_arm64" }, "product_reference": "multicluster-engine/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e_ppc64le" }, "product_reference": "multicluster-engine/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5_s390x" }, "product_reference": "multicluster-engine/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617_amd64" }, "product_reference": "multicluster-engine/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a_arm64" }, "product_reference": "multicluster-engine/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a_ppc64le" }, "product_reference": "multicluster-engine/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7_amd64" }, "product_reference": "multicluster-engine/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622_s390x" }, "product_reference": "multicluster-engine/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70_s390x as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70_s390x" }, "product_reference": "multicluster-engine/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982_arm64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982_arm64" }, "product_reference": "multicluster-engine/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36_ppc64le as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36_ppc64le" }, "product_reference": "multicluster-engine/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe_amd64 as a component of multicluster engine for Kubernetes 2.4 for RHEL 8", "product_id": "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe_amd64" }, "product_reference": "multicluster-engine/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T23:12:13+00:00", "details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview", "product_ids": [ "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0552" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T23:12:13+00:00", "details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview", "product_ids": [ "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0552" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:380712fc4498d444cba40567d96eea618d39fecb4ed0847bf96a13ffce029d75_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:40ce563a15487aa48399c21305f1b1fc56753f25c14a5a4b04e16313dc2474c8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:8e360d0b2c3471faa15bb56672e9376b5c59dc095bbba99166a96df98faa6f7d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/addon-manager-rhel8@sha256:abd893f3ed12800b2bd2f07608c770e1947170f0411ad375d2c34a27e0a7fb7a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:00ade15c17e158d73345a7d95e6afcc75036304b5069d1185b6a7d9fee509c3c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:306ec1a98ddbe8fd2eb90d8cdbde2cc1d1a2b019206db99d97e3ddb8a513ea3c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:9c4ba48f82957d973bb44ffa9c72947537d6ee14d8309403ac0196a768b4d177_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/agent-service-rhel8@sha256:e412e953db02a989fa39786d832f456be199cd2cd7cd9ff9d78b8beadc6de2fb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:1a5239b14b5c322b354415381e90a7ff8bc4ac07d8b139be6e41616a489e8359_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:8c751b1ef9467a15cf117ce580224a86470ee4a6c0df2ca79ffd3bb8d29dd6bb_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:a83621a63538ae15a8140030a6b5c3526820dc21acd8418fce6201a1ee1ff32f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/apiserver-network-proxy-rhel8@sha256:ed0b27ce1b61ddc7ca79fa4ec3f1303b14a4e41f9ec719f941a8788faf9fa554_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:0dc6255eea29bc2cb6b06469504962ef5a42204a60539a79fe0b31af036f2871_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:602376c4f9f652cfa643ce6a31a60ffa8f0be2f34c68492ba448d4fd38aa0bf4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:69a265098a63d52b7fd48d0e203f98f65980a227bb84a12dc5b95faa9b8f6466_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-image-service-rhel8@sha256:7065353d8c2dcff4a9247549ed0526792088002996366744b8dc48229c20afae_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:5652b7eb396ebacf2a0edd9c932523184d0608e8ac731d8dc60705b9d720288a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:803dabefbce4fe9bc0533bd369acb7604e328e51aaa2efaaba4e2354a14a7b48_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:d808cb3f26645337eac20a50ee71a0cf468d7d06d11f433a4d594673e81cfb70_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-agent-rhel8@sha256:f6d9f9a66eb2c11b5f76df34f10811341fb52b4ce7570a474effb91909c0823a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:54ba57389e1762bf9ebfb47fa1a30ba9762abcd6c10d9b90e6f30c6529ae7abb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:7189cc7a296d6d4aaee6fc5c569975a5ec156a786c0ad749f802d516ff399802_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:ce61ee1ca6191a98d2097aa111fbe5aba4ff741b0dd089b9262e2574a5009091_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-reporter-rhel8@sha256:fb1d3465cff97b1a2a239d739e1104ca906dc4232963bbd518c5b786e76c6061_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:0547eb5fd3b6fa294fb45fdafe2f0c3f749542e0488838aa3f8cd5583fd44ccb_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:7e3e0ae1084cdcbc50f57cfac33b14cd80d75f067bbe691d32b4da380d73ba2e_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:80ead1e4a761aa0194217613d839349880a1fd084689b0a26c169d1c2196ee09_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/assisted-installer-rhel8@sha256:adfef0f4b6f0e1ff80faf2edb036fa612b8b462cc5dd25d2e1133a72a804c826_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:7c081b1cf8d2c4fbbb8e3c7ec6510c0da038091b2d66e7ef17fda38d4fc56215_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:d109655ca5f83da070a578c3e9b225d1f63fb6523461c2fd3bc1b9ea86ffeb13_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:e2230599d54a396b33c78d1ef51860941fb8d32c9ef6183f2044d18d3377dc73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/aws-encryption-provider-rhel8@sha256:f170cb3418f227799eb66ef880c1de827a575483f98adbe73427a8304bdc59d5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:5d134c692564a4c49d95c3f91fcf80ef108ec66bd26e2d65144a7d329cd4b2fa_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:8374bea91592bda883648aecce8b03535bc996c1c5aa3db5a89b341aaabf8d5a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:9e631d96fa11001143ad529bd45670f6f0e5b4cdea36e5a786add7ebdc6d0a65_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/backplane-rhel8-operator@sha256:e67425b20fefcf3f5c952b43d28978ac8dfe447777ff9d45007dee1041ea04b9_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:0639f5536d68a10ba9aed94181968ca9ea27b4cfe97a590121c8dedc3f500e83_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2a3bae58ac2a7dffeac6ab73767e93e074a03d1d158739d212d9e720cc650675_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:4b47a0bfa18e211c829aea2e33164dbd66d632620ac28b0f7e482920ac42d7aa_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:d88408f02eaa1a4b76ec6ade682641dce899949d1c448db97b977675ff70edc2_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:54b5f4a1936d2c6fcaee7d032e677ae85fb5d2062469ea48c7be81e037b8a74d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bccd9382be23e1310495a2c425f5afe172f569c0865f319f32e2f45a057edeb8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:bea0c96bee624376a20912bd158b2861844116f4e692c0fe76e0a0e09053834d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:feb0d46bc92165c62440dd851f6c03e755cedaef959c1a74a15bdf2ad2663e97_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:15f30554e19047631174f513029dd8d576ab585dee4f24790b96b87473313ac6_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:bf3ebf10c485caa8e5455476ce703edec08d1c1a1d77b993d05cfcc88ef9c5b4_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:f0bbe29596543094e276295eebe865db9ffe8e60221cbc366979b7850b21564c_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:fcb4951593fa71f27d40c16821b7ce5dd2852f3d2f6c19320f45afee66ef3090_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:00f210d807b30c16e13b95058af86469662d0f2c89fc59c8bfa2bfed20c15c19_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:4b9d0a03c2fdc3fb57387a412afac278748be602955eb3225c135676489e3bb0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:6c5b29287edef710e885fb74f270d11ede225f6d89ac28bfe0128824633b0619_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-api-rhel8@sha256:d2471e85069693b323e181fccf0561fc09c7ecf1f080bce66d9e06085f368a41_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:3f118b1c053f5329786c86b9745e2c9f888c15c739257203370712a2a8583b16_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:70ce20e9679975e86ea575d6cc02fd0c01c8169b4c2d2fb9282a128475e8e505_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:80322c6e10d4385f20589fee083516640469307634076cfe6e2c82bea96e0bdb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-curator-controller-rhel8@sha256:e84d7b24ff64c1f2834832f5418360bf2216317411403578395cc9e6d9c9b27e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:376b9724c0322f5e2364062f0613aa1e1159f75ade77df7c0f9bbeb1c8de056e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:8c9e9ec3da02c60131e7aa23a4e6267ea72cb7ebff073e92782ab4f93ad4101a_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:d9a12c6547ef85d8a88b7f06cbfe2f966228e6d784084ff693f0f4a00ab9ab1f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-image-set-controller-rhel8@sha256:f14bdaa7893a885b42d6af5cccaac05bc35b150ec54086d8b74ffd496a90df33_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:07b34da1f2584020209716237315bf2311625add44aedc522fed4ac8e6f1a747_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:693a9ff47ac0ca34707b3f0fad670458ddec2502886eaf9b4ef49311dde03575_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:a350a16bd443aff13beeaeef4dc7e4b18a96460679fadc6a4fb22ca1c10eb80b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-addon-rhel8@sha256:f90ea6b98284209abc9f0ae3c2632680a3d5242088fb94744b2941b855f1ac73_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:5f18dcfc45fc7e2a25df68b8d22edffaf05da92ff77ded40c35cf6d3e7fd04b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:72f7c22a7ff43fa52fd85d081f1bc09eb4f3407b0f93e8f4399400594f8fa9f5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:80b6f58f881678b98d099cd2bf6dc1a35720eaf1de6fdcdb7c394c87a826b9eb_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/cluster-proxy-rhel8@sha256:c10e926917a5dc23e2a09402b6c7b6562c2de46a30382a6e547318115af7dd68_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:262803e4ab6ab1744dda2f9e36cc1dcddc73a04a7cb1cebb1d44d4c3abb08ef6_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ade21e36fcbae2dadc50b7049aa950b0effe05f7a06c543b50c77e0f2a951dd_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:68401dad91c03636976dca8481ded3050933184664a07a0222f87339ea224b14_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterclaims-controller-rhel8@sha256:fb7e413c15ce5fdc6cc82d36e48de013f6172678d511138df29ec08d36e983a9_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:26576796f3af2280eecea19907a02b745b44b971048c6bdb888163326f84fb62_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:450012e140f30f97bf9b0b2f8118e5f16a4c2774a4b5bd4f25a0a7d3b1972643_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:6aad9ca761feb1153b6b5b232329894ec136923edae07ae0e4134c2ceae9b74e_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:831c327af7db01a1f9783bc71212d8e8bb13d631ee434ce9f29316d3dcc6b6c1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:0fa71fcf4fec298abd85f48cdc0270b89187293d89dc9476f136714cadac78c6_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7338632a51ee47473e4668ea21ad9c70d49daf90bcfb4d57f10f2aa1eb6f74d5_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:7ad0c7d0fc8cd58b79711b245dd441573480e0c0762c88564ea5beef9b6ec9c5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/console-mce-rhel8@sha256:fe669ac75561c6aa2eae8841a0a24735059902f6c64b1940c2f991ce6023c140_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:50fc59f49665aac610d650cff71f2871943947bc8859ebb020c51600d2fab198_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:724a89e50063c1b8b03a92f8fa49948bf912f4135c4e5b8d8e5f999262f3af26_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:8bc76185ae978675d0770311eb9adaaffa29425927103ee6881bd004b31c370d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/discovery-rhel8@sha256:a99e14b6577290478442c3d205b80a56beb06bce8bf0ab8f2009ac16e2085c58_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:2efe3907798c62282bb3f0c46993056277ff2b6ad88b33e794932ae63e6cec2d_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4403e82dfe6ce9466b15e77c64a8e0fcb2a1797c372da8f3f549468e563b7dc2_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:4f2f9181ef145b4f300138785f4e2acead3a6c47442ef4076526af4c8a0d6b31_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hive-rhel8@sha256:84017db5ef8f647fefe6101753fd6fbebe292199c572a8c15755a1da879ab401_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:b03cb60b0875fde942cb674b21efa236aa6aea326a829f93fa7ca89859e95adb_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c537bebb022942787fce78535a0ec0e7d48ba2ee5d01967f3f1339c2ef19ef87_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:defc2ce3f87925004584f52786c48de89ff62e0edfdff1e51e0e33eebe6250be_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-addon-rhel8-operator@sha256:e0cb6174720e7a36fc913fe6f17c871b539326af15a4935330903de12790f67d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:887db5d75e72ab83bbd07cf0ba5a6e6a1460d2fc600890372d69e4f0c1851ea0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:94eac4530956045823afa2d22a9fd94deacb976f8020e58c6e6d064e5c6e7ead_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:e146356a547d6a532d2d7e98a51b814c9574706bd8b21f1c6d3866fb8ae2189f_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-cli-rhel8@sha256:eea42cb4a4737425fa7865444c21fbda36a64ec52edafa05fda054aee3efe7b8_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:010d12b56ec4f1a48e3a137e13ccf64594cd7e4233bd62077d1b779d94b3f18e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:030e5bb0f4c0179e0501bb9cce4a12f78bd74e22f993f3a16042dffc5336452c_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:bf65052814cb733a62365b3f65416a51acd771ef4a9fc2b7ddf346c79ee2febd_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/hypershift-rhel8-operator@sha256:e11f3ca31dc3cbf1e480e248087fb717550e6dc6861569e8de5702f5a080a68f_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/klusterlet-operator-bundle@sha256:d3266a8f57e36b16edfafc3841f91a07b3b4cd707c9cfbe7861e50f1e986a803_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:0ccad1724719c2595974b8cfcaf8cd88b299044dcec3b51ab2ef950f856539e8_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:2212426d72a6ddf00644f6aa528ddc0e45b1477e8f3897b8a001a1b8696a17c5_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:586bee0341756336832447528a91387db48845c227e9e5189f957fd70c22fd19_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/kube-rbac-proxy-mce-rhel8@sha256:ca473b37ea07c9ba1be6d785d6445e9b7cfa3b0e000c4ef871ac3c89f706890d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5a6fabdc829a872722f5f787ec25302e539903c1ab0b802fecdf99cbb573faff_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:5f0f5dc955c760a0211b5d62178d98576855483a7294edcfcfb7b16f0558a039_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:877100f8dba959390cd6b1876d2880f203fe1ca25d82e05bd9f72e1c8ccc9249_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/managed-serviceaccount-rhel8@sha256:ff9b0d0029155d3efbc96c178343bf51d136451c764c3f12bbb4c3bf70c7eff7_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:685449c2aa1c458d646e6aa6ec0a20e9ac47f61c03f95bf43e75aadd61f521fe_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cc3b09fbb0a8ef67c26c93158e9eac3fb82235011e8a9f37749d1afe24f6e141_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:eabecaf159802d2bbe22a2d8d1ccd429fec1fec7a699e29a31cf39cc1cd94f7b_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/managedcluster-import-controller-rhel8@sha256:efa16e979ff49f0d46022444c9e7641beeee5283091779ddde89d502e86585a1_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:0894fe418fdc94bc83ff60995c6c4ee19c358eaf0d198fd53ac4b112f8897b8a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:4335e990a4b763a3964aa84ee95974a9ceaa95c3e2b053d548aa2f210c0c2169_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/mce-operator-bundle@sha256:c9b89171e4765919c7d71bb50b899e95ba087c6fcc1f6011be324735f3356f18_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:57c78490d718ea7f5c63f7f919fe89ab4e059027f8e84330db4fd4ed1050b0c9_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:60c4fbc403f5c5dc275d1ff5532b2611d46c05df7eed28531adc7adc47d77fd5_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:69eeaea6274f7cfa348f2391cb16051d91e55410b3431354498f608a04592af0_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/multicloud-manager-rhel8@sha256:79919f00f4ef2a7b2c3f7181139b5e062390d1c9cb8d8fe873ac1a85b22e895d_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:042a23de2d76e849a30710da159330f845bc9d82c198a09a109922471ec2e221_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:1bed2a13c22f4e25791c33c8b8067b37ad5e74ab6967105db6847966dcc36ea1_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:54e6a3fc0fe27dcac773da055d90d304c21a5565e33a828d71452d4548777943_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/must-gather-rhel8@sha256:cbd7365e48e7192a6af0f795579885ee88c0d9787be7a2300c1f153f982d1dec_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:1468edd28640534de16bac5531b7ce7c773e5211015e0cb254dcd979e4f99237_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:903ac00e2b3012954e6f0006890b2c855071d1b57662f9253b435f54242ce191_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:bc686df1b9698c5df5efd0c166bc7371551d8778ef42a26cffde296ac4bfce90_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/placement-rhel8@sha256:ea82d735753b7544616f8916f0eecb0d12eeaac2e54aa6dbc4aa666804070f4d_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:90f6e748f763aaeb3765a3dc3e29ff7854b5e03c9c736c44a80464cc18dc9575_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:94a4690b413a08c377c7be24e0baec8421ca1ac7a615087c859e808f4460b0b0_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:dfc19c83e287a940e106b0cbe2b110b1862a6da29844ecccb9d7a00c2da64e86_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/provider-credential-controller-rhel8@sha256:f224c85ec819d5373a550ee8e4074fb8e73211ad19ff805294d78b446b1ba3f8_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:a08ab0b97673b91657502ad7fd196c1e95b34ec41bb2b089c1963d1f3d451d79_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:f8e1709b72b5f5c67a4c4955e5703a9faeda333ce752f2c82a56bbb4207e8f9e_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:fdc1d16904de4ea4c787f529c5f68fea5a2428b0e6472be9d16c5cd5fa2373b5_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/registration-operator-rhel8@sha256:ffe02aac907d541e0edf39ac053573bbecd3f77af5baf1b62219d640b6180617_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:118dfbf7e930011225993506ec6a42504989108ce77878925e40b3d31e31f21a_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:4c33cb263e08b24907b161828bc2104e0ca90c03297b8cf88af1fa81cbbed24a_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:8a474a2571b308f6470987f1bfcc3b07f20464aca74a5888f1d90d79d99940f7_amd64", "8Base-multicluster-engine-2.4:multicluster-engine/registration-rhel8@sha256:d4756ce4acb6fb88e0b8ca7c0ecec9d0ee847ae552ce3c5575d2d1d004ce8622_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:1667f5eedd28cc506074cc0fe9b5f4e87e0c4d11c6bda0ad8a0738744370df70_s390x", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5634c409a5fb321106a82dd501b6560a9e812cb0cecf729fbb58557357470982_arm64", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:5e6957e46bfb636dd0b8e19be11c9c2d440ce363bc0ebbbe0cc4c49898828c36_ppc64le", "8Base-multicluster-engine-2.4:multicluster-engine/work-rhel8@sha256:673e4e76af3cb20a7839163b398743dccaa4f9cbf1cc534d266ee5dfd4bd45fe_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:1287
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details see [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1).", "title": "Topic" }, { "category": "general", "text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1287", "url": "https://access.redhat.com/errata/RHSA-2025:1287" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1287.json" } ], "title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release", "tracking": { "current_release_date": "2025-02-20T02:08:56+00:00", "generator": { "date": "2025-02-20T02:08:56+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1287", "initial_release_date": "2025-02-11T10:52:52+00:00", "revision_history": [ { "date": "2025-02-11T10:52:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-11T10:52:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T02:08:56+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Trusted Artifact Signer 1.1", "product": { "name": "Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9" } } } ], "category": "product_family", "name": "Red Hat Trusted Artifact Signer" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:698ee5b504c25801d194435e19e31b10421118f7a91605077a290b0916401b10_amd64", "product": { "name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:698ee5b504c25801d194435e19e31b10421118f7a91605077a290b0916401b10_amd64", "product_id": "registry.redhat.io/rhtas/client-server-rhel9@sha256:698ee5b504c25801d194435e19e31b10421118f7a91605077a290b0916401b10_amd64", "product_identification_helper": { "purl": "pkg:oci/client-server-rhel9@sha256%3A698ee5b504c25801d194435e19e31b10421118f7a91605077a290b0916401b10?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1737453287" } } }, { "category": "product_version", "name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:1b30a7cc28abce4b5e1a3aff84dafbdaa66ac7ff6c9f494aeedf71aaf243ce53_amd64", "product": { "name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:1b30a7cc28abce4b5e1a3aff84dafbdaa66ac7ff6c9f494aeedf71aaf243ce53_amd64", "product_id": "registry.redhat.io/rhtas/cosign-rhel9@sha256:1b30a7cc28abce4b5e1a3aff84dafbdaa66ac7ff6c9f494aeedf71aaf243ce53_amd64", "product_identification_helper": { "purl": "pkg:oci/cosign-rhel9@sha256%3A1b30a7cc28abce4b5e1a3aff84dafbdaa66ac7ff6c9f494aeedf71aaf243ce53?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1736785731" } } }, { "category": "product_version", "name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:4d5d374593bb41777884d24137b201a783040201ca056fad5503990febdd57a4_amd64", "product": { "name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:4d5d374593bb41777884d24137b201a783040201ca056fad5503990febdd57a4_amd64", "product_id": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:4d5d374593bb41777884d24137b201a783040201ca056fad5503990febdd57a4_amd64", "product_identification_helper": { "purl": "pkg:oci/gitsign-rhel9@sha256%3A4d5d374593bb41777884d24137b201a783040201ca056fad5503990febdd57a4?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1736786034" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:698ee5b504c25801d194435e19e31b10421118f7a91605077a290b0916401b10_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:698ee5b504c25801d194435e19e31b10421118f7a91605077a290b0916401b10_amd64" }, "product_reference": "registry.redhat.io/rhtas/client-server-rhel9@sha256:698ee5b504c25801d194435e19e31b10421118f7a91605077a290b0916401b10_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:1b30a7cc28abce4b5e1a3aff84dafbdaa66ac7ff6c9f494aeedf71aaf243ce53_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:1b30a7cc28abce4b5e1a3aff84dafbdaa66ac7ff6c9f494aeedf71aaf243ce53_amd64" }, "product_reference": "registry.redhat.io/rhtas/cosign-rhel9@sha256:1b30a7cc28abce4b5e1a3aff84dafbdaa66ac7ff6c9f494aeedf71aaf243ce53_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:4d5d374593bb41777884d24137b201a783040201ca056fad5503990febdd57a4_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4d5d374593bb41777884d24137b201a783040201ca056fad5503990febdd57a4_amd64" }, "product_reference": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:4d5d374593bb41777884d24137b201a783040201ca056fad5503990febdd57a4_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:698ee5b504c25801d194435e19e31b10421118f7a91605077a290b0916401b10_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4d5d374593bb41777884d24137b201a783040201ca056fad5503990febdd57a4_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:1b30a7cc28abce4b5e1a3aff84dafbdaa66ac7ff6c9f494aeedf71aaf243ce53_amd64" ], "known_not_affected": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:698ee5b504c25801d194435e19e31b10421118f7a91605077a290b0916401b10_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4d5d374593bb41777884d24137b201a783040201ca056fad5503990febdd57a4_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T10:52:52+00:00", "details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:1b30a7cc28abce4b5e1a3aff84dafbdaa66ac7ff6c9f494aeedf71aaf243ce53_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1287" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:698ee5b504c25801d194435e19e31b10421118f7a91605077a290b0916401b10_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:1b30a7cc28abce4b5e1a3aff84dafbdaa66ac7ff6c9f494aeedf71aaf243ce53_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4d5d374593bb41777884d24137b201a783040201ca056fad5503990febdd57a4_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:698ee5b504c25801d194435e19e31b10421118f7a91605077a290b0916401b10_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:1b30a7cc28abce4b5e1a3aff84dafbdaa66ac7ff6c9f494aeedf71aaf243ce53_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4d5d374593bb41777884d24137b201a783040201ca056fad5503990febdd57a4_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" } ] }
rhsa-2025:1322
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details see [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1).", "title": "Topic" }, { "category": "general", "text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1322", "url": "https://access.redhat.com/errata/RHSA-2025:1322" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1322.json" } ], "title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release", "tracking": { "current_release_date": "2025-02-20T02:08:40+00:00", "generator": { "date": "2025-02-20T02:08:40+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1322", "initial_release_date": "2025-02-11T15:37:40+00:00", "revision_history": [ { "date": "2025-02-11T15:37:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-11T15:37:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T02:08:40+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Trusted Artifact Signer 1.1", "product": { "name": "Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9" } } } ], "category": "product_family", "name": "Red Hat Trusted Artifact Signer" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:bdab8117b16ba013a059966084313146458564270ed0a0007dbe6ab9a98638e8_amd64", "product": { "name": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:bdab8117b16ba013a059966084313146458564270ed0a0007dbe6ab9a98638e8_amd64", "product_id": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:bdab8117b16ba013a059966084313146458564270ed0a0007dbe6ab9a98638e8_amd64", "product_identification_helper": { "purl": "pkg:oci/fulcio-rhel9@sha256%3Abdab8117b16ba013a059966084313146458564270ed0a0007dbe6ab9a98638e8?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738841873" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:bdab8117b16ba013a059966084313146458564270ed0a0007dbe6ab9a98638e8_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:bdab8117b16ba013a059966084313146458564270ed0a0007dbe6ab9a98638e8_amd64" }, "product_reference": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:bdab8117b16ba013a059966084313146458564270ed0a0007dbe6ab9a98638e8_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:bdab8117b16ba013a059966084313146458564270ed0a0007dbe6ab9a98638e8_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T15:37:40+00:00", "details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:bdab8117b16ba013a059966084313146458564270ed0a0007dbe6ab9a98638e8_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1322" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:bdab8117b16ba013a059966084313146458564270ed0a0007dbe6ab9a98638e8_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-rhel9@sha256:bdab8117b16ba013a059966084313146458564270ed0a0007dbe6ab9a98638e8_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" } ] }
rhsa-2025:0385
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "VolSync v0.11.1 general availability release images, which provide\nenhancements, security fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "VolSync v0.11.1 is a Kubernetes operator that enables asynchronous replication of persistent volumes within a cluster, or across clusters. After deploying\nthe VolSync operator, it can create and maintain copies of your persistent\ndata.\n\nFor more information about VolSync, see:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/business_continuity/business-cont-overview#volsync\n\nor the VolSync open source community website at:\nhttps://volsync.readthedocs.io/en/stable/.\n\nThis advisory contains enhancements and updates to the VolSync\ncontainer images.\n\nSecurity fix(es):\n\n* quic-go: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux (CVE-2024-53259) \n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause\nauthorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0385", "url": "https://access.redhat.com/errata/RHSA-2025:0385" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2329991", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329991" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "ACM-16525", "url": "https://issues.redhat.com/browse/ACM-16525" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0385.json" } ], "title": "Red Hat Security Advisory: VolSync 0.11.1 for RHEL 9", "tracking": { "current_release_date": "2025-02-20T11:26:37+00:00", "generator": { "date": "2025-02-20T11:26:37+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0385", "initial_release_date": "2025-01-16T18:08:53+00:00", "revision_history": [ { "date": "2025-01-16T18:08:53+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-16T18:08:53+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:37+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product": { "name": "Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:acm:2.12::el9" } } } ], "category": "product_family", "name": "Red Hat ACM" }, { "branches": [ { "category": "product_version", "name": "rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "product": { "name": "rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "product_id": "rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "product_identification_helper": { "purl": "pkg:oci/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.11.1-2" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64", "product": { "name": "rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64", "product_id": "rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64", "product_identification_helper": { "purl": "pkg:oci/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.11.1-2" } } }, { "category": "product_version", "name": "rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "product": { "name": "rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "product_id": "rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "product_identification_helper": { "purl": "pkg:oci/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-operator-bundle\u0026tag=v0.11.1-3" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "product": { "name": "rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "product_id": "rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "product_identification_helper": { "purl": "pkg:oci/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.11.1-2" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "product": { "name": "rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "product_id": "rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "product_identification_helper": { "purl": "pkg:oci/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.11.1-2" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64" }, "product_reference": "rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64" }, "product_reference": "rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le" }, "product_reference": "rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x" }, "product_reference": "rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "relates_to_product_reference": "9Base-RHACM-2.12" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12 for RHEL 9", "product_id": "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64" }, "product_reference": "rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64", "relates_to_product_reference": "9Base-RHACM-2.12" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-16T18:08:53+00:00", "details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync", "product_ids": [ "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0385" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-16T18:08:53+00:00", "details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync", "product_ids": [ "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0385" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2024-53259", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "discovery_date": "2024-12-02T17:01:10.568793+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2329991" } ], "notes": [ { "category": "description", "text": "quic-go is an implementation of the QUIC protocol in Go. An off-path attacker can inject an ICMP Packet Too Large packet. Since affected quic-go versions used IP_PMTUDISC_DO, the kernel would then return a \"message too large\" error on sendmsg, i.e. when quic-go attempts to send a packet that exceeds the MTU claimed in that ICMP packet. By setting this value to smaller than 1200 bytes (the minimum MTU for QUIC), the attacker can disrupt a QUIC connection. Crucially, this can be done after completion of the handshake, thereby circumventing any TCP fallback that might be implemented on the application layer (for example, many browsers fall back to HTTP over TCP if they\u0027re unable to establish a QUIC connection). The attacker needs to at least know the client\u0027s IP and port tuple to mount an attack. This vulnerability is fixed in 0.48.2.", "title": "Vulnerability description" }, { "category": "summary", "text": "quic-go: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-53259" }, { "category": "external", "summary": "RHBZ#2329991", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329991" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-53259", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53259" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53259", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53259" }, { "category": "external", "summary": "https://github.com/quic-go/quic-go/commit/ca31dd355cbe5fc6c5807992d9d1149c66c96a50", "url": "https://github.com/quic-go/quic-go/commit/ca31dd355cbe5fc6c5807992d9d1149c66c96a50" }, { "category": "external", "summary": "https://github.com/quic-go/quic-go/pull/4729", "url": "https://github.com/quic-go/quic-go/pull/4729" }, { "category": "external", "summary": "https://github.com/quic-go/quic-go/releases/tag/v0.48.2", "url": "https://github.com/quic-go/quic-go/releases/tag/v0.48.2" }, { "category": "external", "summary": "https://github.com/quic-go/quic-go/security/advisories/GHSA-px8v-pp82-rcvr", "url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-px8v-pp82-rcvr" } ], "release_date": "2024-12-02T16:12:40.605000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-16T18:08:53+00:00", "details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync", "product_ids": [ "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0385" }, { "category": "workaround", "details": "Use iptables to drop ICMP unreachable packets.", "product_ids": [ "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHACM-2.12:rhacm2/volsync-operator-bundle@sha256:b1eb7e31f2a3e3371231223e01f4d06b609340b2403b53491c7a19c6d482609a_amd64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:5b093fc18988671085c78478167fb45b7d2fca1a0ae56860dae6dfe05ea61ee7_arm64", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:65c8d7313d6dd1d6a61cbba457639bbce9e5f3adea53c6c17ad939d72a875d34_ppc64le", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:67d36bc0e9fa06e9a9fa039d06c895e67813a4e6be9c034410766296196870e0_s390x", "9Base-RHACM-2.12:rhacm2/volsync-rhel9@sha256:9a882ab03dedd84c31280b22811e4642989cc6a96820a3a003f091a50462dfa0_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "quic-go: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux" } ] }
rhsa-2025:0535
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "cert-manager Operator for Red Hat OpenShift 1.15.0", "title": "Topic" }, { "category": "general", "text": "The cert-manager Operator for Red Hat OpenShift builds on top of Kubernetes, introducing certificate authorities and certificates as first-class resource types in the Kubernetes API. This makes it possible to provide certificates-as-a-service to developers working within your Kubernetes cluster.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0535", "url": "https://access.redhat.com/errata/RHSA-2025:0535" }, { "category": "external", "summary": "https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html", "url": "https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html" }, { "category": "external", "summary": "https://issues.redhat.com/browse/OCPBUGS-23406", "url": "https://issues.redhat.com/browse/OCPBUGS-23406" }, { "category": "external", "summary": "https://issues.redhat.com/browse/CM-356", "url": "https://issues.redhat.com/browse/CM-356" }, { "category": "external", "summary": "https://issues.redhat.com/browse/CM-436", "url": "https://issues.redhat.com/browse/CM-436" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-45337", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-45338", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0535.json" } ], "title": "Red Hat Security Advisory: cert-manager Operator for Red Hat OpenShift 1.15.0", "tracking": { "current_release_date": "2025-02-20T11:26:37+00:00", "generator": { "date": "2025-02-20T11:26:37+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0535", "initial_release_date": "2025-01-21T16:56:55+00:00", "revision_history": [ { "date": "2025-01-21T16:56:55+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-22T11:42:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:37+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "cert-manager operator for Red Hat OpenShift 1.15", "product": { "name": "cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:cert_manager:1.15::el9" } } } ], "category": "product_family", "name": "cert-manager operator for Red Hat OpenShift" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64", "product": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64", "product_id": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64", "product_identification_helper": { "purl": "pkg:oci/cert-manager-operator-rhel9@sha256%3Ab31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "product": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "product_id": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "product_identification_helper": { "purl": "pkg:oci/cert-manager-operator-rhel9@sha256%3A9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd?arch=s390x\u0026repository_url=registry.redhat.io/cert-manager" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "product": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "product_id": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cert-manager-operator-rhel9@sha256%3A6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c?arch=ppc64le\u0026repository_url=registry.redhat.io/cert-manager" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "product": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "product_id": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "product_identification_helper": { "purl": "pkg:oci/cert-manager-operator-rhel9@sha256%3A57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4?arch=arm64\u0026repository_url=registry.redhat.io/cert-manager" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64 as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64" }, "product_reference": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le" }, "product_reference": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x" }, "product_reference": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64 as a component of cert-manager operator for Red Hat OpenShift 1.15", "product_id": "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" }, "product_reference": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64", "relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.15" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T16:56:55+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used when installing the cert-manager Operator for Red Hat OpenShift.\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a new version of the Operator. No further action is required to upgrade. This is the default setting.\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\nSee \u0027https://docs.openshift.com/container- platform/latest/security/cert_manager_operator/index.html\u0027 for additional information.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0535" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T16:56:55+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used when installing the cert-manager Operator for Red Hat OpenShift.\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a new version of the Operator. No further action is required to upgrade. This is the default setting.\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\nSee \u0027https://docs.openshift.com/container- platform/latest/security/cert_manager_operator/index.html\u0027 for additional information.", "product_ids": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0535" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:57d8f4291874dd50be3775d987c1b16212845fd0bfb340bab21ddbd1e55d88b4_arm64", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:6060fe37af30baf972c0d6e6831c84c66fe5c7896b55ad0669c69a27a7905f4c_ppc64le", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:9bd140dec43638bbfb6878514e37c2f428b673d88c45c5bc6763aae701f338cd_s390x", "cert-manager operator for Red Hat OpenShift 1.15:registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:b31cc2ba5ac8c6f18ee392a2193f81b3e4f4648a70549f2f5ada1d3c2bca500d_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:0892
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Dev Spaces 3.18 has been released.\n\nAll containers have been updated to include feature enhancements, bug fixes and CVE fixes.\n\nFollowing the Red Hat Product Security standards this update is rated as having a security impact of Important. The Common Vulnerability Scoring System (CVSS) base score is available for every fixed CVE in the references section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Dev Spaces provides a cloud developer workspace server and a browser-based IDE built for teams and organizations. Dev Spaces runs in OpenShift and is well-suited for container-based development.\n\nThe 3.18 release is based on Eclipse Che 7.95 and uses the DevWorkspace engine to provide support for workspaces based on devfile v2.1 and v2.2.\n\nUsers still using the v1 standard should migrate as soon as possible.\n\nhttps://devfile.io/docs/2.2.0/migrating-to-devfile-v2\n\nThe CVEs addressed in this release are:\nCVE-2024-21538 - Updated cross-spawn dependency to 7.0.6 in Dev Spaces Code and Dev Spaces Dashboard.\nCVE-2023-44270 - Updated PostCSS dependency to 8.4.33 in Dev Spaces Code and 8.4.49 in Dev Spaces Dashboard. \nCVE-2024-45337 - Updated golang.org/x/crypto to v0.31.0 in Dev Spaces Operator.\nCVE-2024-45338 - Updated the golang.org/x/net dependency to v0.33.0 in Dev Spaces Operator.\nCVE-2024-45801 - Updated DOMPurify dependency to 3.1.3 in Dev Spaces Code.\nCVE-2024-55565 - Updated nanoid dependency to 3.3.8 in Dev Spaces Code and Dev Spaces Dashboard.\n\nDev Spaces releases support the latest two OpenShift 4 EUS releases. Users are expected to update to newer OpenShift releases in order to continue to get Dev Spaces updates. \n\nhttps://access.redhat.com/support/policy/updates/openshift#devspaces", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0892", "url": "https://access.redhat.com/errata/RHSA-2025:0892" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2312631", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312631" }, { "category": "external", "summary": "2324550", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324550" }, { "category": "external", "summary": "2326998", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326998" }, { "category": "external", "summary": "2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "CRW-7648", "url": "https://issues.redhat.com/browse/CRW-7648" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0892.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenShift Dev Spaces 3.18.0 release", "tracking": { "current_release_date": "2025-02-20T11:27:09+00:00", "generator": { "date": "2025-02-20T11:27:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0892", "initial_release_date": "2025-02-03T16:38:18+00:00", "revision_history": [ { "date": "2025-02-03T16:38:18+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-03T16:38:18+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:27:09+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Dev Spaces 3", "product": { "name": "Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_devspaces:3::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Dev Spaces" }, { "branches": [ { "category": "product_version", "name": "devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "product": { "name": "devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "product_id": "devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "product_identification_helper": { "purl": "pkg:oci/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.18-6" } } }, { "category": "product_version", "name": "devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "product": { "name": "devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "product_id": "devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "product_identification_helper": { "purl": "pkg:oci/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "product": { "name": "devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "product_id": "devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "product_identification_helper": { "purl": "pkg:oci/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.18-10" } } }, { "category": "product_version", "name": "devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "product": { "name": "devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "product_id": "devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "product_identification_helper": { "purl": "pkg:oci/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "product": { "name": "devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "product_id": "devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "product": { "name": "devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "product_id": "devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.18-36" } } }, { "category": "product_version", "name": "devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "product": { "name": "devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "product_id": "devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "product": { "name": "devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "product_id": "devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "product_identification_helper": { "purl": "pkg:oci/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "product": { "name": "devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "product_id": "devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "product_identification_helper": { "purl": "pkg:oci/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.18-2" } } }, { "category": "product_version", "name": "devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "product": { "name": "devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "product_id": "devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "product_identification_helper": { "purl": "pkg:oci/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=3.18-1" } } }, { "category": "product_version", "name": "devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le", "product": { "name": "devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le", "product_id": "devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le", "product_identification_helper": { "purl": "pkg:oci/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.18-1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "product": { "name": "devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "product_id": "devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "product_identification_helper": { "purl": "pkg:oci/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.18-6" } } }, { "category": "product_version", "name": "devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "product": { "name": "devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "product_id": "devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "product_identification_helper": { "purl": "pkg:oci/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "product": { "name": "devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "product_id": "devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "product_identification_helper": { "purl": "pkg:oci/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.18-10" } } }, { "category": "product_version", "name": "devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "product": { "name": "devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "product_id": "devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "product_identification_helper": { "purl": "pkg:oci/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5?arch=amd64\u0026repository_url=registry.redhat.io/devspaces-tech-preview/idea-rhel9\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "product": { "name": "devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "product_id": "devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "product_identification_helper": { "purl": "pkg:oci/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "product": { "name": "devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "product_id": "devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "product_identification_helper": { "purl": "pkg:oci/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "product": { "name": "devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "product_id": "devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "product_identification_helper": { "purl": "pkg:oci/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.18-36" } } }, { "category": "product_version", "name": "devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "product": { "name": "devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "product_id": "devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "product_identification_helper": { "purl": "pkg:oci/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "product": { "name": "devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "product_id": "devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "product_identification_helper": { "purl": "pkg:oci/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "product": { "name": "devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "product_id": "devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "product_identification_helper": { "purl": "pkg:oci/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.18-2" } } }, { "category": "product_version", "name": "devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "product": { "name": "devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "product_id": "devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "product_identification_helper": { "purl": "pkg:oci/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=3.18-1" } } }, { "category": "product_version", "name": "devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "product": { "name": "devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "product_id": "devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "product_identification_helper": { "purl": "pkg:oci/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.18-1" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "product": { "name": "devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "product_id": "devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "product_identification_helper": { "purl": "pkg:oci/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=3.18-6" } } }, { "category": "product_version", "name": "devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "product": { "name": "devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "product_id": "devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "product_identification_helper": { "purl": "pkg:oci/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "product": { "name": "devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "product_id": "devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "product_identification_helper": { "purl": "pkg:oci/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=3.18-10" } } }, { "category": "product_version", "name": "devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "product": { "name": "devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "product_id": "devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "product_identification_helper": { "purl": "pkg:oci/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "product": { "name": "devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "product_id": "devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "product_identification_helper": { "purl": "pkg:oci/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/machineexec-rhel9\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "product": { "name": "devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "product_id": "devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "product_identification_helper": { "purl": "pkg:oci/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=3.18-36" } } }, { "category": "product_version", "name": "devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "product": { "name": "devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "product_id": "devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "product_identification_helper": { "purl": "pkg:oci/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "product": { "name": "devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "product_id": "devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "product_identification_helper": { "purl": "pkg:oci/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=latest" } } }, { "category": "product_version", "name": "devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "product": { "name": "devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "product_id": "devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "product_identification_helper": { "purl": "pkg:oci/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=3.18-2" } } }, { "category": "product_version", "name": "devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "product": { "name": "devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "product_id": "devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "product_identification_helper": { "purl": "pkg:oci/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=3.18-1" } } }, { "category": "product_version", "name": "devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "product": { "name": "devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "product_id": "devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "product_identification_helper": { "purl": "pkg:oci/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=3.18-1" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64 as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64" }, "product_reference": "devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le" }, "product_reference": "devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x" }, "product_reference": "devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64 as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64" }, "product_reference": "devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le" }, "product_reference": "devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x" }, "product_reference": "devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64 as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64" }, "product_reference": "devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64 as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64" }, "product_reference": "devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x" }, "product_reference": "devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le" }, "product_reference": "devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le" }, "product_reference": "devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x" }, "product_reference": "devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64 as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64" }, "product_reference": "devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64 as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64" }, "product_reference": "devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x" }, "product_reference": "devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le" }, "product_reference": "devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64 as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64" }, "product_reference": "devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x" }, "product_reference": "devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le" }, "product_reference": "devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64 as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64" }, "product_reference": "devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x" }, "product_reference": "devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le" }, "product_reference": "devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64 as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64" }, "product_reference": "devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x" }, "product_reference": "devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le" }, "product_reference": "devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x" }, "product_reference": "devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le" }, "product_reference": "devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64 as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64" }, "product_reference": "devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64 as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64" }, "product_reference": "devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le" }, "product_reference": "devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x" }, "product_reference": "devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x" }, "product_reference": "devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64 as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64" }, "product_reference": "devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "relates_to_product_reference": "9Base-RHOSDS-3" }, { "category": "default_component_of", "full_product_name": { "name": "devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le as a component of Red Hat OpenShift Dev Spaces 3", "product_id": "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" }, "product_reference": "devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le", "relates_to_product_reference": "9Base-RHOSDS-3" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-44270", "cwe": { "id": "CWE-93", "name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)" }, "discovery_date": "2024-11-18T14:11:50.400987+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326998" } ], "notes": [ { "category": "description", "text": "An issue was discovered in PostCSS before 8.4.31. The vulnerability affects linters using PostCSS to parse external untrusted CSS. An attacker can prepare CSS in such a way that it will contains parts parsed by PostCSS as a CSS comment. After processing by PostCSS, it will be included in the PostCSS output in CSS nodes (rules, properties) despite being included in a comment.", "title": "Vulnerability description" }, { "category": "summary", "text": "PostCSS: Improper input validation in PostCSS", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le" ], "known_not_affected": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-44270" }, { "category": "external", "summary": "RHBZ#2326998", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326998" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-44270", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44270" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44270", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44270" }, { "category": "external", "summary": "https://github.com/github/advisory-database/issues/2820", "url": "https://github.com/github/advisory-database/issues/2820" }, { "category": "external", "summary": "https://github.com/postcss/postcss/blob/main/lib/tokenize.js#L25", "url": "https://github.com/postcss/postcss/blob/main/lib/tokenize.js#L25" }, { "category": "external", "summary": "https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5", "url": "https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5" }, { "category": "external", "summary": "https://github.com/postcss/postcss/releases/tag/8.4.31", "url": "https://github.com/postcss/postcss/releases/tag/8.4.31" } ], "release_date": "2023-09-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-03T16:38:18+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0892" }, { "category": "workaround", "details": "There\u0027s no known mitigation for this issue. Red Hat recommends to not parse untrusted CSS input using PostCSS.", "product_ids": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "PostCSS: Improper input validation in PostCSS" }, { "cve": "CVE-2024-21538", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-11-08T13:44:29.182678+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2324550" } ], "notes": [ { "category": "description", "text": "A Regular Expression Denial of Service (ReDoS) vulnerability was found in the cross-spawn package for Node.js. Due to improper input sanitization, an attacker can increase CPU usage and crash the program with a large, specially crafted string.", "title": "Vulnerability description" }, { "category": "summary", "text": "cross-spawn: regular expression denial of service", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le" ], "known_not_affected": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21538" }, { "category": "external", "summary": "RHBZ#2324550", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324550" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21538", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538" }, { "category": "external", "summary": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff", "url": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff" }, { "category": "external", "summary": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f", "url": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f" }, { "category": "external", "summary": "https://github.com/moxystudio/node-cross-spawn/pull/160", "url": "https://github.com/moxystudio/node-cross-spawn/pull/160" }, { "category": "external", "summary": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230", "url": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230" } ], "release_date": "2024-11-08T05:00:04.695000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-03T16:38:18+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0892" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 4.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "cross-spawn: regular expression denial of service" }, { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le" ], "known_not_affected": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-03T16:38:18+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0892" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le" ], "known_not_affected": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-03T16:38:18+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0892" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2024-45801", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-16T19:20:09.863249+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2312631" } ], "notes": [ { "category": "description", "text": "A flaw was found in DOMPurify. This issue may allow an attacker to use specially-crafted HTML to bypass the depth checking or use Prototype Pollution to weaken the depth check, which can lead to cross site scripting (XSS) attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "dompurify: XSS vulnerability via prototype pollution", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability in DOMPurify, while significant, is categorized as moderate severity rather than important due to its specific conditions for exploitation. The issue requires not only a sophisticated nesting technique to bypass the depth checks but also the ability to leverage Prototype Pollution to weaken these protections. This makes the attack scenario relatively complex and less likely to be encountered in general use cases. Furthermore, the flaw impacts only certain configurations and usage patterns, thus reducing its immediate risk.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64" ], "known_not_affected": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45801" }, { "category": "external", "summary": "RHBZ#2312631", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312631" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45801", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45801" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45801", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45801" }, { "category": "external", "summary": "https://github.com/cure53/DOMPurify/commit/1e520262bf4c66b5efda49e2316d6d1246ca7b21", "url": "https://github.com/cure53/DOMPurify/commit/1e520262bf4c66b5efda49e2316d6d1246ca7b21" }, { "category": "external", "summary": "https://github.com/cure53/DOMPurify/commit/26e1d69ca7f769f5c558619d644d90dd8bf26ebc", "url": "https://github.com/cure53/DOMPurify/commit/26e1d69ca7f769f5c558619d644d90dd8bf26ebc" }, { "category": "external", "summary": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-mmhx-hmjr-r674", "url": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-mmhx-hmjr-r674" } ], "release_date": "2024-09-16T19:16:11.080000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-03T16:38:18+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0892" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:L", "version": "3.1" }, "products": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "dompurify: XSS vulnerability via prototype pollution" }, { "cve": "CVE-2024-55565", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2024-12-09T02:00:45.255738+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331063" } ], "notes": [ { "category": "description", "text": "nanoid (aka Nano ID) before 5.0.9 mishandles non-integer values. 3.3.8 is also a fixed version.", "title": "Vulnerability description" }, { "category": "summary", "text": "nanoid: nanoid mishandles non-integer values", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le" ], "known_not_affected": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-55565" }, { "category": "external", "summary": "RHBZ#2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-55565", "url": "https://www.cve.org/CVERecord?id=CVE-2024-55565" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565" }, { "category": "external", "summary": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8", "url": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8" }, { "category": "external", "summary": "https://github.com/ai/nanoid/pull/510", "url": "https://github.com/ai/nanoid/pull/510" }, { "category": "external", "summary": "https://github.com/ai/nanoid/releases/tag/5.0.9", "url": "https://github.com/ai/nanoid/releases/tag/5.0.9" } ], "release_date": "2024-12-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-03T16:38:18+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0892" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHOSDS-3:devspaces-tech-preview/idea-rhel9@sha256:56808324fd8f18efcaf1143c062b4611d4daf92d2b3827b6744b7103e6862eb5_amd64", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:03465af90654f18716911c227ad49422cda691bdea686936df1d37dcc058e485_ppc64le", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:7d2e2198bc93f6955477a3ec4f63a38b78273ea1007850c48ace3bb16c9666b1_s390x", "9Base-RHOSDS-3:devspaces/code-rhel9@sha256:90a61893d9127600dd108fedf9ee0b1fcac4502a196b8de7936589c100fc49fe_amd64", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:741e2650528085ebfe65969d5c48ab7f3f258d73f0a35e9f0ca0ff2186a64072_ppc64le", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:cb292b971baf4de9f13b913ef0f3e391c1b12919175ae9dab43d18a70f4411a2_s390x", "9Base-RHOSDS-3:devspaces/configbump-rhel9@sha256:efea4d960bce51d34f2021b08ed5134f99f2bbbe759e550bf5bb4787ec40539e_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:70ac5c215c4fc78e0b89c46bfa537f9bfb835af1897708f9cb181648659311d2_amd64", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:92891c316760203637d3739fc7fe5a6801e3b11faf22b405559dc1c05adbf6b2_s390x", "9Base-RHOSDS-3:devspaces/dashboard-rhel9@sha256:a929eb292b97c9fc5d573a1ce5dc283268e189ec271abca29e183769b7f8ab86_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:677b3ce8d509429000a0696e05518ea9d4e69533407480b7728e523375c5303b_ppc64le", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:6a70f3e63cb4d87e96f54e3f2075a7f8cacaa10c92efe71c4d4bb5a43e4f1247_s390x", "9Base-RHOSDS-3:devspaces/devspaces-operator-bundle@sha256:7d585ce8bce9b7ab571bf8a893bda495d255601e14b8a8aa516d0524545748dc_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:58218f2ce601e03f87858ada727cf52e964f0212124001740bf305dc36e67fbd_amd64", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:616fe916fe4bdf7cf26f1463b7df306bd63772eb31bdf83f70c42db9775765e5_s390x", "9Base-RHOSDS-3:devspaces/devspaces-rhel9-operator@sha256:98f3e811e3c8ebec180a6dc58353f72acf0dffad608b59d091af5f1887d37e05_ppc64le", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:1aab5a0eeaf68576aa5a0793cbe220bb8a783ec5670aa46240b88530897db345_amd64", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:6d121ae6d94afb5d723730e63fcd49c5cfaa1f2518cdb534215399a1f08ff040_s390x", "9Base-RHOSDS-3:devspaces/imagepuller-rhel9@sha256:d68cced8fab3fd16ddaaf45fe0c5498b60a4a09a2b5c4e5f984529d041d13708_ppc64le", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5692486f392037c261b89bdf1004ac8982002c3c7e15cf3babcd3031970b3844_amd64", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:5cee29e36e341486bd91b8e578c9fd5a3fb657cbd6c6249dd69bb0a6e5b57dfd_s390x", "9Base-RHOSDS-3:devspaces/machineexec-rhel9@sha256:92c07684e0deb9c515e509853d2d58a714b655f8be48be942f1da12da5cc65e0_ppc64le", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:2d9d7bacf93ceeca7b410e16fa84cb48c5c04092ac7e5ba22681b96abd0cf228_amd64", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:98be37c2d983b7af80f0c8527d6297eaf7177ee52457979b45d13cdd27976004_s390x", "9Base-RHOSDS-3:devspaces/pluginregistry-rhel9@sha256:c57424174146743c9185105ae51c49e578a9dae1ca53375879a730704a5a686f_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:03d2025cc1fe797a3c54206cf37323e4bc6bc1c4197b70377bef7f727e33ed1b_s390x", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:15b8c0c6c6ed150183d8039fda25fa3986a55c8e7571b6d07f19eb91d51ae976_ppc64le", "9Base-RHOSDS-3:devspaces/server-rhel9@sha256:83afeb4a5ae28f1193261a4f942c400854fc2b2148bdf38c54706e72b345786b_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:55275214e27d4620bd2e4caf7a1a24598762fc1eff67c072e9c53fff4a633dca_amd64", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:804e08e8331a96e87c20889ff7f03816d17ec35e18e0449beb8337b82aa30000_ppc64le", "9Base-RHOSDS-3:devspaces/traefik-rhel9@sha256:fc0edac05e35fc4cca42cbc81979c54e4db440e340acca6c4c56dc5a3ece6cf7_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:53d4e87eb1ef3a63a42539ea20be463b3cbb76fe93a80d9dc5fb65253120402c_s390x", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:6fb45a6f9e4dd9a29e87c20b70758041f54b439cde439435aebecff002dd19fb_amd64", "9Base-RHOSDS-3:devspaces/udi-rhel9@sha256:81e13f10bfa13edbf62318ce58f93f681dc61776e5871e8710e8cf8e0cb86416_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nanoid: nanoid mishandles non-integer values" } ] }
rhsa-2025:0576
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat Advanced Cluster Management for Kubernetes 2.9.6 General\nAvailability release images, which provide enhancements, bug fixes, and\nupdated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat Advanced Cluster Management for Kubernetes 2.9.6 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/release_notes/\n\nSecurity fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback\nmay cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive\ncontent in golang.org/x/net/html (CVE-2024-45338)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0576", "url": "https://access.redhat.com/errata/RHSA-2025:0576" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/release_notes/", "url": "https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/release_notes/" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0576.json" } ], "title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.9.6 bug fixes and container updates", "tracking": { "current_release_date": "2025-02-20T11:26:32+00:00", "generator": { "date": "2025-02-20T11:26:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0576", "initial_release_date": "2025-01-22T03:22:29+00:00", "revision_history": [ { "date": "2025-01-22T03:22:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-22T03:22:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:32+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product": { "name": "Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9", "product_identification_helper": { "cpe": "cpe:/a:redhat:acm:2.9::el8" } } } ], "category": "product_family", "name": "Red Hat ACM" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8_amd64", "product": { "name": "rhacm2/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8_amd64", "product_id": "rhacm2/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4_amd64", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4_amd64", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6_amd64", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6_amd64", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274_amd64", "product": { "name": "rhacm2/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274_amd64", "product_id": "rhacm2/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8_amd64", "product": { "name": "rhacm2/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8_amd64", "product_id": "rhacm2/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.9.6-4" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29_amd64", "product": { "name": "rhacm2/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29_amd64", "product_id": "rhacm2/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.9.6-12" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735_amd64", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735_amd64", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a_amd64", "product": { "name": "rhacm2/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a_amd64", "product_id": "rhacm2/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a_amd64", "product": { "name": "rhacm2/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a_amd64", "product_id": "rhacm2/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb_amd64", "product": { "name": "rhacm2/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb_amd64", "product_id": "rhacm2/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2_amd64", "product": { "name": "rhacm2/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2_amd64", "product_id": "rhacm2/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad_amd64", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad_amd64", "product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9_amd64", "product": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9_amd64", "product_id": "rhacm2/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9_amd64", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6_amd64", "product": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6_amd64", "product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.9.6-4" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91_amd64", "product": { "name": "rhacm2/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91_amd64", "product_id": "rhacm2/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91_amd64", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4_amd64", "product": { "name": "rhacm2/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4_amd64", "product_id": "rhacm2/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4_amd64", "product_identification_helper": { "purl": "pkg:oci/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.9.6-7" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13_amd64", "product": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13_amd64", "product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13_amd64", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672_amd64", "product": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672_amd64", "product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672_amd64", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5_amd64", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5_amd64", "product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5_amd64", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5_amd64", "product": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5_amd64", "product_id": "rhacm2/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5_amd64", "product_identification_helper": { "purl": "pkg:oci/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0_amd64", "product": { "name": "rhacm2/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0_amd64", "product_id": "rhacm2/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0_amd64", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548_amd64", "product": { "name": "rhacm2/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548_amd64", "product_id": "rhacm2/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548_amd64", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e_amd64", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e_amd64", "product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e_amd64", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd_amd64", "product": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd_amd64", "product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b_amd64", "product": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b_amd64", "product_id": "rhacm2/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212_amd64", "product": { "name": "rhacm2/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212_amd64", "product_id": "rhacm2/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212_amd64", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.9.6-4" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e_amd64", "product": { "name": "rhacm2/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e_amd64", "product_id": "rhacm2/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e_amd64", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627_amd64", "product": { "name": "rhacm2/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627_amd64", "product_id": "rhacm2/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627_amd64", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce_amd64", "product": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce_amd64", "product_id": "rhacm2/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce_amd64", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49_amd64", "product": { "name": "rhacm2/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49_amd64", "product_id": "rhacm2/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49_amd64", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784_amd64", "product": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784_amd64", "product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc_amd64", "product": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc_amd64", "product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb_amd64", "product": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb_amd64", "product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f_amd64", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f_amd64", "product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe_amd64", "product": { "name": "rhacm2/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe_amd64", "product_id": "rhacm2/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe_amd64", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440_amd64", "product": { "name": "rhacm2/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440_amd64", "product_id": "rhacm2/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440_amd64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92_amd64", "product": { "name": "rhacm2/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92_amd64", "product_id": "rhacm2/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92_amd64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb_amd64", "product": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb_amd64", "product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb_amd64", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076_amd64", "product": { "name": "rhacm2/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076_amd64", "product_id": "rhacm2/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076_amd64", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415_amd64", "product": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415_amd64", "product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415_amd64", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8_amd64", "product": { "name": "rhacm2/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8_amd64", "product_id": "rhacm2/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8_amd64", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80_amd64", "product": { "name": "rhacm2/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80_amd64", "product_id": "rhacm2/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80_amd64", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb_amd64", "product": { "name": "rhacm2/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb_amd64", "product_id": "rhacm2/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb_amd64", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2_amd64", "product": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2_amd64", "product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2_amd64", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.9.6-5" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674_arm64", "product": { "name": "rhacm2/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674_arm64", "product_id": "rhacm2/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168_arm64", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168_arm64", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f_arm64", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f_arm64", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f_arm64", "product": { "name": "rhacm2/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f_arm64", "product_id": "rhacm2/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645_arm64", "product": { "name": "rhacm2/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645_arm64", "product_id": "rhacm2/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.9.6-4" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276_arm64", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276_arm64", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159_arm64", "product": { "name": "rhacm2/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159_arm64", "product_id": "rhacm2/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a_arm64", "product": { "name": "rhacm2/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a_arm64", "product_id": "rhacm2/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371_arm64", "product": { "name": "rhacm2/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371_arm64", "product_id": "rhacm2/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a_arm64", "product": { "name": "rhacm2/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a_arm64", "product_id": "rhacm2/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809_arm64", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809_arm64", "product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25_arm64", "product": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25_arm64", "product_id": "rhacm2/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25_arm64", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced_arm64", "product": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced_arm64", "product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.9.6-4" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e_arm64", "product": { "name": "rhacm2/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e_arm64", "product_id": "rhacm2/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e_arm64", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34_arm64", "product": { "name": "rhacm2/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34_arm64", "product_id": "rhacm2/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34_arm64", "product_identification_helper": { "purl": "pkg:oci/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.9.6-7" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331_arm64", "product": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331_arm64", "product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331_arm64", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759_arm64", "product": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759_arm64", "product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759_arm64", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d_arm64", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d_arm64", "product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d_arm64", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659_arm64", "product": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659_arm64", "product_id": "rhacm2/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659_arm64", "product_identification_helper": { "purl": "pkg:oci/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec_arm64", "product": { "name": "rhacm2/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec_arm64", "product_id": "rhacm2/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec_arm64", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a_arm64", "product": { "name": "rhacm2/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a_arm64", "product_id": "rhacm2/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a_arm64", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7_arm64", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7_arm64", "product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7_arm64", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4_arm64", "product": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4_arm64", "product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf_arm64", "product": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf_arm64", "product_id": "rhacm2/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227_arm64", "product": { "name": "rhacm2/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227_arm64", "product_id": "rhacm2/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227_arm64", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.9.6-4" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614_arm64", "product": { "name": "rhacm2/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614_arm64", "product_id": "rhacm2/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614_arm64", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01_arm64", "product": { "name": "rhacm2/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01_arm64", "product_id": "rhacm2/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01_arm64", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457_arm64", "product": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457_arm64", "product_id": "rhacm2/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457_arm64", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc_arm64", "product": { "name": "rhacm2/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc_arm64", "product_id": "rhacm2/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc_arm64", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19_arm64", "product": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19_arm64", "product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0_arm64", "product": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0_arm64", "product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8_arm64", "product": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8_arm64", "product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f_arm64", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f_arm64", "product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0_arm64", "product": { "name": "rhacm2/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0_arm64", "product_id": "rhacm2/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0_arm64", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820_arm64", "product": { "name": "rhacm2/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820_arm64", "product_id": "rhacm2/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820_arm64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730_arm64", "product": { "name": "rhacm2/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730_arm64", "product_id": "rhacm2/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730_arm64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84_arm64", "product": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84_arm64", "product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84_arm64", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff_arm64", "product": { "name": "rhacm2/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff_arm64", "product_id": "rhacm2/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff_arm64", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e_arm64", "product": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e_arm64", "product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e_arm64", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7_arm64", "product": { "name": "rhacm2/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7_arm64", "product_id": "rhacm2/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7_arm64", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2_arm64", "product": { "name": "rhacm2/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2_arm64", "product_id": "rhacm2/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2_arm64", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4_arm64", "product": { "name": "rhacm2/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4_arm64", "product_id": "rhacm2/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4_arm64", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479_arm64", "product": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479_arm64", "product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479_arm64", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.9.6-5" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a_ppc64le", "product": { "name": "rhacm2/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a_ppc64le", "product_id": "rhacm2/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1_ppc64le", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1_ppc64le", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7_ppc64le", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7_ppc64le", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055_ppc64le", "product": { "name": "rhacm2/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055_ppc64le", "product_id": "rhacm2/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266_ppc64le", "product": { "name": "rhacm2/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266_ppc64le", "product_id": "rhacm2/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.9.6-4" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429_ppc64le", "product": { "name": "rhacm2/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429_ppc64le", "product_id": "rhacm2/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.9.6-12" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9_ppc64le", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9_ppc64le", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f_ppc64le", "product": { "name": "rhacm2/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f_ppc64le", "product_id": "rhacm2/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a_ppc64le", "product": { "name": "rhacm2/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a_ppc64le", "product_id": "rhacm2/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc_ppc64le", "product": { "name": "rhacm2/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc_ppc64le", "product_id": "rhacm2/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7_ppc64le", "product": { "name": "rhacm2/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7_ppc64le", "product_id": "rhacm2/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94_ppc64le", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94_ppc64le", "product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8_ppc64le", "product": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8_ppc64le", "product_id": "rhacm2/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6_ppc64le", "product": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6_ppc64le", "product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.9.6-4" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026_ppc64le", "product": { "name": "rhacm2/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026_ppc64le", "product_id": "rhacm2/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026_ppc64le", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e_ppc64le", "product": { "name": "rhacm2/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e_ppc64le", "product_id": "rhacm2/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.9.6-7" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9_ppc64le", "product": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9_ppc64le", "product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb_ppc64le", "product": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb_ppc64le", "product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c_ppc64le", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c_ppc64le", "product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01_ppc64le", "product": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01_ppc64le", "product_id": "rhacm2/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01_ppc64le", "product_identification_helper": { "purl": "pkg:oci/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35_ppc64le", "product": { "name": "rhacm2/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35_ppc64le", "product_id": "rhacm2/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35_ppc64le", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3_ppc64le", "product": { "name": "rhacm2/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3_ppc64le", "product_id": "rhacm2/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469_ppc64le", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469_ppc64le", "product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469_ppc64le", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7_ppc64le", "product": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7_ppc64le", "product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70_ppc64le", "product": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70_ppc64le", "product_id": "rhacm2/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708_ppc64le", "product": { "name": "rhacm2/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708_ppc64le", "product_id": "rhacm2/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708_ppc64le", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.9.6-4" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c_ppc64le", "product": { "name": "rhacm2/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c_ppc64le", "product_id": "rhacm2/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e_ppc64le", "product": { "name": "rhacm2/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e_ppc64le", "product_id": "rhacm2/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac_ppc64le", "product": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac_ppc64le", "product_id": "rhacm2/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef_ppc64le", "product": { "name": "rhacm2/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef_ppc64le", "product_id": "rhacm2/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4_ppc64le", "product": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4_ppc64le", "product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515_ppc64le", "product": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515_ppc64le", "product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085_ppc64le", "product": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085_ppc64le", "product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f_ppc64le", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f_ppc64le", "product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2_ppc64le", "product": { "name": "rhacm2/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2_ppc64le", "product_id": "rhacm2/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3_ppc64le", "product": { "name": "rhacm2/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3_ppc64le", "product_id": "rhacm2/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038_ppc64le", "product": { "name": "rhacm2/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038_ppc64le", "product_id": "rhacm2/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038_ppc64le", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d_ppc64le", "product": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d_ppc64le", "product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55_ppc64le", "product": { "name": "rhacm2/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55_ppc64le", "product_id": "rhacm2/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55_ppc64le", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6_ppc64le", "product": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6_ppc64le", "product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203_ppc64le", "product": { "name": "rhacm2/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203_ppc64le", "product_id": "rhacm2/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203_ppc64le", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90_ppc64le", "product": { "name": "rhacm2/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90_ppc64le", "product_id": "rhacm2/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90_ppc64le", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0_ppc64le", "product": { "name": "rhacm2/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0_ppc64le", "product_id": "rhacm2/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd_ppc64le", "product": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd_ppc64le", "product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.9.6-5" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88_s390x", "product": { "name": "rhacm2/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88_s390x", "product_id": "rhacm2/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691_s390x", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691_s390x", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6_s390x", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6_s390x", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4_s390x", "product": { "name": "rhacm2/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4_s390x", "product_id": "rhacm2/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5_s390x", "product": { "name": "rhacm2/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5_s390x", "product_id": "rhacm2/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.9.6-4" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8_s390x", "product": { "name": "rhacm2/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8_s390x", "product_id": "rhacm2/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.9.6-12" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9_s390x", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9_s390x", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7_s390x", "product": { "name": "rhacm2/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7_s390x", "product_id": "rhacm2/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c_s390x", "product": { "name": "rhacm2/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c_s390x", "product_id": "rhacm2/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a_s390x", "product": { "name": "rhacm2/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a_s390x", "product_id": "rhacm2/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210_s390x", "product": { "name": "rhacm2/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210_s390x", "product_id": "rhacm2/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774_s390x", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774_s390x", "product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7_s390x", "product": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7_s390x", "product_id": "rhacm2/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7_s390x", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15_s390x", "product": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15_s390x", "product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.9.6-4" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e_s390x", "product": { "name": "rhacm2/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e_s390x", "product_id": "rhacm2/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e_s390x", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601_s390x", "product": { "name": "rhacm2/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601_s390x", "product_id": "rhacm2/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601_s390x", "product_identification_helper": { "purl": "pkg:oci/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.9.6-7" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93_s390x", "product": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93_s390x", "product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93_s390x", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42_s390x", "product": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42_s390x", "product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42_s390x", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b_s390x", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b_s390x", "product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b_s390x", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333_s390x", "product": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333_s390x", "product_id": "rhacm2/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333_s390x", "product_identification_helper": { "purl": "pkg:oci/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db_s390x", "product": { "name": "rhacm2/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db_s390x", "product_id": "rhacm2/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db_s390x", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3_s390x", "product": { "name": "rhacm2/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3_s390x", "product_id": "rhacm2/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3_s390x", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46_s390x", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46_s390x", "product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46_s390x", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f_s390x", "product": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f_s390x", "product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b_s390x", "product": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b_s390x", "product_id": "rhacm2/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d_s390x", "product": { "name": "rhacm2/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d_s390x", "product_id": "rhacm2/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d_s390x", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.9.6-4" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68_s390x", "product": { "name": "rhacm2/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68_s390x", "product_id": "rhacm2/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68_s390x", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac_s390x", "product": { "name": "rhacm2/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac_s390x", "product_id": "rhacm2/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac_s390x", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b_s390x", "product": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b_s390x", "product_id": "rhacm2/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b_s390x", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441_s390x", "product": { "name": "rhacm2/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441_s390x", "product_id": "rhacm2/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441_s390x", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17_s390x", "product": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17_s390x", "product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a_s390x", "product": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a_s390x", "product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318_s390x", "product": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318_s390x", "product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a_s390x", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a_s390x", "product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365_s390x", "product": { "name": "rhacm2/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365_s390x", "product_id": "rhacm2/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365_s390x", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c_s390x", "product": { "name": "rhacm2/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c_s390x", "product_id": "rhacm2/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c_s390x", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07_s390x", "product": { "name": "rhacm2/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07_s390x", "product_id": "rhacm2/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07_s390x", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445_s390x", "product": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445_s390x", "product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445_s390x", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c_s390x", "product": { "name": "rhacm2/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c_s390x", "product_id": "rhacm2/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c_s390x", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf_s390x", "product": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf_s390x", "product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf_s390x", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b_s390x", "product": { "name": "rhacm2/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b_s390x", "product_id": "rhacm2/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b_s390x", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e_s390x", "product": { "name": "rhacm2/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e_s390x", "product_id": "rhacm2/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e_s390x", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.9.6-5" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719_s390x", "product": { "name": "rhacm2/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719_s390x", "product_id": "rhacm2/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719_s390x", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.9.6-6" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366_s390x", "product": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366_s390x", "product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366_s390x", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.9.6-5" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8_amd64" }, "product_reference": "rhacm2/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674_arm64" }, "product_reference": "rhacm2/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a_ppc64le" }, "product_reference": "rhacm2/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88_s390x" }, "product_reference": "rhacm2/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1_ppc64le" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168_arm64" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4_amd64" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691_s390x" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f_arm64" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6_s390x" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7_ppc64le" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6_amd64" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055_ppc64le" }, "product_reference": "rhacm2/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274_amd64" }, "product_reference": "rhacm2/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4_s390x" }, "product_reference": "rhacm2/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f_arm64" }, "product_reference": "rhacm2/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645_arm64" }, "product_reference": "rhacm2/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266_ppc64le" }, "product_reference": "rhacm2/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8_amd64" }, "product_reference": "rhacm2/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5_s390x" }, "product_reference": "rhacm2/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429_ppc64le" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8_s390x" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29_amd64" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9_s390x" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276_arm64" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9_ppc64le" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735_amd64" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7_s390x" }, "product_reference": "rhacm2/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159_arm64" }, "product_reference": "rhacm2/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a_amd64" }, "product_reference": "rhacm2/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f_ppc64le" }, "product_reference": "rhacm2/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c_s390x" }, "product_reference": "rhacm2/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a_arm64" }, "product_reference": "rhacm2/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a_ppc64le" }, "product_reference": "rhacm2/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a_amd64" }, "product_reference": "rhacm2/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc_ppc64le" }, "product_reference": "rhacm2/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb_amd64" }, "product_reference": "rhacm2/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371_arm64" }, "product_reference": "rhacm2/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a_s390x" }, "product_reference": "rhacm2/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7_ppc64le" }, "product_reference": "rhacm2/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210_s390x" }, "product_reference": "rhacm2/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a_arm64" }, "product_reference": "rhacm2/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2_amd64" }, "product_reference": "rhacm2/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809_arm64" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad_amd64" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774_s390x" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94_ppc64le" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8_ppc64le" }, "product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7_s390x" }, "product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9_amd64" }, "product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25_arm64" }, "product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced_arm64" }, "product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6_amd64" }, "product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6_ppc64le" }, "product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15_s390x" }, "product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e_s390x" }, "product_reference": "rhacm2/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91_amd64" }, "product_reference": "rhacm2/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e_arm64" }, "product_reference": "rhacm2/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026_ppc64le" }, "product_reference": "rhacm2/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34_arm64" }, "product_reference": "rhacm2/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601_s390x" }, "product_reference": "rhacm2/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4_amd64" }, "product_reference": "rhacm2/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e_ppc64le" }, "product_reference": "rhacm2/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331_arm64" }, "product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13_amd64" }, "product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93_s390x" }, "product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9_ppc64le" }, "product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672_amd64" }, "product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42_s390x" }, "product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759_arm64" }, "product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb_ppc64le" }, "product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c_ppc64le" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5_amd64" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d_arm64" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b_s390x" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5_amd64" }, "product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01_ppc64le" }, "product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333_s390x" }, "product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659_arm64" }, "product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db_s390x" }, "product_reference": "rhacm2/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0_amd64" }, "product_reference": "rhacm2/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35_ppc64le" }, "product_reference": "rhacm2/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec_arm64" }, "product_reference": "rhacm2/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548_amd64" }, "product_reference": "rhacm2/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a_arm64" }, "product_reference": "rhacm2/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3_ppc64le" }, "product_reference": "rhacm2/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3_s390x" }, "product_reference": "rhacm2/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46_s390x" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7_arm64" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e_amd64" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469_ppc64le" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4_arm64" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd_amd64" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f_s390x" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7_ppc64le" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70_ppc64le" }, "product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf_arm64" }, "product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b_amd64" }, "product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b_s390x" }, "product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614_arm64" }, "product_reference": "rhacm2/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c_ppc64le" }, "product_reference": "rhacm2/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68_s390x" }, "product_reference": "rhacm2/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e_amd64" }, "product_reference": "rhacm2/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d_s390x" }, "product_reference": "rhacm2/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708_ppc64le" }, "product_reference": "rhacm2/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227_arm64" }, "product_reference": "rhacm2/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212_amd64" }, "product_reference": "rhacm2/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac_s390x" }, "product_reference": "rhacm2/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e_ppc64le" }, "product_reference": "rhacm2/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01_arm64" }, "product_reference": "rhacm2/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627_amd64" }, "product_reference": "rhacm2/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac_ppc64le" }, "product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457_arm64" }, "product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce_amd64" }, "product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b_s390x" }, "product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17_s390x" }, "product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4_ppc64le" }, "product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19_arm64" }, "product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784_amd64" }, "product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0_arm64" }, "product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a_s390x" }, "product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc_amd64" }, "product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8_arm64" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318_s390x" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb_amd64" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f_arm64" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f_amd64" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a_s390x" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef_ppc64le" }, "product_reference": "rhacm2/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc_arm64" }, "product_reference": "rhacm2/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49_amd64" }, "product_reference": "rhacm2/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441_s390x" }, "product_reference": "rhacm2/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2_ppc64le" }, "product_reference": "rhacm2/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365_s390x" }, "product_reference": "rhacm2/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0_arm64" }, "product_reference": "rhacm2/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe_amd64" }, "product_reference": "rhacm2/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92_amd64" }, "product_reference": "rhacm2/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038_ppc64le" }, "product_reference": "rhacm2/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730_arm64" }, "product_reference": "rhacm2/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07_s390x" }, "product_reference": "rhacm2/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440_amd64" }, "product_reference": "rhacm2/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3_ppc64le" }, "product_reference": "rhacm2/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c_s390x" }, "product_reference": "rhacm2/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820_arm64" }, "product_reference": "rhacm2/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb_amd64" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84_arm64" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d_ppc64le" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445_s390x" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff_arm64" }, "product_reference": "rhacm2/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c_s390x" }, "product_reference": "rhacm2/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55_ppc64le" }, "product_reference": "rhacm2/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076_amd64" }, "product_reference": "rhacm2/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6_ppc64le" }, "product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf_s390x" }, "product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415_amd64" }, "product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e_arm64" }, "product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b_s390x" }, "product_reference": "rhacm2/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8_amd64" }, "product_reference": "rhacm2/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7_arm64" }, "product_reference": "rhacm2/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203_ppc64le" }, "product_reference": "rhacm2/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2_arm64" }, "product_reference": "rhacm2/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80_amd64" }, "product_reference": "rhacm2/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e_s390x" }, "product_reference": "rhacm2/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90_ppc64le" }, "product_reference": "rhacm2/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd_ppc64le" }, "product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2_amd64" }, "product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366_s390x" }, "product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479_arm64" }, "product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4_arm64" }, "product_reference": "rhacm2/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4_arm64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719_s390x" }, "product_reference": "rhacm2/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719_s390x", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb_amd64" }, "product_reference": "rhacm2/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb_amd64", "relates_to_product_reference": "8Base-RHACM-2.9" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8", "product_id": "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0_ppc64le" }, "product_reference": "rhacm2/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0_ppc64le", "relates_to_product_reference": "8Base-RHACM-2.9" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8_amd64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674_arm64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4_amd64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4_s390x", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8_amd64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809_arm64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774_s390x", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7_s390x", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9_amd64", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6_amd64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6_ppc64le", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91_amd64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e_arm64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026_ppc64le", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34_arm64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601_s390x", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4_amd64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e_ppc64le", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331_arm64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13_amd64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93_s390x", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9_ppc64le", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672_amd64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42_s390x", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759_arm64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5_amd64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d_arm64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5_amd64", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01_ppc64le", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659_arm64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db_s390x", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0_amd64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548_amd64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7_arm64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e_amd64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4_arm64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd_amd64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f_s390x", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf_arm64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b_amd64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614_arm64", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e_amd64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d_s390x", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227_arm64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212_amd64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac_s390x", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e_ppc64le", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01_arm64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac_ppc64le", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457_arm64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a_s390x", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef_ppc64le", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc_arm64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49_amd64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2_ppc64le", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0_arm64", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730_arm64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb_amd64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6_ppc64le", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf_s390x", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b_s390x", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8_amd64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203_ppc64le", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2_arm64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80_amd64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e_s390x", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2_amd64", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366_s390x", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719_s390x", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb_amd64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T03:22:29+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8_amd64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674_arm64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4_amd64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4_s390x", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8_amd64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809_arm64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774_s390x", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7_s390x", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9_amd64", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6_amd64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6_ppc64le", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91_amd64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e_arm64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026_ppc64le", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34_arm64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601_s390x", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4_amd64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e_ppc64le", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331_arm64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13_amd64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93_s390x", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9_ppc64le", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672_amd64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42_s390x", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759_arm64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5_amd64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d_arm64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5_amd64", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01_ppc64le", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659_arm64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db_s390x", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0_amd64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548_amd64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7_arm64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e_amd64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4_arm64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd_amd64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f_s390x", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf_arm64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b_amd64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614_arm64", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e_amd64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d_s390x", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227_arm64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212_amd64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac_s390x", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e_ppc64le", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01_arm64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac_ppc64le", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457_arm64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a_s390x", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef_ppc64le", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc_arm64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49_amd64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2_ppc64le", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0_arm64", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730_arm64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb_amd64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6_ppc64le", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf_s390x", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b_s390x", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8_amd64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203_ppc64le", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2_arm64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80_amd64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e_s390x", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2_amd64", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366_s390x", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719_s390x", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb_amd64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0576" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8_amd64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674_arm64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4_amd64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4_s390x", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8_amd64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809_arm64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774_s390x", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7_s390x", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9_amd64", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6_amd64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6_ppc64le", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91_amd64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e_arm64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026_ppc64le", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34_arm64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601_s390x", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4_amd64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e_ppc64le", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331_arm64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13_amd64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93_s390x", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9_ppc64le", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672_amd64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42_s390x", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759_arm64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5_amd64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d_arm64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5_amd64", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01_ppc64le", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659_arm64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db_s390x", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0_amd64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548_amd64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7_arm64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e_amd64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4_arm64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd_amd64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f_s390x", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf_arm64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b_amd64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614_arm64", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e_amd64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d_s390x", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227_arm64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212_amd64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac_s390x", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e_ppc64le", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01_arm64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac_ppc64le", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457_arm64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a_s390x", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef_ppc64le", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc_arm64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49_amd64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2_ppc64le", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0_arm64", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730_arm64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb_amd64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6_ppc64le", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf_s390x", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b_s390x", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8_amd64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203_ppc64le", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2_arm64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80_amd64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e_s390x", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2_amd64", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366_s390x", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719_s390x", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb_amd64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8_amd64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674_arm64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4_amd64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4_s390x", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8_amd64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809_arm64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774_s390x", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7_s390x", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9_amd64", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6_amd64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6_ppc64le", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91_amd64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e_arm64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026_ppc64le", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34_arm64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601_s390x", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4_amd64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e_ppc64le", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331_arm64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13_amd64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93_s390x", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9_ppc64le", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672_amd64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42_s390x", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759_arm64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5_amd64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d_arm64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5_amd64", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01_ppc64le", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659_arm64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db_s390x", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0_amd64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548_amd64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7_arm64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e_amd64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4_arm64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd_amd64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f_s390x", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf_arm64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b_amd64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614_arm64", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e_amd64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d_s390x", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227_arm64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212_amd64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac_s390x", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e_ppc64le", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01_arm64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac_ppc64le", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457_arm64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a_s390x", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef_ppc64le", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc_arm64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49_amd64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2_ppc64le", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0_arm64", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730_arm64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb_amd64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6_ppc64le", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf_s390x", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b_s390x", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8_amd64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203_ppc64le", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2_arm64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80_amd64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e_s390x", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2_amd64", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366_s390x", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719_s390x", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb_amd64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8_amd64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674_arm64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4_amd64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4_s390x", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8_amd64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809_arm64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774_s390x", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7_s390x", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9_amd64", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6_amd64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6_ppc64le", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91_amd64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e_arm64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026_ppc64le", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34_arm64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601_s390x", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4_amd64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e_ppc64le", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331_arm64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13_amd64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93_s390x", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9_ppc64le", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672_amd64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42_s390x", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759_arm64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5_amd64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d_arm64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5_amd64", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01_ppc64le", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659_arm64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db_s390x", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0_amd64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548_amd64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7_arm64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e_amd64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4_arm64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd_amd64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f_s390x", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf_arm64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b_amd64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614_arm64", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e_amd64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d_s390x", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227_arm64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212_amd64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac_s390x", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e_ppc64le", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01_arm64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac_ppc64le", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457_arm64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a_s390x", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef_ppc64le", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc_arm64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49_amd64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2_ppc64le", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0_arm64", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730_arm64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb_amd64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6_ppc64le", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf_s390x", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b_s390x", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8_amd64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203_ppc64le", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2_arm64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80_amd64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e_s390x", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2_amd64", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366_s390x", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719_s390x", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb_amd64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T03:22:29+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8_amd64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674_arm64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4_amd64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4_s390x", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8_amd64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809_arm64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774_s390x", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7_s390x", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9_amd64", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6_amd64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6_ppc64le", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91_amd64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e_arm64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026_ppc64le", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34_arm64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601_s390x", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4_amd64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e_ppc64le", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331_arm64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13_amd64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93_s390x", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9_ppc64le", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672_amd64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42_s390x", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759_arm64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5_amd64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d_arm64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5_amd64", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01_ppc64le", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659_arm64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db_s390x", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0_amd64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548_amd64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7_arm64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e_amd64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4_arm64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd_amd64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f_s390x", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf_arm64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b_amd64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614_arm64", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e_amd64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d_s390x", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227_arm64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212_amd64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac_s390x", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e_ppc64le", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01_arm64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac_ppc64le", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457_arm64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a_s390x", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef_ppc64le", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc_arm64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49_amd64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2_ppc64le", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0_arm64", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730_arm64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb_amd64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6_ppc64le", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf_s390x", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b_s390x", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8_amd64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203_ppc64le", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2_arm64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80_amd64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e_s390x", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2_amd64", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366_s390x", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719_s390x", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb_amd64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0576" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:5b7f50fa0a54b2fdbfd005e9d8b8f4f37b71f7770c8e51bb4cc0b3a209cddba8_amd64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:615dabd2de1900a9fd4bea0731b304ef299d82ebb0a69dadb2c19a7c63cff674_arm64", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:643f3485b17df78b79170d365f8b3f1765179e8bdabcedbb67a8d2ca681f744a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-cluster-permission-rhel8@sha256:691b7d7e59d69f1b7b1a63699d6e1f4dfdc313ed6a055e761ab1b0e4bf86fa88_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:69aa701de0523778b2d1a95956f9082ed4b4235d8b7fd9354ee7311e65c9d0e1_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:789723b216ff9e648890f1155bf1504388d5e9d0919f4a927a796e25eca3a168_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:bd47dfd943ebc50d323b72f54be2229774c4e981e89e7571b36c81c735aabbe4_amd64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d82dc52cdc76cf1594eb807102632bba7e51a0c425fae1549fe811f234986691_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:2dd1d2612a67992cb1a3619ba05e09925ae0f0e8f299fe73d4d649f91e667c6f_arm64", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:79c66730039d02a63ea286fbdae1d26409e779dc0e072edccbf96e7394e863d6_s390x", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:d030a4bee48c82880772ce46ddd8b9f158f31024e51c204822a72bef10da30f7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:e0187e1198fe509d953d8d15d5a8498591a77b395a1824869388fcf2b3a097f6_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:801a612a85803b0a8d1b2540a5a8882e04aa80f1fcde12a0be525cb8d3c72055_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:b22a0aef1d414339cbfcee61acb9ee35d7fb0c9142bfe765338f37fe0002f274_amd64", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:bf29e36882dd51a3927fb6e6c684f93f7e006bdb02a02bf6025bfad61767f6a4_s390x", "8Base-RHACM-2.9:rhacm2/acm-grafana-rhel8@sha256:d95673cf6c9e921cf46e4d6cecff2cb0d0cbc5afef4ab2139b33dcfaff5f700f_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:3240291c0d915d66765b7ac209ac0aad36c41d98413caa51b57be724c9719645_arm64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:4592d12bb962d4e5b0a4428bd31a990dc1bcc32a3feaea17fe5a5852e7c1e266_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:7a55f298a2efc909a89bafb218edaa2f28afe445e287bcb585f863dcad7636d8_amd64", "8Base-RHACM-2.9:rhacm2/acm-must-gather-rhel8@sha256:86d93f09c0f92eafccf7ffb14a5c745e98b9b4e42b0853ceabe10b38b2b984b5_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:39cc2028343478a1ab4a13afeaa3afc68b94289ed88c6ed2dfe5fbbd02d64429_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:834a4306585ca9c53e0077087c54dd223d5ee567875f2da99df640abca590eb8_s390x", "8Base-RHACM-2.9:rhacm2/acm-operator-bundle@sha256:88dd9d86f6c92d9fc063e42e08d30f7b0b43d0c9e34da212fb485db11ad71c29_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:22be55b1552169d78fb96a10ec7409a659ec40160671bae9f709d592636f9ab9_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:44a01659694372bad3fe6d7aff9215c6f068551251071e01610176bfe5ca6276_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:a9a1631a0666f7cbb540da19184ceeef983d21e0c87491c2fde317747ab885c9_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c2823bce6c32bc12973f220d3fae12e86a01cbd485093eb9ea9950949a965735_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:30c069a1d93faf4db5381ad6411a05584bdcf3d631dce1f5bdb4760a663f99d7_s390x", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:930a727d34880fb702b2320a8deeeaca34392fc6cbe0384e4d307121cc4ce159_arm64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:b7b07805f31d6fc572be247fd2c50d16f1dfbb147a00514a468a128825a58e0a_amd64", "8Base-RHACM-2.9:rhacm2/acm-prometheus-rhel8@sha256:ba07cccafe7171d8ae02cb9800825abd2f1012df8dc11a42755e6a1f3839d61f_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6614a7fecf1fd4abfe614d49eaa8bafa2a4ff6c65ed1f6c169c4a5c0354f516c_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:6eafbb9ce9d43b856e60ef3ebffaa92756ceec6ddb0ee9c15210f5c26ead349a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:7dff35cb61631b6180788a68535f5402e67e8df9dc5a0d3e248fff2d55fa698a_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-indexer-rhel8@sha256:9d69264fb6aa81e895d50782c684470671aa12741fca85a86b9a852ed6afd87a_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2a6b3a02a078facce10842520b5051c85bb05b118bc7ee10848f17ee9f85d7fc_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:2ee929099ba9c821d31ff7cb0bc26dd35a199d7e2a16854a01de7218c22c2afb_amd64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:d198e04fd03dac41d89c3361e313991ec738022e264292a5ad30d1ddd2b2d371_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-api-rhel8@sha256:fc3051ef611728e1df2c9c662ca8de4ea0df63aea5a375c0aec247e322d5904a_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:a5ba388df19fd26bdd0d485a07f786251bc2e40fff85e88052979c0bda0795b7_ppc64le", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c0d3197cf7cf7df6065d27981738fc7a10b0023c3dcd3d1cb5de91decaf3c210_s390x", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:c692c95f6bb78d3dc5c7ed0887d3e9c59e0bb97ca635a22466e7d57d512b9e9a_arm64", "8Base-RHACM-2.9:rhacm2/acm-search-v2-rhel8@sha256:ee851caa2179a73e1b2d75d3fd2e8aa9b79575c761f5c39b05aa038e7b28fbb2_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:32f2a375ab418baf5f2e228a1aa72ae495fc17bc561e4f888569a6987a22f809_arm64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:662da52806840cccfc0f25f233f1c823a0f839ffdf6fcde8b7c88b2602df93ad_amd64", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:8668f6bc62f7a93078a1f3cedda051ab18b4046b78e4cc8a239201c071ba5774_s390x", "8Base-RHACM-2.9:rhacm2/acm-volsync-addon-controller-rhel8@sha256:e79a47991944c46dfd1a134aaf4937f3a6638061e2f2971d04b7e4628895de94_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:0bcb04185b661d422d3e9371717d6b089027c309dcaee28a10c33506d1c93ca8_ppc64le", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:438e2d0070126c3b955581a3c22f6654334f187eae73b9e4ff2b0989657142b7_s390x", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:4b5f1cfa0a25532605a23f17be57599dd928f9073110e3b3c66ca853fb24bbc9_amd64", "8Base-RHACM-2.9:rhacm2/cert-policy-controller-rhel8@sha256:ad62de7151f7f73824a9dfc4c63d54799d95f3f1ac11c890c53c034f7f2fae25_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:1729443dd7bd53af15db39e681087a19fb9c4dccd4decb731429e31820364ced_arm64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:82f84f654e40e3b32664fcd8584f0573bff674b816eff9e2732623492b3d28b6_amd64", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:913f6125559d0dfd5b1c2cc472d12915e18452e6c5c51756928a861f4eef9df6_ppc64le", "8Base-RHACM-2.9:rhacm2/cluster-backup-rhel8-operator@sha256:ec8995875c35386e5a1bc116d318917ca97c4787635ae485f02172d01620bf15_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:007ef130be4f53e5ef0cf3873211eb3d6a90ca381ea23a4ffef2171592d6d46e_s390x", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:7e5c992cb85d4ec35361959f7acc4eedd72f778392159dc70cc00f4174b11c91_amd64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:8f9d2aec0ac9d3a68473ec1e894b6c02c73843906fbc1eb7006a67e90568767e_arm64", "8Base-RHACM-2.9:rhacm2/config-policy-controller-rhel8@sha256:c71963c5aa879517c73ad55e0497992a3dee3174651582a9ffecaa39b1f61026_ppc64le", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:60f38c8e45087d8a1bedd18830b4ca98536b4d832feb726b3429ddf2e1a77f34_arm64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:b56a27539dd91193cf807249bc383625d9845961047560775c6a53dd14135601_s390x", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:cf4a1a2f9499d853cca37fe9753dfc6a8f0d763af20a04d18ccb5b7a14d1e8d4_amd64", "8Base-RHACM-2.9:rhacm2/console-rhel8@sha256:ef50d6f64978f703373042cb01a7d65b17e90cec8b9878e3df8b641d7469234e_ppc64le", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:201fb630c9f1bb568720f02a9c204c7a47ea68c27bba47478bc635e1772bf331_arm64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:3dc18df3806c1d5aba5446b6e1dc3f75b661324ecbafe695972153b02e62fb13_amd64", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:6cab38bf704c1e9db536099d8b237b752fab66891a93047695110db8e2aade93_s390x", "8Base-RHACM-2.9:rhacm2/endpoint-monitoring-rhel8-operator@sha256:b5da3a9a3521712199d8061fddbb4305841902105393ef2c3c6b34e820a9d7a9_ppc64le", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:3cfea6d587e0f825cb573442c65c4f6cd650ab56567d461082cecec5b1eba672_amd64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:900d1ad54dab6ea9e4794620fd41833d4d000b5a0f7a8ce145a26500d74deb42_s390x", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:c4516aac6043633724776bb76e4ee6b6c9c8828d418344a088d9f97797ca7759_arm64", "8Base-RHACM-2.9:rhacm2/governance-policy-propagator-rhel8@sha256:fe5566954d2169c56451796d5f5aced57296ca1531fec6c507d617e02564e3fb_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:6d7f80c2b6244002789a1d78f70fa29e2de0ae77256eff967b352a5e78425a6c_ppc64le", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:acadd3ee6cc8a2a1702fc0c32e5e51bfebd8985a37e7ff825c75d4c8ee2145f5_amd64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:d9695a6e49130b6a374136e6cc31c20f15c4b9675c4cf32d13d5867ba2a74c9d_arm64", "8Base-RHACM-2.9:rhacm2/grafana-dashboard-loader-rhel8@sha256:f6fd9698d5a2c3920b2574fbff655d7f5ab0d806a8715af4e71cad05626dab5b_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:43fd575319700d3049a6330fd382f34bef3f25d1bbf2e93498cc80e4496123e5_amd64", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:633d55b53a4f61da1f6c4e7c61bcfcf561332a1afb28e87b867c1dbe4d736b01_ppc64le", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:812b5fd8d0c8b3fc023a0adfda7d172dbacf97072651885d13b07469376fe333_s390x", "8Base-RHACM-2.9:rhacm2/iam-policy-controller-rhel8@sha256:9d776bc3023eafe136e04fc6b75ccd85b816b02691e9c0638b777358affbc659_arm64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:307cc3a3ea25044655540969bfbbcda81ceb62a3aff9b1a102654de4c8cb27db_s390x", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:5aab7ede8bea8f5e1f49c68f6b3a7d10d4925b43b434ce1b7a0c68fc07818ed0_amd64", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:71924a251dd756aceeeb0db1c882b17d55467e77056509b1dd5cb9f55712ef35_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-client-rhel8@sha256:d41e805a58f5a4e4b8a9677ce1af51c0f74c028fb8efe057266cca24587fe0ec_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:2716b73c42f47b7b2e08ab4ea6717800dd69328959ba41d49dc1f4f555d3d548_amd64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:46d4f0a7b2173c13e7b8b37b241072e781c3014817ed11d9369976fdd270777a_arm64", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:9712ef4dc70b9ea975eab9665a9875e2e2289181988f9307a31ca80f1b6247b3_ppc64le", "8Base-RHACM-2.9:rhacm2/insights-metrics-rhel8@sha256:b116895d66c84472bf203d5d831fc647a29d47579dc68894a179152ff2b405d3_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:335553c84f0d5b9da3b1b1695fd74f7dd5c344cd51ca4611a75cfb82a797dd46_s390x", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:44019c1252ecf6bca965a142d3e1f1497fe89abdfcb46a2d7ff83babe8e59db7_arm64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:4f3144e2a30507f06412d457f1b0649336c49c579bd9eed717141fef0af8163e_amd64", "8Base-RHACM-2.9:rhacm2/klusterlet-addon-controller-rhel8@sha256:fae195e213b7a611db1b8658ca93b152a788fa71eb002fc2e41389f711a1e469_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:1189f4a8a9c353729cfee4519f8f6e798a297fccaf4b5354d12c76aad867acd4_arm64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:a56334e4e6200334bbc56d1ab23990cd2fdca36ce327fa57e444c3b9a5ada4cd_amd64", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:ae38d78239fd15c498392896310b871a921534f9b30fc17f802dcded434fa56f_s390x", "8Base-RHACM-2.9:rhacm2/kube-rbac-proxy-rhel8@sha256:c2fcb8f72d23cb7c82b5692f11e48463c4a8977621a6695e0bf25b6592cbb7e7_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:1fe9235103807a3c83d7efcdec85964b63b410762f2f47c763d86d12bc039b70_ppc64le", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:2cb87f059046b8a986daa28ef84d951bc7df7dc56df53e60fcbd0be3bdaabcaf_arm64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:89fd59ed6fa86fb06308176f4c040bae2c04d0bec39ba27a627e34a70e11953b_amd64", "8Base-RHACM-2.9:rhacm2/kube-state-metrics-rhel8@sha256:ac9bcf8b4aa72bff50984cce71322d6080e236456fc6aaa7e782ee6b42f90e6b_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:41647c0cd2b519b3664918247b80b6fe5acb8810d62cd48f83d4b13e14e7f614_arm64", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:6a23b24974902b085d6893931f9400ca1655e9f2a1116ed659bb47408c95c79c_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:c1c03542ad210ac8a3227cb49d885a8b5f90877e9ce31fb72bb27ee8cd6eee68_s390x", "8Base-RHACM-2.9:rhacm2/memcached-exporter-rhel8@sha256:e2776d609eae6f877d703553da2cda7555041cf32b4480e149fada881866273e_amd64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:43ea8b67aa67f96e4b09fcb2ef4995dd1053384186c8e6a4e20e034eaa5bcd8d_s390x", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:ae3c6500bb93dfd2149f5cd40c21fb35e0b9728514b91e2aa03192df33553708_ppc64le", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:b34e88dce31c5c9c2012d86f9db9b24fe623d19c3a828062e9197d1210b84227_arm64", "8Base-RHACM-2.9:rhacm2/memcached-rhel8@sha256:c92b1023dd2df85fcf05d4aae772a121c0969da612c60540ec0e5dfc67288212_amd64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:4417f20c3e7d29830c8fb83b7f8517d46c266c8b40d9d1721c94b6e40a3fcfac_s390x", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:55c00b9eecd2134b21c144eaba250efa95b416cacc95a7ed906b9eed05c2b64e_ppc64le", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:58bb281523307e342d913ec75ab5989186f61ce56689d54ff668b98af3ceeb01_arm64", "8Base-RHACM-2.9:rhacm2/metrics-collector-rhel8@sha256:ee152bdfddca78ec8341fcd0120cc69e0f44626f2b1d61642484474cba13c627_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:2ddbdf22f12b8a33cda40df7e2eff3c26d2bdf5aeccc884ff5412305695c42ac_ppc64le", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:4071261c8b55a4c3d546ff747776eb22feb3d653328b4a7c723d25533e951457_arm64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:5a41a20eb8d5b690fcafb8762b04d1bcee1770f925b833d1e344d71c1d430fce_amd64", "8Base-RHACM-2.9:rhacm2/multicloud-integrations-rhel8@sha256:7271ce1d9e519e1940c5d7e7ca04c7d16c9a603decb5627794817affe0c0ac1b_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:1c2583834b0d05503cd1f360deba8c127af81f7e8094b49007045c35d91ffe17_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:24fd18b82742be8301156671de20b7247221b6e7f718d54857bd6ce8c874ddc4_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:568eb5b0b7356b586b399bfc4c4c3114945ab7cc82cdb2245be217643c73fb19_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-observability-rhel8-operator@sha256:6d981e0dc3ac84aad879739575fa498d5e0f83782efc5e5df67622cf7c3eb784_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:04d2bab657b940aa2252f51c5ce7beeebcf50d81bd10eb8ad619aecbba3fcef0_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0de4ff273f9f2775ef484d5a3510fbbfe2a50ea4fd49c0da114e98d1e780f48a_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:0ec0a51002a0f01afeca11e60e4ba147a418dd01578869b32dcd0041af341515_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-application-rhel8@sha256:5e5714045cbf7c1a219fb70991839468362a25dc87be232add0bc89b4d2ae5dc_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:7e4a898d44139e0a1266a197177495175c9cddb3207f38e9c09a30a5760f0085_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:a3221c2b40dbf2ea69e787d69ff30a8ed3d53316da0e97a22a3293cfced1a5b8_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:b543110cf5b9d077bec0244eb34c81eacb5b836495be740627e11b6da94fa318_s390x", "8Base-RHACM-2.9:rhacm2/multicluster-operators-channel-rhel8@sha256:d4919beefa2863ced9679a735423507834dfa81cf09a253a0420346882aef0cb_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:1f81d7a9d705b322f2115358ca52c4c62e9f4034426605cf11694d21eb656e2f_ppc64le", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:33b9e25b6fa93fe587e650124a774d62a369336eb13cfebd36bff52591e82e7f_arm64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:6a84c68df2ac788aaf6a157aff78c7d380c0f5ac1c4101b4c4139ef673805e5f_amd64", "8Base-RHACM-2.9:rhacm2/multicluster-operators-subscription-rhel8@sha256:ded57a66cc819becc06769c36a277d0845bba3a91254ccebf81eff611a94308a_s390x", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:2ec0622ac24719a7cf220287adfe9d7f03234448fdb33874cc0239bf4a3af2ef_ppc64le", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3b1bc4365cf495adfd39dc222a29ea60d08338cc043ac1c2a8d0dbf3598620fc_arm64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:3f961b01fb0ce576077066d925556f30169023fa2a6d31aead61681e8f7d9c49_amd64", "8Base-RHACM-2.9:rhacm2/multiclusterhub-rhel8@sha256:6693eeaa70bbd51ec0006e6ba681ea647d832a28f45bf47d879981b9214df441_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:6fa3865696ae9fccd5221412a103c9ffc45a6153f5a51a709200847dfcf17ca2_ppc64le", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:8055cf0b104ce23e4102b14482dbf16eab77bac6d5dcee8cc7dab99fd35b5365_s390x", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:91009960b3341214dc3d19bc48de7f1b07fa6f6cccf631eff2ea313d8c20fec0_arm64", "8Base-RHACM-2.9:rhacm2/node-exporter-rhel8@sha256:e9d2b3e43449e41a669dfd78b307919a44d018992020d9eba948ae80b5d023fe_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:31f4f38f7fc25d28badee9f59035942affc62a2a2c2eda4e90baf89eb3ec9a92_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:456c5385cf06831169970ae5586f49f2e09beb675a643ae761489aefd1626038_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:5185dcdda99314add2bf26df66b5b0c06c983fd80e4f6f0c309bdb79346bc730_arm64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8-operator@sha256:7ae18fb0ae33b63ad7297726f54977418e35b2d1698f89d2bddf3c5308515f07_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:05f6309f581e1b509db4b1b1c5608551d5ce27c244cb7a6c3b1d349bf21e6440_amd64", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:61bd6f90f98826e888edb34f8e72a4ea3643360eb0d04aea06a4652b124404f3_ppc64le", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:731b91b3b92af807f115c02d6f00a631549aaae7c59ac783e6cba9752d58247c_s390x", "8Base-RHACM-2.9:rhacm2/observatorium-rhel8@sha256:78f19022ecf32769f096008b81cb559def1bc941d8d4392241630b7a47d71820_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:08d8b2517db4bbedb5ed4f34196d4c24ecec1d08bbc43fe0f981c510b45c10eb_amd64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:34d233f0602ae82e1fc722ad3c5dfe2cce2893f95f00cf1f934114e49cad4d84_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:ba4058346cfeec410df7942f59010cd15efaa97223defda2b2814ce86d53050d_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-alertmanager-rhel8@sha256:df53d7430bd7a85bd6829c530efbdd51c578fa62a32e14a3cb5b67cfda26a445_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:25310c9f88d826997d11d5888e92e1377ae223e8c0b8c6c0b8fbefcd6049c1ff_arm64", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a1f336c4d2a238168f96e41a800de2c5ad3315218119cf5e3945da1d785df45c_s390x", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5ac3689befcff8611ed219d07193c9959658c3c18a9adbe84df076208200e55_ppc64le", "8Base-RHACM-2.9:rhacm2/prometheus-rhel8@sha256:a5bde977014b185d3219a767c4a17154460d5a8501c52320a552b4ec316a5076_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:45d698da71fffe2a0a0c757af1752b84da556638f1f72a00536c2a574e2bdff6_ppc64le", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:47b705a75500bf712e88606e646afe79b4bf28910be4c4fde9ee87b5ee1d8acf_s390x", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:62ebe43225300e1e0d3137052ec2abed6bb8809a5c8202d0e802a3f340699415_amd64", "8Base-RHACM-2.9:rhacm2/rbac-query-proxy-rhel8@sha256:93303f058a1e553142c35c965af2db12e54b9780c421f254b364028966b6490e_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:977b9eef9b95250fa068a0060d2ccd132981f8582c0323e2b471a94951820c0b_s390x", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:c1de028c40767498f1bafdadd35191607234f3ac61d079b43d6974787d2a3cf8_amd64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:d0bdc0ce43c70919e7644a3206a60228d6930eb7e8a7f72b80b3c9b88977b1f7_arm64", "8Base-RHACM-2.9:rhacm2/search-collector-rhel8@sha256:eb868e0666dc52d6ffd9f2858af395651f3c94185f71d61c2c82d90db2a4b203_ppc64le", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:378a5846b67164dffaf47f73315f5c8b488f93d30aee3476f21436d83d1184a2_arm64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:9627fbd9dbafa6f9d55c993002d699c35325932200b0942461ec263cbc7efb80_amd64", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:bb663d80ebdc670e28b7bc7c786eba9f1a41bca65372806c7347f97a59805d2e_s390x", "8Base-RHACM-2.9:rhacm2/submariner-addon-rhel8@sha256:eef7706a909a3fcdb67a0a2b25eede9701e7f00fbd476f68612a3248c1568c90_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:0408c681c38edf0353d5dbc3fc2e4bcb6f9059cb4e35ffc8ee179e47ee9c2afd_ppc64le", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:495e8990164d93de781dbfb71a04f067cbdbd06c15a4f55c44232399f6e28ba2_amd64", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:948e12eaba9f6263c9877d35bc7d6bf5a4e8a33d01a71a79288c8a5b386bd366_s390x", "8Base-RHACM-2.9:rhacm2/thanos-receive-controller-rhel8@sha256:af0add787325176e9f47b598786beb154e52534a4f825bfb84cb22009b8ab479_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:3712771b16dd32d41c640b5afcad0ee8df5d16cf3ec7e496072935344d11eda4_arm64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:7e4c096dc044039b2b6d82cbaf3dbd6d0eb65a159f08cfba0a88ebf004876719_s390x", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:88135c10e44fbc1ee39ef45771daf0624cb4d1ed8ef52b0a3ec611165fcadcdb_amd64", "8Base-RHACM-2.9:rhacm2/thanos-rhel8@sha256:f0a9b7f3106d7051be1b3fc81d19f1173c5434ddd6d431ed7233af2e966f6cd0_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:0522
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "A new version of Red Hat OpenShift distributed tracing platform (Jaeger) has been released", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift distributed tracing platform based on Jaeger. Jaeger is a project inspired by Dapper and OpenZipkin. It is a distributed tracing system released as open source by Uber Technologies. It is used for monitoring and troubleshooting microservices-based distributed systems.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0522", "url": "https://access.redhat.com/errata/RHSA-2025:0522" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/distributed_tracing/distributed-tracing-platform-jaeger", "url": "https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/distributed_tracing/distributed-tracing-platform-jaeger" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0522.json" } ], "title": "Red Hat Security Advisory: Red Hat OpenShift distributed tracing platform (Jaeger) 3.4 release", "tracking": { "current_release_date": "2025-02-20T11:26:46+00:00", "generator": { "date": "2025-02-20T11:26:46+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0522", "initial_release_date": "2025-01-21T15:04:18+00:00", "revision_history": [ { "date": "2025-01-21T15:04:18+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-21T15:04:18+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:46+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift distributed tracing 3.4", "product": { "name": "Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_distributed_tracing:3.4::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift distributed tracing" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37_amd64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37_amd64", "product_id": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-agent-rhel8@sha256%3A8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:cb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762_amd64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:cb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762_amd64", "product_id": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:cb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256%3Acb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317_amd64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317_amd64", "product_id": "registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-operator-bundle@sha256%3A665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5_amd64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5_amd64", "product_id": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-collector-rhel8@sha256%3A46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a_amd64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a_amd64", "product_id": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256%3A56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:f62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4_amd64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:f62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4_amd64", "product_id": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:f62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256%3Af62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0_amd64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0_amd64", "product_id": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-ingester-rhel8@sha256%3A51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032_amd64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032_amd64", "product_id": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-rhel8-operator@sha256%3A7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3_amd64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3_amd64", "product_id": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3_amd64", "product_identification_helper": { "purl": "pkg:oci/jaeger-query-rhel8@sha256%3A1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2_arm64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2_arm64", "product_id": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2_arm64", "product_identification_helper": { "purl": "pkg:oci/jaeger-agent-rhel8@sha256%3A36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ddddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72_arm64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ddddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72_arm64", "product_id": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ddddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72_arm64", "product_identification_helper": { "purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256%3Addddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c_arm64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c_arm64", "product_id": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c_arm64", "product_identification_helper": { "purl": "pkg:oci/jaeger-collector-rhel8@sha256%3A86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7_arm64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7_arm64", "product_id": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7_arm64", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256%3A7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:e4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c_arm64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:e4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c_arm64", "product_id": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:e4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c_arm64", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256%3Ae4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418_arm64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418_arm64", "product_id": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418_arm64", "product_identification_helper": { "purl": "pkg:oci/jaeger-ingester-rhel8@sha256%3A896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994_arm64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994_arm64", "product_id": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994_arm64", "product_identification_helper": { "purl": "pkg:oci/jaeger-rhel8-operator@sha256%3A21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7_arm64", "product": { "name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7_arm64", "product_id": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7_arm64", "product_identification_helper": { "purl": "pkg:oci/jaeger-query-rhel8@sha256%3Ae2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:f0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:f0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f_ppc64le", "product_id": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:f0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-agent-rhel8@sha256%3Af0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b_ppc64le", "product_id": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256%3A3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:a8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:a8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909_ppc64le", "product_id": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:a8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-collector-rhel8@sha256%3Aa8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e_ppc64le", "product_id": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256%3A1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b_ppc64le", "product_id": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256%3A28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb_ppc64le", "product_id": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-ingester-rhel8@sha256%3A7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f_ppc64le", "product_id": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-rhel8-operator@sha256%3A3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588_ppc64le", "product_id": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588_ppc64le", "product_identification_helper": { "purl": "pkg:oci/jaeger-query-rhel8@sha256%3Ae43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:fa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960_s390x", "product": { "name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:fa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960_s390x", "product_id": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:fa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-agent-rhel8@sha256%3Afa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031_s390x", "product": { "name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031_s390x", "product_id": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256%3Aed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df_s390x", "product": { "name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df_s390x", "product_id": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-collector-rhel8@sha256%3A5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad_s390x", "product": { "name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad_s390x", "product_id": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256%3Af9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c_s390x", "product": { "name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c_s390x", "product_id": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256%3Aa63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209_s390x", "product": { "name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209_s390x", "product_id": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-ingester-rhel8@sha256%3Ab859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:b48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4_s390x", "product": { "name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:b48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4_s390x", "product_id": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:b48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-rhel8-operator@sha256%3Ab48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:eaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc_s390x", "product": { "name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:eaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc_s390x", "product_id": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:eaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc_s390x", "product_identification_helper": { "purl": "pkg:oci/jaeger-query-rhel8@sha256%3Aeaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2_arm64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37_amd64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:f0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:f0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:f0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:fa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:fa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960_s390x" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:fa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:cb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:cb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762_amd64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:cb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ddddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ddddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72_arm64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ddddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031_s390x" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5_amd64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df_s390x" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c_arm64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:a8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:a8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:a8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a_amd64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7_arm64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad_s390x" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c_s390x" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:e4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:e4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c_arm64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:e4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:f62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:f62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4_amd64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:f62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0_amd64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418_arm64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209_s390x" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317_amd64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3_amd64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7_arm64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:eaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:eaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc_s390x" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:eaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994_arm64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032_amd64" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:b48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:b48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4_s390x" }, "product_reference": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:b48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:b48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4_s390x" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:f0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:fa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:cb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ddddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:a8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:e4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:f62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:eaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc_s390x" ], "known_not_affected": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:b48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T15:04:18+00:00", "details": "For details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/h tml/operators/administrator-tasks#olm-upgrading-operators", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:f0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:fa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:cb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ddddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:a8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:e4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:f62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:eaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0522" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:f0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:fa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:cb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ddddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:a8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:e4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:f62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:eaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:b48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4_s390x" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:f0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:fa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:cb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ddddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:a8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:e4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:f62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:eaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:b48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:f0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:fa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:cb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ddddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:a8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:e4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:f62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:eaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:b48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4_s390x" ], "known_not_affected": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-21T15:04:18+00:00", "details": "For details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/h tml/operators/administrator-tasks#olm-upgrading-operators", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:f0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:fa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:cb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ddddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:a8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:e4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:f62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:eaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:b48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0522" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:36911a85237e694a9d25b1d552099ac7b8857885df699321b342e896d6cda2a2_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:8aaadb49a5e00db67cd07a54ad5c2ab1867a0e381cf55e844f6a136eaa53ab37_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:f0467dba748db0e36cba44258502f2fe64806444a50f4684d0d1078d34932a6f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:fa02064a1c6f5571ce31054e66ea21c67bfed03fa8309182e0e2380e3249c960_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:3e3d042ca0846b586fd71f1ebb031cca079b2fa7a30dbf71f809b6bcb910244b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:cb0c08a16a23196aaee5a3465b96eb9ea20a6867bd2fff35368563c2184dc762_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ddddee551b77222714cd9a9e47752e171cc900623bd77800269dead71452fe72_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:ed7a17795034bc7a7727557fb002fdeb2ba32cd19afb13726567dd4231517031_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:46fa583c12ade492eac2b7f21f22554af4647dd6383a5e2f8f5fc44929a746b5_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:5ed2e26a0997a3c9707851370dd701f1b921683c250f22dd8fbf42fa2ba504df_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:86434a3a8b3213be2f9e5937d3bfc956e843a8c5e3434db5309f413b8d505b8c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:a8baa99bcc8a138eac44c74dd93dc67399d39124266f193fb4bb6152b2168909_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:1f153c0a469504735e08a6ca0b4f2c40abd2544ddcaf8d319ebc184ca90fbb5e_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:56e4c319d7c125148913e556564adc4a463cc6ec9763f8acc3c25dd2030b174a_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:7619729065c5e34d88cfdaab6ed2fded897921e463d767b5d15b6d182e9e05a7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:f9cec96a7c2d3f78d39b801d4fc1849e9b81cd0b07d8646ec26d75e8dd60a0ad_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:28ba5c7fea09ad97ab13905092e49790a1462371588fc1372d7dd46b4ca09b7b_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a63888f881b136cfaf7a4ee8f3498dd508a117363035385bebe361463bd1425c_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:e4c891e4398e4b555d66a1c8fa5e38ce75b3105eda3e86b6cfac5807fb30714c_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:f62e2ec352dfbb90d2130f3197c0a4347fa5c60c383fdd07dbcc520d6a1c28c4_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:51354e4725847b641213aa4e7a1582131d81bc1b0a0613cfd97941087c80aaa0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:7b8a8d0473bd85405ebaa62a37458dbe0a48bd0b2963af9fcf09a5642fef2cdb_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:896db45925184a018bd68e966b83f5257730843832e3f3cc024bcf196f73b418_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b859148721ef0e1858586cc34ed89d005c64167e340de3a7702090c89d9d1209_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:665af6eb855ed08e7838035e6748f3a137ae6801023a93c82fcaff4b736fd317_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:1f13668479ff701caaf6bc9d3ff27234ceecf6f10eed81dc5ece1b380b4e15f3_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e2ce69e75bf84535e96496d401a16a45bb6685e622f5b327d69d5afdf22519e7_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:e43141b1a9c43505ed9e993d146949b7408dd957e5006c497122278ed1f61588_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:eaea4dc18044bfaaa1991ed68d8e9364c5ed2c90611270ed107e0a63a4a77fbc_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:21ca09549d861d2525d5eecc22cd2be58bc6a497d75e63c27ae9a943e6315994_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:3087b2c66b04b6877bbd7c104c70cea5f7c692b6137c96751ccbff726886676f_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:7401dc7124e10ef4d9c8dc195c975543551c55b211e253a1ff19ae6586b43032_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:b48ab8e510e1f9a632a6fbf08cbebeb30597f29a199473022f3b4550684587a4_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:0577
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat multicluster global hub 1.3.2 general availability and release images\nprovide enhancements, security fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat multicluster global hub 1.3.2 images\n\nThis advisory contains the container images for Red Hat multicluster\nglobal hub. These container images provide enhancements. \n\nThis advisory contains enhancements and updates to the global hub \ncontainer images.\n\nSecurity fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause\nauthorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0577", "url": "https://access.redhat.com/errata/RHSA-2025:0577" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "ACM-16468", "url": "https://issues.redhat.com/browse/ACM-16468" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0577.json" } ], "title": "Red Hat Security Advisory: Red Hat multicluster global hub 1.3.2 enhancements and container updates", "tracking": { "current_release_date": "2025-02-20T11:26:28+00:00", "generator": { "date": "2025-02-20T11:26:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0577", "initial_release_date": "2025-01-22T01:32:21+00:00", "revision_history": [ { "date": "2025-01-22T01:32:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-22T01:32:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:28+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "multicluster-globalhub 1.3 for RHEL 9", "product": { "name": "multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:multicluster_globalhub:1.3::el9" } } } ], "category": "product_family", "name": "multicluster-globalhub" }, { "branches": [ { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d_amd64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d_amd64", "product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392_amd64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392_amd64", "product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0_amd64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0_amd64", "product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.2-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb_amd64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb_amd64", "product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e_amd64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e_amd64", "product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.2-6" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e_amd64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e_amd64", "product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146_amd64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146_amd64", "product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.2-3" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507_ppc64le", "product": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507_ppc64le", "product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7_ppc64le", "product": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7_ppc64le", "product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3_ppc64le", "product": { "name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3_ppc64le", "product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.2-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c_ppc64le", "product": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c_ppc64le", "product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8_ppc64le", "product": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8_ppc64le", "product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.2-6" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc_ppc64le", "product": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc_ppc64le", "product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783_ppc64le", "product": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783_ppc64le", "product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.2-3" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9_arm64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9_arm64", "product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95_arm64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95_arm64", "product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9_arm64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9_arm64", "product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.2-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38_arm64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38_arm64", "product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33_arm64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33_arm64", "product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.2-6" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87_arm64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87_arm64", "product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e_arm64", "product": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e_arm64", "product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.2-3" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1_s390x", "product": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1_s390x", "product_id": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e_s390x", "product": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e_s390x", "product_id": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f_s390x", "product": { "name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f_s390x", "product_id": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9\u0026tag=v1.3.2-3" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454_s390x", "product": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454_s390x", "product_id": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c_s390x", "product": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c_s390x", "product_id": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle\u0026tag=v1.3.2-6" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984_s390x", "product": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984_s390x", "product_id": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator\u0026tag=v1.3.2-4" } } }, { "category": "product_version", "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167_s390x", "product": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167_s390x", "product_id": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9\u0026tag=v1.3.2-3" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d_amd64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d_amd64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507_ppc64le" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507_ppc64le", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9_arm64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9_arm64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1_s390x as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1_s390x" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1_s390x", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95_arm64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95_arm64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7_ppc64le" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7_ppc64le", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392_amd64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392_amd64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e_s390x as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e_s390x" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e_s390x", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0_amd64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0_amd64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3_ppc64le" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3_ppc64le", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f_s390x as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f_s390x" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f_s390x", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9_arm64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9_arm64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb_amd64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb_amd64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c_ppc64le" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c_ppc64le", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38_arm64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38_arm64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454_s390x as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454_s390x" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454_s390x", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e_amd64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e_amd64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8_ppc64le" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8_ppc64le", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33_arm64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33_arm64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c_s390x as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c_s390x" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c_s390x", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146_amd64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146_amd64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167_s390x as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167_s390x" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167_s390x", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e_arm64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e_arm64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783_ppc64le" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783_ppc64le", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984_s390x as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984_s390x" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984_s390x", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc_ppc64le as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc_ppc64le" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc_ppc64le", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e_amd64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e_amd64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e_amd64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87_arm64 as a component of multicluster-globalhub 1.3 for RHEL 9", "product_id": "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87_arm64" }, "product_reference": "multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87_arm64", "relates_to_product_reference": "9Base-multicluster-globalhub-1.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T01:32:21+00:00", "details": "Before you apply this update, make sure all the earlier released erratas are\nrelevant and have been applied to your system.\n\nSee the multicluster global hub product documentation for more information:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/multicluster_global_hub/index", "product_ids": [ "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0577" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T01:32:21+00:00", "details": "Before you apply this update, make sure all the earlier released erratas are\nrelevant and have been applied to your system.\n\nSee the multicluster global hub product documentation for more information:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/multicluster_global_hub/index", "product_ids": [ "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0577" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:31807e7bf7ffb6e0af5b712b457a3d08e5fa5b6226b2716507cba3b943e2350d_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:915b21c4da77c85256cd3c85f743cbb898844164643cf306396510b5a56de507_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9cefca3314ca01a16aaafa13e273bfb2b4c52366a6b2459207cb92ce3c909be9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9f590dd38a6efaebc80347c2c9f791dfe3d53c145084f167133d88fe1ad536d1_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1ef88d295850ec5b9032d8b9363e9e9159c9d72a9e197c41eea132c3430c8c95_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61dce3a1ca2712f1c0cebd647f2f4e60ec66d64bda21de05dbb4f4f53e76d6f7_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7397431ef3364ced0e849968fca713d7ec66e65ba398c552bf62a914b6dfa392_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ed9320bccad398dd1a2ce7e6c8b870123f1b169a03d8e82360c2231813655d0e_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:3fbe1053c181088b13507ea393321a7629274ba0988dcb557fccbf9108b982c0_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:85d00d0f5abab2ffd7c4606405335b66f98e6c31247f2235c7aedc00a163e0a3_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9bed439c770d9a595c851ac18fe490f889e0ed7bfba54cad8406ab8303825b9f_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-kessel-inventory-api-rhel9@sha256:9f15a121d60573f04f8610d8781d37f5f660096fe382982a38b9149e84cfaca9_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:18f7ad1bc7a9058153600f13e73c60a3bc3c533e613c03bf95ee7bbeb1cc5bfb_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:237def62c9050550bfc0dc45ff0d618a7cae17fc251cb732af2a530ec2ad4a0c_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:85cd1a10daf5213b5f9eeba79f8cfcebc126a39a735f07bd8b5adf7dc04fef38_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:97ac00e1be1f9e8b4162889d1e6cd10ca7574a1f7ff3b3fdc1a56c019dfc8454_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:66d9fc989031ad5e18c32a098e8c8a4476a55a490be21be1f5853f491b314a3e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:81d683b1267eb710471d88a8f4d1d2639fc82387e163c720bc2477bd0d2072b8_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:ef551dc139eb1ee2eb8c89d91dafd1dacf665a86dfd9d93fc742ac3564460b33_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:f908d7a3053aed87291b315cbf9a9c96dc905b0eca88e86d61024760760e094c_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:6c791d9455e45619be6c621e8da4c5f8ee9a79d091a6a85210ab354ee5145146_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:7301980fbdffd4f2bdc39c1c61935044d4101134ece7e6753a4d58bfc0f2f167_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:97716544f06f5f273ebe9b798e9ea447d154f77715856554ad16cbe0b40cd18e_arm64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:c6e64d252f2e0383ce2aa28b3ca5542569a7778fb9ec683af5cdc65c9038b783_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ab94c51d19ffb5d0dc6628fef10425c93912ceef3e331d98141b3c8a73611984_s390x", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b2691b64e3f2a8e96709027ccadc580a38856d86f09dc1a9bad6cc756d5889bc_ppc64le", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:b6d552cbf8a4e75c05019b7d9d66e53007037fcb911b384720316228325c203e_amd64", "9Base-multicluster-globalhub-1.3:multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:dd981b5c0d8537bf07d48bbdfe16712e9ffe5ebdf912d9e869028eb4cb6dfd87_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:0370
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "A new version of Red Hat build of OpenTelemetry has been released", "title": "Topic" }, { "category": "general", "text": "Red Hat build of OpenTelemetry is a collection of tools, APIs, and SDKs. You use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software\u0027s performance and behavior.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0370", "url": "https://access.redhat.com/errata/RHSA-2025:0370" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/red_hat_build_of_opentelemetry", "url": "https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/red_hat_build_of_opentelemetry" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0370.json" } ], "title": "Red Hat Security Advisory: Red Hat build of OpenTelemetry 3.4 release", "tracking": { "current_release_date": "2025-02-20T11:26:51+00:00", "generator": { "date": "2025-02-20T11:26:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0370", "initial_release_date": "2025-01-16T11:44:17+00:00", "revision_history": [ { "date": "2025-01-16T11:44:17+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-16T11:44:17+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:51+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift distributed tracing 3.4", "product": { "name": "Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_distributed_tracing:3.4::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift distributed tracing" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:cb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0_amd64", "product": { "name": "registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:cb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0_amd64", "product_id": "registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:cb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0_amd64", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-operator-bundle@sha256%3Acb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:f30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160_amd64", "product": { "name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:f30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160_amd64", "product_id": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:f30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160_amd64", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-collector-rhel8@sha256%3Af30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6_amd64", "product": { "name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6_amd64", "product_id": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6_amd64", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-rhel8-operator@sha256%3A4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:b6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962_amd64", "product": { "name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:b6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962_amd64", "product_id": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:b6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962_amd64", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-target-allocator-rhel8@sha256%3Ab6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe_arm64", "product": { "name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe_arm64", "product_id": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe_arm64", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-collector-rhel8@sha256%3A258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a_arm64", "product": { "name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a_arm64", "product_id": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a_arm64", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-rhel8-operator@sha256%3A83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5_arm64", "product": { "name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5_arm64", "product_id": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5_arm64", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-target-allocator-rhel8@sha256%3A90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8_ppc64le", "product_id": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-collector-rhel8@sha256%3A7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094_ppc64le", "product_id": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094_ppc64le", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-rhel8-operator@sha256%3A3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85_ppc64le", "product": { "name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85_ppc64le", "product_id": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85_ppc64le", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-target-allocator-rhel8@sha256%3A4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:e1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3_s390x", "product": { "name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:e1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3_s390x", "product_id": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:e1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3_s390x", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-collector-rhel8@sha256%3Ae1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:a29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca_s390x", "product": { "name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:a29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca_s390x", "product_id": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:a29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca_s390x", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-rhel8-operator@sha256%3Aa29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } }, { "category": "product_version", "name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d_s390x", "product": { "name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d_s390x", "product_id": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d_s390x", "product_identification_helper": { "purl": "pkg:oci/opentelemetry-target-allocator-rhel8@sha256%3A46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe_arm64" }, "product_reference": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:e1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:e1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3_s390x" }, "product_reference": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:e1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:f30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:f30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160_amd64" }, "product_reference": "registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:f30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:cb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:cb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0_amd64" }, "product_reference": "registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:cb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6_amd64" }, "product_reference": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a_arm64" }, "product_reference": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:a29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:a29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca_s390x" }, "product_reference": "registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:a29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85_ppc64le as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85_ppc64le" }, "product_reference": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85_ppc64le", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d_s390x as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d_s390x" }, "product_reference": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d_s390x", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5_arm64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5_arm64" }, "product_reference": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5_arm64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:b6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962_amd64 as a component of Red Hat OpenShift distributed tracing 3.4", "product_id": "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:b6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962_amd64" }, "product_reference": "registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:b6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962_amd64", "relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:cb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:a29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:b6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:e1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:f30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160_amd64" ], "known_not_affected": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:cb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:a29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:b6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-16T11:44:17+00:00", "details": "For details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/h tml/operators/administrator-tasks#olm-upgrading-operators", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:e1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:f30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0370" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:e1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:f30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:cb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:a29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:b6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:e1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:f30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:cb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:a29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:b6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:cb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:a29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:b6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:e1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:f30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160_amd64" ], "known_not_affected": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:cb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:a29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:b6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-16T11:44:17+00:00", "details": "For details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/h tml/operators/administrator-tasks#olm-upgrading-operators", "product_ids": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:e1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:f30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0370" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:258ce27da831a29ebbafbf1a6c0432f7ba4a8ee5c129ee22ff3c7746244ebbfe_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:7682ca488e66e62939d079730565ba1c7c6bf7b80ced478dad68bb22ec1daca8_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:e1acce6898ac6aa79d3fd4d7cbec12f48ef61e84339d87d9e33499796f566da3_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-collector-rhel8@sha256:f30f739a0335ac75001da6b1559ea1ac14290ed1abbaa93cb0a3fd2738ae4160_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-operator-bundle@sha256:cb2e6a39d5f5fbf3833625dacd8fb4234a9cf46a75c0b753598c7b0dabf723f0_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:3a32097ceb8a30fdb9328b8139028b6ecc6f1a63ce663c93a94796d8f381d094_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:4c292ceb06bee218911c4325a25efafdb5f82d4ae1d4298fb1ed025183e31eb6_amd64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:83d835b3df0353b3bce10c55df5cf6eeaee02fdf25c1c7c1151151598d14b90a_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-rhel8-operator@sha256:a29ae4d725a82e622644cfa3a133f1599f79a1f3fda5d3d0ed677243b7cc55ca_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:4660dc63a61e5711ba75e99f85cad1a120d555ba1a877cb19523ebe6b370ab85_ppc64le", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:46bf0de18572f6930840bd578e329e81d53066b5000fbeed7219676675c9d51d_s390x", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:90e354d25291d0c312a6cbfeb66c5746d93fa76ba992ba969db5ce9f61f730d5_arm64", "Red Hat OpenShift distributed tracing 3.4:registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8@sha256:b6cf020d7a4fd54d1196da1b5d6362d2318fa28d0ce24307f77214c9c0796962_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:0645
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.15.44 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.15.\n\nRed Hat Product Security has rated this update as having a security impact of IMPORTANT. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.15.44. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:0646\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may\ncause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.15/updating/updating_a_cluster/updating-cluster-cli.html", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0645", "url": "https://access.redhat.com/errata/RHSA-2025:0645" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "OCPBUGS-47650", "url": "https://issues.redhat.com/browse/OCPBUGS-47650" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0645.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.44 security update", "tracking": { "current_release_date": "2025-02-20T11:27:03+00:00", "generator": { "date": "2025-02-20T11:27:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0645", "initial_release_date": "2025-01-29T16:41:46+00:00", "revision_history": [ { "date": "2025-01-29T16:41:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-29T16:41:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:27:03+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.15", "product": { "name": "Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.15::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.15", "product": { "name": "Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.15::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8_ppc64le", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8_ppc64le", "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.15.0-202501201506.p0.g89ac857.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5_ppc64le", "product": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5_ppc64le", "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.gabdfb61.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c_ppc64le", "product": { "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c_ppc64le", "product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.15.0-202501201335.p0.g24dc8c5.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13_ppc64le", "product": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13_ppc64le", "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.g135f832.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb_ppc64le", "product": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb_ppc64le", "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.gcc4f213.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba_ppc64le", "product": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba_ppc64le", "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba_ppc64le", "product_identification_helper": { "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.15.0-202501220035.p0.g90ddde0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac_ppc64le", "product": { "name": "openshift4/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac_ppc64le", "product_id": "openshift4/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.15.0-202501150635.p0.g52fc4b9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd_ppc64le", "product": { "name": "openshift4/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd_ppc64le", "product_id": "openshift4/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.15.0-202501150635.p0.gcc7901f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd_ppc64le", "product": { "name": "openshift4/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd_ppc64le", "product_id": "openshift4/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.15.0-202501150635.p0.g87c23b5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0_ppc64le", "product": { "name": "openshift4/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0_ppc64le", "product_id": "openshift4/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.15.0-202501150635.p0.g87c23b5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60_ppc64le", "product": { "name": "openshift4/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60_ppc64le", "product_id": "openshift4/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.15.0-202501150635.p0.g52fc4b9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e_ppc64le", "product": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e_ppc64le", "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.15.0-202501220035.p0.g52fc4b9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db_ppc64le", "product": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db_ppc64le", "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.15.0-202501220834.p0.g2935369.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.15.0-202501150635.p0.g260a085.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686_ppc64le", "product": { "name": "openshift4/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686_ppc64le", "product_id": "openshift4/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.15.0-202501151636.p0.g87c23b5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03_ppc64le", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03_ppc64le", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.15.0-202501150635.p0.gfee632a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434_ppc64le", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434_ppc64le", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.ga923e95.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c_ppc64le", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c_ppc64le", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.15.0-202501220035.p0.g0d290b4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47_ppc64le", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47_ppc64le", "product_id": "openshift4/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.15.0-202501201506.p0.ga258c30.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71_ppc64le", "product": { "name": "openshift4/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71_ppc64le", "product_id": "openshift4/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71_ppc64le", "product_identification_helper": { "purl": "pkg:oci/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.g359620b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3_ppc64le", "product": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3_ppc64le", "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.15.0-202501201506.p0.gc0249a6.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33_ppc64le", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33_ppc64le", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.15.0-202501150635.p0.gd7f540b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30_ppc64le", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30_ppc64le", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.gef602a5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425_ppc64le", "product": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425_ppc64le", "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.15.0-202501150635.p0.gef602a5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8_ppc64le", "product": { "name": "openshift4/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8_ppc64le", "product_id": "openshift4/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=v4.15.0-202501201506.p0.gc0249a6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e_ppc64le", "product": { "name": "openshift4/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e_ppc64le", "product_id": "openshift4/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.15.0-202501152035.p0.g1bca49e.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36_ppc64le", "product": { "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36_ppc64le", "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.15.0-202501201335.p0.g6d1554d.assembly.stream.el9" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210_arm64", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210_arm64", "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.15.0-202501201506.p0.g89ac857.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236_arm64", "product": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236_arm64", "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.gabdfb61.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14_arm64", "product": { "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14_arm64", "product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.15.0-202501201335.p0.g24dc8c5.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e_arm64", "product": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e_arm64", "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e_arm64", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.g135f832.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9_arm64", "product": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9_arm64", "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.gcc4f213.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7_arm64", "product": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7_arm64", "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7_arm64", "product_identification_helper": { "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.15.0-202501220035.p0.g90ddde0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022_arm64", "product": { "name": "openshift4/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022_arm64", "product_id": "openshift4/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.15.0-202501150635.p0.g52fc4b9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9_arm64", "product": { "name": "openshift4/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9_arm64", "product_id": "openshift4/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.15.0-202501150635.p0.gcc7901f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a_arm64", "product": { "name": "openshift4/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a_arm64", "product_id": "openshift4/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.15.0-202501150635.p0.g87c23b5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618_arm64", "product": { "name": "openshift4/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618_arm64", "product_id": "openshift4/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.15.0-202501150635.p0.g87c23b5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b_arm64", "product": { "name": "openshift4/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b_arm64", "product_id": "openshift4/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.15.0-202501150635.p0.g52fc4b9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07_arm64", "product": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07_arm64", "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.15.0-202501220035.p0.g52fc4b9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d_arm64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d_arm64", "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=v4.15.0-202501150635.p0.g129acea.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f_arm64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f_arm64", "product_id": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.gb0f13a0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878_arm64", "product": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878_arm64", "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.15.0-202501220834.p0.g2935369.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.15.0-202501150635.p0.g260a085.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137_arm64", "product": { "name": "openshift4/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137_arm64", "product_id": "openshift4/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.15.0-202501151636.p0.g87c23b5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0_arm64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0_arm64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.15.0-202501150635.p0.gfee632a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20_arm64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20_arm64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.ga923e95.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a_arm64", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a_arm64", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a_arm64", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.15.0-202501220035.p0.g0d290b4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d_arm64", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d_arm64", "product_id": "openshift4/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.15.0-202501201506.p0.ga258c30.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21_arm64", "product": { "name": "openshift4/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21_arm64", "product_id": "openshift4/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21_arm64", "product_identification_helper": { "purl": "pkg:oci/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.g359620b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab_arm64", "product": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab_arm64", "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.15.0-202501201506.p0.gc0249a6.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c_arm64", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c_arm64", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.15.0-202501150635.p0.gd7f540b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d_arm64", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d_arm64", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.gef602a5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9_arm64", "product": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9_arm64", "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.15.0-202501150635.p0.gef602a5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521_arm64", "product": { "name": "openshift4/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521_arm64", "product_id": "openshift4/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521_arm64", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=v4.15.0-202501201506.p0.gc0249a6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7_arm64", "product": { "name": "openshift4/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7_arm64", "product_id": "openshift4/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7_arm64", "product_identification_helper": { "purl": "pkg:oci/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.15.0-202501152035.p0.g1bca49e.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4_arm64", "product": { "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4_arm64", "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.15.0-202501201335.p0.g6d1554d.assembly.stream.el9" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2_amd64", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2_amd64", "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.15.0-202501201506.p0.g89ac857.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960_amd64", "product": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960_amd64", "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.gabdfb61.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df_amd64", "product": { "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df_amd64", "product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.15.0-202501201335.p0.g24dc8c5.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d_amd64", "product": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d_amd64", "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d_amd64", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.g135f832.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243_amd64", "product": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243_amd64", "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.gcc4f213.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d_amd64", "product": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d_amd64", "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d_amd64", "product_identification_helper": { "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.15.0-202501220035.p0.g90ddde0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3_amd64", "product": { "name": "openshift4/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3_amd64", "product_id": "openshift4/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.15.0-202501150635.p0.g52fc4b9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96_amd64", "product": { "name": "openshift4/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96_amd64", "product_id": "openshift4/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.15.0-202501150635.p0.gcc7901f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52_amd64", "product": { "name": "openshift4/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52_amd64", "product_id": "openshift4/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.15.0-202501150635.p0.g87c23b5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b_amd64", "product": { "name": "openshift4/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b_amd64", "product_id": "openshift4/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.15.0-202501150635.p0.g87c23b5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff_amd64", "product": { "name": "openshift4/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff_amd64", "product_id": "openshift4/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.15.0-202501150635.p0.g52fc4b9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c_amd64", "product": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c_amd64", "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.15.0-202501220035.p0.g52fc4b9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280_amd64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280_amd64", "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=v4.15.0-202501150635.p0.g129acea.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd_amd64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd_amd64", "product_id": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.gb0f13a0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0_amd64", "product": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0_amd64", "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.15.0-202501220834.p0.g2935369.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.15.0-202501150635.p0.g260a085.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446_amd64", "product": { "name": "openshift4/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446_amd64", "product_id": "openshift4/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.15.0-202501151636.p0.g87c23b5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a_amd64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a_amd64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.15.0-202501150635.p0.gfee632a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d_amd64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d_amd64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.ga923e95.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026_amd64", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026_amd64", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026_amd64", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.15.0-202501220035.p0.g0d290b4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1_amd64", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1_amd64", "product_id": "openshift4/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.15.0-202501201506.p0.ga258c30.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b_amd64", "product": { "name": "openshift4/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b_amd64", "product_id": "openshift4/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b_amd64", "product_identification_helper": { "purl": "pkg:oci/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.g359620b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd_amd64", "product": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd_amd64", "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.15.0-202501201506.p0.gc0249a6.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a_amd64", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a_amd64", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.15.0-202501150635.p0.gd7f540b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f_amd64", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f_amd64", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.gef602a5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df_amd64", "product": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df_amd64", "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.15.0-202501150635.p0.gef602a5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059_amd64", "product": { "name": "openshift4/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059_amd64", "product_id": "openshift4/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059_amd64", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel8\u0026tag=v4.15.0-202501201506.p0.gc0249a6.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6_amd64", "product": { "name": "openshift4/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6_amd64", "product_id": "openshift4/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6_amd64", "product_identification_helper": { "purl": "pkg:oci/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.15.0-202501152035.p0.g1bca49e.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01_amd64", "product": { "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01_amd64", "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.15.0-202501201335.p0.g6d1554d.assembly.stream.el9" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895_s390x", "product": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895_s390x", "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.gabdfb61.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a_s390x", "product": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a_s390x", "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a_s390x", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.g135f832.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442_s390x", "product": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442_s390x", "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.gcc4f213.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb_s390x", "product": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb_s390x", "product_id": "openshift4/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb_s390x", "product_identification_helper": { "purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel8\u0026tag=v4.15.0-202501220035.p0.g90ddde0.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231_s390x", "product": { "name": "openshift4/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231_s390x", "product_id": "openshift4/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.15.0-202501150635.p0.g52fc4b9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295_s390x", "product": { "name": "openshift4/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295_s390x", "product_id": "openshift4/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.15.0-202501150635.p0.gcc7901f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2_s390x", "product": { "name": "openshift4/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2_s390x", "product_id": "openshift4/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.15.0-202501150635.p0.g87c23b5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4_s390x", "product": { "name": "openshift4/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4_s390x", "product_id": "openshift4/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.15.0-202501150635.p0.g87c23b5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc_s390x", "product": { "name": "openshift4/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc_s390x", "product_id": "openshift4/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.15.0-202501150635.p0.g52fc4b9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24_s390x", "product": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24_s390x", "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.15.0-202501220035.p0.g52fc4b9.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500_s390x", "product": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500_s390x", "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.15.0-202501220834.p0.g2935369.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.15.0-202501150635.p0.g260a085.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe_s390x", "product": { "name": "openshift4/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe_s390x", "product_id": "openshift4/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.15.0-202501151636.p0.g87c23b5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2_s390x", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2_s390x", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2_s390x", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.15.0-202501220035.p0.g0d290b4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c_s390x", "product": { "name": "openshift4/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c_s390x", "product_id": "openshift4/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c_s390x", "product_identification_helper": { "purl": "pkg:oci/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.15.0-202501150635.p0.g359620b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a_s390x", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a_s390x", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8\u0026tag=v4.15.0-202501150635.p0.gd7f540b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698_s390x", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698_s390x", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator\u0026tag=v4.15.0-202501150635.p0.gef602a5.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79_s390x", "product": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79_s390x", "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8\u0026tag=v4.15.0-202501150635.p0.gef602a5.assembly.stream.el8" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7_arm64" }, "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba_ppc64le" }, "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d_amd64" }, "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb_s390x" }, "product_reference": "openshift4/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac_ppc64le" }, "product_reference": "openshift4/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231_s390x" }, "product_reference": "openshift4/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022_arm64" }, "product_reference": "openshift4/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3_amd64" }, "product_reference": "openshift4/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280_amd64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d_arm64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd_amd64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f_arm64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295_s390x" }, "product_reference": "openshift4/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd_ppc64le" }, "product_reference": "openshift4/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9_arm64" }, "product_reference": "openshift4/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96_amd64" }, "product_reference": "openshift4/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd_ppc64le" }, "product_reference": "openshift4/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a_arm64" }, "product_reference": "openshift4/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2_s390x" }, "product_reference": "openshift4/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52_amd64" }, "product_reference": "openshift4/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe_s390x" }, "product_reference": "openshift4/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446_amd64" }, "product_reference": "openshift4/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686_ppc64le" }, "product_reference": "openshift4/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137_arm64" }, "product_reference": "openshift4/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4_s390x" }, "product_reference": "openshift4/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0_ppc64le" }, "product_reference": "openshift4/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618_arm64" }, "product_reference": "openshift4/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b_amd64" }, "product_reference": "openshift4/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20_arm64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434_ppc64le" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d_amd64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a_amd64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0_arm64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03_ppc64le" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60_ppc64le" }, "product_reference": "openshift4/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff_amd64" }, "product_reference": "openshift4/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b_arm64" }, "product_reference": "openshift4/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc_s390x" }, "product_reference": "openshift4/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c_amd64" }, "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24_s390x" }, "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e_ppc64le" }, "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07_arm64" }, "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f_amd64" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d_arm64" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30_ppc64le" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698_s390x" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c_arm64" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a_amd64" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33_ppc64le" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a_s390x" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79_s390x" }, "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79_s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df_amd64" }, "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425_ppc64le" }, "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9_arm64" }, "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059_amd64" }, "product_reference": "openshift4/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059_amd64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521_arm64" }, "product_reference": "openshift4/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521_arm64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8_ppc64le" }, "product_reference": "openshift4/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e_arm64" }, "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a_s390x" }, "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13_ppc64le" }, "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d_amd64" }, "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2_s390x" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026_amd64" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a_arm64" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c_ppc64le" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21_arm64" }, "product_reference": "openshift4/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c_s390x" }, "product_reference": "openshift4/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71_ppc64le" }, "product_reference": "openshift4/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b_amd64" }, "product_reference": "openshift4/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db_ppc64le" }, "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0_amd64" }, "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878_arm64" }, "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500_s390x" }, "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210_arm64" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8_ppc64le" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2_amd64" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5_ppc64le" }, "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236_arm64" }, "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895_s390x" }, "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960_amd64" }, "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb_ppc64le" }, "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9_arm64" }, "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442_s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442_s390x" }, "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442_s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243_amd64" }, "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab_arm64" }, "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd_amd64" }, "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3_ppc64le" }, "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1_amd64" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47_ppc64le" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d_arm64" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df_amd64" }, "product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c_ppc64le" }, "product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14_arm64" }, "product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36_ppc64le" }, "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4_arm64" }, "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01_amd64" }, "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7_arm64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7_arm64" }, "product_reference": "openshift4/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7_arm64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6_amd64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6_amd64" }, "product_reference": "openshift4/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6_amd64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e_ppc64le" }, "product_reference": "openshift4/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7_arm64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba_ppc64le", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d_amd64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022_arm64", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff_amd64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b_arm64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c_amd64", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059_amd64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e_arm64", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a_s390x", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2_s390x", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a_arm64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21_arm64", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c_s390x", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500_s390x", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210_arm64", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960_amd64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9_arm64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442_s390x", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab_arm64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df_amd64", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7_arm64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d_arm64" ], "known_not_affected": [ "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7_arm64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba_ppc64le", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d_amd64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022_arm64", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff_amd64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b_arm64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c_amd64", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059_amd64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e_arm64", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a_s390x", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2_s390x", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a_arm64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21_arm64", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c_s390x", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500_s390x", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210_arm64", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960_amd64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9_arm64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442_s390x", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab_arm64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df_amd64", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7_arm64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-29T16:41:46+00:00", "details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html", "product_ids": [ "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0645" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7_arm64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba_ppc64le", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d_amd64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022_arm64", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff_amd64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b_arm64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c_amd64", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059_amd64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e_arm64", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a_s390x", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2_s390x", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a_arm64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21_arm64", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c_s390x", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500_s390x", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210_arm64", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960_amd64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9_arm64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442_s390x", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab_arm64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df_amd64", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7_arm64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7_arm64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba_ppc64le", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d_amd64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022_arm64", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff_amd64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b_arm64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c_amd64", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059_amd64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e_arm64", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a_s390x", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2_s390x", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a_arm64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21_arm64", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c_s390x", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500_s390x", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210_arm64", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960_amd64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9_arm64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442_s390x", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab_arm64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df_amd64", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7_arm64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7_arm64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba_ppc64le", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d_amd64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022_arm64", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff_amd64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b_arm64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c_amd64", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059_amd64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e_arm64", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a_s390x", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2_s390x", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a_arm64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21_arm64", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c_s390x", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960_amd64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9_arm64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442_s390x", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df_amd64", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7_arm64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500_s390x", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210_arm64", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab_arm64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7_arm64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba_ppc64le", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d_amd64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022_arm64", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff_amd64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b_arm64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c_amd64", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059_amd64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e_arm64", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a_s390x", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2_s390x", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a_arm64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21_arm64", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c_s390x", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960_amd64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9_arm64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442_s390x", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df_amd64", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7_arm64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-29T16:41:46+00:00", "details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html", "product_ids": [ "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500_s390x", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210_arm64", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab_arm64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0645" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:13f3a229909c074263dcb854f732a7c86102e302dd95f4b5da6f5c6f3d4d3eb7_arm64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:142cfdcba3d864812701022add7ca36a6a4c8ffa4fc9479c90b6e209d97210ba_ppc64le", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:51769a4ea8e980c99a20865cd238ce1f25c811ab6c38cd04acee50b09853913d_amd64", "8Base-RHOSE-4.15:openshift4/nmstate-console-plugin-rhel8@sha256:99c8449229919a9f54b818b0e849c1a0a6d2017e0c4f4e8ff749da930fca8ccb_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:5a3529a59dbc0f91f9685a669ab1ad9cb2347775d4cda5821246a6f1df6f39ac_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:6d51952de47b4ecf2ed75e273eabd3049df8eb7cc8560b1ee3e9a3a61f35e231_s390x", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:e1889810bfeaa6aa805654e0914d51c49c29f1f9f6ca3dd73c4ceffd49062022_arm64", "8Base-RHOSE-4.15:openshift4/ose-ansible-operator@sha256:eb87ad3443868f36d9da0bad1cffe1df617b5764ccf7ae5e38c5a4d81cda69a3_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:10913b01b18b4d765a26e76c2631a4a8e7b5d36285a7bc29a6f85c9a89ac2280_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:e7c6b0ac1ac41d0a100e27496a7398ea7681b809c182de392e560c945e4c6c0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:3bfebc15dee07e9b9b898e09087d74ddffd67456b59d25ba19ac4059490dedbd_amd64", "8Base-RHOSE-4.15:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:df97159ba668b5db2b402682ece67f4d653f0c276cb42329035be06b7c24274f_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:1bbc187c7c39f79c6a787cb4c6ff3eb40ec75c31a0ae5184e17a721a23314295_s390x", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:4790cdb5f89d21d469e0b4dbe13f66c10d44ccb9ca76a7a9ece7dbb32f3703dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:a7d6d5d0a61f8bf8311bd019808b675dfe7d863b5424c9a6ce4bff33a88166b9_arm64", "8Base-RHOSE-4.15:openshift4/ose-cluster-capacity@sha256:fc79ee59245e0aecf79f2d2cfac195621569763fcd896a4e6288b840a59f1a96_amd64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:01c977d35a8aff52b92f17a15bf9651627823d072901c0232b3abb97f0bd41f9_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:03c842cfe4c159273940c066386e5da449b8ccaa22cdc725fb755012d5192c40_s390x", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:0de77a0003ce0681909d171c7f6db670f851e93a76abdc9e2665ac7ce76c0f45_arm64", "8Base-RHOSE-4.15:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:9e074b34be48b91660d9ac4321ba95f2e33343f3c16c75bcb26225ad37377429_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:2444fbaec613561145aa57c9e526c1fa5a78fb8b87a74b979c2e1474a010d8dd_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:33ccf58bbee847f3014333f8f2e1aa0c7c774548681b9eba87ee52ad62f30c1a_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:4d46d799d7a39691f47b773e1e0c01f36e7883a6625baf48ef8de1f209f128a2_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-dns-proxy@sha256:505b2988e0273b38850c7193a5250caaf258ee01192bb7c9bb5237e7ad7c9f52_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:39f2a020be80c50feaa37f7d35eee2f9736c373f7d23e1180dddf96c0b6ee0fe_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:be3e8b243bc196ece60a0c0889a738da7dd709ee72547e3b6fc6e7ea160be446_amd64", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:e1a45845074f592638f46c63bfc87112a37363058dc4d3fa232e1bb58001b686_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-http-proxy@sha256:efb60f6c164313717acb4f3961df6762898fe5d7bc3e211e0262b2d19aacf137_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:05a8cb5204beeb9150f34c905097364a221fd06ba4b758d690d687f54869cac4_s390x", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:203d0097a1ba10d6582af51bc22a8dba71f27f7c3244177057ed61d354cddaa0_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:a086db5359268aa8073082894dfcd1eacfe93c6c913f98bf6f508168923e9618_arm64", "8Base-RHOSE-4.15:openshift4/ose-egress-router@sha256:e1dfdc2b45b7d1176e339891d897106f8f8a2babd8a58cdd907203a2de8bf40b_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:a9231ad2ec05ce406ebe03f50afac02f4b9a7501cf39fcf8065e011dc1bdac20_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:d7647b33d8020fc13fd62dfa8254efeb700958d556fabeffadc7e96b766a2434_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:e54b85baa2adc484aaa38f57461b371f76a0832b04f5d98fcf970fc282a5e81d_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:5b565e4a8b6f075c8b988bcae965de80fca90d342f2be237a94dd1a1c4c2294a_amd64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:76eae3016ebba08a452750fd0aac9e83b54bb50277f1f679ee3a8bd82aaf9af0_arm64", "8Base-RHOSE-4.15:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:dd6a46fc201fb4f32e48ab056c3c7ecc1e3da2946ab9190e096a722cdee9cb03_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:3efbdee77e4028c1b0af3b0a8e265d21e07daf64381efd33b068d8f8cd4f4b60_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:62aa8073fd5e1a34759c99efd48deb7883084d01caf56cd44c320cb4c31aa3ff_amd64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:90d2a9a3868aef0db1838f4ce1585c7c1a5f04c0e266876ba39a052ff90a0a4b_arm64", "8Base-RHOSE-4.15:openshift4/ose-helm-operator@sha256:e5055523af0038ddacbc89230216a69f7ad0c9b2591be50b4346d29bc85f41dc_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:130e9c6ed4fe399c12fda4ef2d4e78d9fbba2acb1c8e8eef85d241bb98904f7c_amd64", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:728d374c937af6ecff1e6e6b369796cf07beeeb7acdcc4a93c49e782bbe4cf24_s390x", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:959eabb135d7622c89a34eafdaa1333e3d54c79489cd7188653ffdb4a8e8720e_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-operator-sdk-rhel8@sha256:d1971fc6246d6234171135c67d1c30b87c861d78acc9d8cdbd5d4b5382ec2d07_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:1920adb1dfb322415f26d539765d3b962b3fb3fb57db49deb45d3237278ce71f_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4a138d5c01db9ac16ac35e025bbfcb96703f5df574cf1f2296911e04bb5a7b0d_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:4b8224d9bd504801e175c326fff8f1ed7dfb5ada276f4158c9dde1acb1465d30_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:bf517d981ddf57556c01ed296641907622dc17058b62636f9c15bb672a3fd698_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:4bd540a39c5d7773fbf2d928ab0f4173bae2782b5926f2dad05b082ca55c8f4c_arm64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:8b18a530303b0abd2c67161a237bfd4080e280d7549ff761eb4dd3ee84489b2a_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:c57a882642f3f805329967d94e6ba6af2738b29820480576fbbc79c6e5fb6d33_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-driver-rhel8@sha256:fd6e27beb9c1911b85f7d0bcef0626286d914c184fe09916288e92688fcc9c1a_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:2f260d579992c50e0ee223c44f63162b96444a21281204cbe748bb5b8b677e79_s390x", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:50821133e5ebcc2e3a1b2c498196d0a9c78df9d3b1ba74e149abf59084bb81df_amd64", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:9df552c581a3d77954124faacea61635262c8cfc2b768b56fa19b679162d6425_ppc64le", "8Base-RHOSE-4.15:openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:f35a1ddc58a5f13949c1c39090be16521df66ce091382d6f71b84edba18de3f9_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:27a0032351b60cc59ec62140680d5a185e9b4f921bd3f5a80aa2f70a3e967059_amd64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:547a4a30ba1e72e74159b638d311136abe906feb5783f19e3fec7e3dcd7f8521_arm64", "8Base-RHOSE-4.15:openshift4/ptp-must-gather-rhel8@sha256:942c9d43e358b91921fc7fca4cbee1b9efbdd470771b6ff1addeb282bbb4a2e8_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:7115e11135132d92dce5f03daaffa24c42b6bccc08a9f093f569045c2abdd59e_arm64", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:b920aee9675dc92ac40060f243f6df28a989f267bcf7d165e834f084d3eed59a_s390x", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c2406400a726936507eb208b98a5320064b9c17d989c7df553967be31aedac13_ppc64le", "9Base-RHOSE-4.15:openshift4/ingress-node-firewall-rhel9-operator@sha256:c6580537a4e92ade960386f67583816b5ac75f64402b4abda44f185bb24b477d_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:47f71a832f11c6ef8e3874b0ac9152dfa22feab15889c15f300ea0a87f4666d2_s390x", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:4893ee823f93801e6933aa5e4a1029b847aa20fd8474ecb16d38ce51ac6aa026_amd64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:61e492db13f95d3c16669377ada5811da444f7371790a28db989de9223899f9a_arm64", "9Base-RHOSE-4.15:openshift4/kubernetes-nmstate-rhel9-operator@sha256:ab50c5442b48baf86fb593c69718d5072d785a8acebdff283a6fd9340c75992c_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:5208f557e2c39af8813c6c9da08fd4720351726e6273a56bef2c763af9136c21_arm64", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:8cb733e986a96d7b69d445a1228c21a1ea20bab96e3eda95d57039ce55798f7c_s390x", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:9b9b58a22ec6e7e8ba10bf27ea8f3bbd38b0dae16db7e81b2ba736a9b106de71_ppc64le", "9Base-RHOSE-4.15:openshift4/metallb-rhel9-operator@sha256:cf42d86f53203cb7b91f5b94d7332b6130098bba3fa1690ca9dc32fa5c15b74b_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:77da1253d7d658ca1d3f0aab0873e0539dba7d39daf3a054cfc12f48d893c4db_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7ecb6e70f9b7419b2e23b9072f289cfd61cf18dd876386b20ce44c3cb21354b0_amd64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:801e7ab4548ccdbe4986acceffc7030fbc2776ca3e17d53d5d71f4f62ac4b878_arm64", "9Base-RHOSE-4.15:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9bc61b16416da0de9c988c8f758ffed8d640634a3611d6152f3f801165d99500_s390x", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:0f3264a3e78af9b51b8d66694e793082fef728c2382a581a8007538318e0d210_arm64", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:2c85fc5b05f0a0ea9b39d7f94b6f36bd81dbd4f13beba6d81a55ef06f2f038d8_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cloud-event-proxy-rhel9@sha256:4e1d1ecc5b5ed7367abd240b30c10a585b24dbce068136efc5bad178c12867e2_amd64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:43d93dd1e9d976fa70e75f2a75e283f79257b9201047c8a0847b1c46151834d5_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:55d677f93fdeaff6372d622c5b58e7f83d68ef4a91744e922822b3b531c29236_arm64", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:91a131023fbef69be22c201122c3cf5c014b8cfdf921a08f82b381cdc07cf895_s390x", "9Base-RHOSE-4.15:openshift4/ose-cluster-nfd-rhel9-operator@sha256:fa2e22a66a31d6d4ea2e5d97d4a7a6eec6177511e8108f4a02925cf8cf78b960_amd64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:14025b7a147f19c2536721e6747d6ddbd4cbf8d53ef329832c7265adc5c911eb_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:46ea8e006682fb826e897264769b354bd8f0c0acc4876766ddc106c97c56c9e9_arm64", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:53da559d8fa393a777b554d8bb339a18bd8b9e0d7113323702af68b73c1f0442_s390x", "9Base-RHOSE-4.15:openshift4/ose-local-storage-rhel9-operator@sha256:9725276d722a8454e31816aeda3694ac098f76eba24e9736e003985f17316243_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:0349a965e3a6b5d8ca677f8d0e6756e2b24ec7369a67d4ffd19a69cd129f34ab_arm64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:1f387135bea0d72159590d79cef0ccfd3025edeb980a0954fab8979783b154bd_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9-operator@sha256:e621cafc22e69c9998e4b87414a354fbb3f11a583d5d1de1ef153893bf629af3_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:3063b1016e6a2ad6c31b56781f21e73b1c1051aa26f4b079225b39c5cbec7bd1_amd64", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:711a94be9fb488d97baed8b6186eff2a5b0a6ce2a2a27f1fd22f6613302e8f47_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-ptp-rhel9@sha256:b9db82e50b3d0caf88e3fb48152fb4569b6ebb2042293e0b975e17d988f2d95d_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:3bea814c2576b21383cbce81a9b40654192b68252ea1a17a36e5ccf036fe88df_amd64", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5525dddd6cec6477b6048f773d0da67b6e8ba240a088fe8bf0b11baa5b760a1c_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:b29bf69abcb2c649f7bb780f5f751c7e5ccc18723d23fc35baec5ca406433a14_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:a8217e2a071654a98ebfc4cd1e0f871094f268c27fbbeae62a6ac5b6a7d24b36_ppc64le", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:bf068b672658f7dcbb7e481aa81281a009c9f0e88a200b45635a66b56634cce4_arm64", "9Base-RHOSE-4.15:openshift4/ose-sriov-network-rhel9-operator@sha256:df4a699ae22ba5ac598e69ea82c3d27b779fe3758734df8a769dc4d495456f01_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:43c2e0172399d7f48ace37f3bbdfcafc414e830530cc36fd1c3b3fbd79df70d7_arm64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:c802ec48f3d7b256118a12ace0e0aa871b853bd9059d897cc515b9e9b6221de6_amd64", "9Base-RHOSE-4.15:openshift4/sriov-cni-rhel9@sha256:d4970f706b2e1cd9417e56575e3f81910f66922bbcdf19b18c48309fbc7a090e_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:0785
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat Advanced Cluster Management for Kubernetes 2.11.5 General\nAvailability release images, which provide enhancements, bug fixes, and\nupdated container images.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat Advanced Cluster Management for Kubernetes 2.11.5 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html/release_notes/\n\nSecurity fix(es):\n* nanoid: nanoid mishandles non-integer values (CVE-2024-55565)\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0785", "url": "https://access.redhat.com/errata/RHSA-2025:0785" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html/release_notes/", "url": "https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html/release_notes/" }, { "category": "external", "summary": "2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0785.json" } ], "title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.11.5 bug fixes and container updates", "tracking": { "current_release_date": "2025-02-20T11:27:10+00:00", "generator": { "date": "2025-02-20T11:27:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0785", "initial_release_date": "2025-01-28T23:59:02+00:00", "revision_history": [ { "date": "2025-01-28T23:59:02+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-28T23:59:02+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:27:10+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product": { "name": "Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11", "product_identification_helper": { "cpe": "cpe:/a:redhat:acm:2.11::el9" } } } ], "category": "product_family", "name": "Red Hat ACM" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "product": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "product": { "name": "rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "product_id": "rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "product": { "name": "rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "product_id": "rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "product": { "name": "rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "product_id": "rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.11.5-6" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "product": { "name": "rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "product_id": "rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "product": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "product_id": "rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "product": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "product": { "name": "rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "product_id": "rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "product": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "product_id": "rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "product": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "product": { "name": "rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "product_id": "rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "product": { "name": "rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "product_id": "rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "product_identification_helper": { "purl": "pkg:oci/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "product": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "product": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "product": { "name": "rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "product_id": "rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "product": { "name": "rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "product_id": "rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "product": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "product": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "product_id": "rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "product": { "name": "rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "product_id": "rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.11.5-1" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "product": { "name": "rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "product_id": "rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "product": { "name": "rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "product_id": "rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "product": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "product_id": "rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "product": { "name": "rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "product_id": "rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "product": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "product": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "product": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "product": { "name": "rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "product_id": "rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "product": { "name": "rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "product_id": "rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "product": { "name": "rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "product_id": "rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "product": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "product": { "name": "rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "product_id": "rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "product": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "product": { "name": "rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "product_id": "rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "product": { "name": "rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "product_id": "rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "product": { "name": "rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "product_id": "rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "product": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.11.5-2" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "product": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "product": { "name": "rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "product_id": "rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "product": { "name": "rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "product_id": "rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "product": { "name": "rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "product_id": "rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.11.5-6" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "product": { "name": "rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "product_id": "rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "product": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "product_id": "rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "product": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "product": { "name": "rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "product_id": "rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "product": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "product_id": "rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "product": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "product": { "name": "rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "product_id": "rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "product": { "name": "rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "product_id": "rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "product_identification_helper": { "purl": "pkg:oci/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "product": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "product": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "product": { "name": "rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "product_id": "rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "product": { "name": "rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "product_id": "rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "product": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "product": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "product_id": "rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "product": { "name": "rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "product_id": "rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.11.5-1" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "product": { "name": "rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "product_id": "rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "product": { "name": "rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "product_id": "rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "product": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "product_id": "rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "product": { "name": "rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "product_id": "rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "product": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "product": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "product": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "product": { "name": "rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "product_id": "rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "product": { "name": "rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "product_id": "rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "product": { "name": "rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "product_id": "rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "product": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "product": { "name": "rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "product_id": "rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "product": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "product": { "name": "rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "product_id": "rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "product": { "name": "rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "product_id": "rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "product": { "name": "rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "product_id": "rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "product": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.11.5-2" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "product": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "product": { "name": "rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "product_id": "rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "product": { "name": "rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "product_id": "rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "product": { "name": "rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "product_id": "rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.11.5-6" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "product": { "name": "rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "product_id": "rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "product": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "product_id": "rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "product": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "product": { "name": "rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "product_id": "rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "product": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "product_id": "rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "product": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "product": { "name": "rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "product_id": "rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "product": { "name": "rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "product_id": "rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "product_identification_helper": { "purl": "pkg:oci/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "product": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "product": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "product": { "name": "rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "product_id": "rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "product": { "name": "rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "product_id": "rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "product": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "product": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "product_id": "rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "product": { "name": "rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "product_id": "rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.11.5-1" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "product": { "name": "rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "product_id": "rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "product": { "name": "rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "product_id": "rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "product": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "product_id": "rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "product": { "name": "rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "product_id": "rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "product": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "product": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "product": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "product": { "name": "rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "product_id": "rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "product": { "name": "rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "product_id": "rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "product": { "name": "rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "product_id": "rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "product": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "product": { "name": "rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "product_id": "rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "product": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "product": { "name": "rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "product_id": "rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "product": { "name": "rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "product_id": "rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "product": { "name": "rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "product_id": "rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "product": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.11.5-2" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "product": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "product": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "product": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "product": { "name": "rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "product_id": "rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "product": { "name": "rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "product_id": "rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "product": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "product": { "name": "rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "product_id": "rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "product": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "product_id": "rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "product": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "product": { "name": "rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "product_id": "rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "product": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "product_identification_helper": { "purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "product": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "product_id": "rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "product_identification_helper": { "purl": "pkg:oci/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "product": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "product": { "name": "rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "product_id": "rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "product_identification_helper": { "purl": "pkg:oci/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "product": { "name": "rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "product_id": "rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "product_identification_helper": { "purl": "pkg:oci/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "product": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "product_identification_helper": { "purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "product": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "product_identification_helper": { "purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "product": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "product_identification_helper": { "purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "product": { "name": "rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "product_id": "rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "product_identification_helper": { "purl": "pkg:oci/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "product": { "name": "rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "product_id": "rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "product_identification_helper": { "purl": "pkg:oci/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "product": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "product_identification_helper": { "purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "product": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "product": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "product_id": "rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "product": { "name": "rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "product_id": "rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "product_identification_helper": { "purl": "pkg:oci/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.11.5-1" } } }, { "category": "product_version", "name": "rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "product": { "name": "rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "product_id": "rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "product_identification_helper": { "purl": "pkg:oci/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "product": { "name": "rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "product_id": "rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "product_identification_helper": { "purl": "pkg:oci/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "product": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "product_id": "rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "product_identification_helper": { "purl": "pkg:oci/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "product": { "name": "rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "product_id": "rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "product_identification_helper": { "purl": "pkg:oci/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "product": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "product": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "product": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "product": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "product_identification_helper": { "purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "product": { "name": "rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "product_id": "rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "product_identification_helper": { "purl": "pkg:oci/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "product": { "name": "rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "product_id": "rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "product": { "name": "rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "product_id": "rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "product_identification_helper": { "purl": "pkg:oci/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "product": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "product_identification_helper": { "purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.11.5-2" } } }, { "category": "product_version", "name": "rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "product": { "name": "rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "product_id": "rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "product_identification_helper": { "purl": "pkg:oci/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "product": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "product_identification_helper": { "purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "product": { "name": "rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "product_id": "rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "product_identification_helper": { "purl": "pkg:oci/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.11.5-4" } } }, { "category": "product_version", "name": "rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "product": { "name": "rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "product_id": "rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "product_identification_helper": { "purl": "pkg:oci/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64", "product": { "name": "rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64", "product_id": "rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64", "product_identification_helper": { "purl": "pkg:oci/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.11.5-3" } } }, { "category": "product_version", "name": "rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "product": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "product_identification_helper": { "purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.11.5-2" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64" }, "product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64" }, "product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le" }, "product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x" }, "product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64" }, "product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64" }, "product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64" }, "product_reference": "rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x" }, "product_reference": "rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le" }, "product_reference": "rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64" }, "product_reference": "rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64" }, "product_reference": "rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64" }, "product_reference": "rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le" }, "product_reference": "rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x" }, "product_reference": "rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le" }, "product_reference": "rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x" }, "product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le" }, "product_reference": "rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x" }, "product_reference": "rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64" }, "product_reference": "rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64" }, "product_reference": "rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x" }, "product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le" }, "product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64" }, "product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64" }, "product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x" }, "product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64" }, "product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64" }, "product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le" }, "product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le" }, "product_reference": "rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64" }, "product_reference": "rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64" }, "product_reference": "rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x" }, "product_reference": "rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x" }, "product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64" }, "product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x" }, "product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64" }, "product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le" }, "product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le" }, "product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x" }, "product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64" }, "product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64" }, "product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le" }, "product_reference": "rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x" }, "product_reference": "rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64" }, "product_reference": "rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64" }, "product_reference": "rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64" }, "product_reference": "rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64" }, "product_reference": "rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le" }, "product_reference": "rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x" }, "product_reference": "rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64" }, "product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64" }, "product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le" }, "product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x" }, "product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64" }, "product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le" }, "product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64" }, "product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x" }, "product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64" }, "product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64" }, "product_reference": "rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x" }, "product_reference": "rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le" }, "product_reference": "rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64" }, "product_reference": "rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64" }, "product_reference": "rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x" }, "product_reference": "rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64" }, "product_reference": "rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le" }, "product_reference": "rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64" }, "product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le" }, "product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x" }, "product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64" }, "product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le" }, "product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64" }, "product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x" }, "product_reference": "rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le" }, "product_reference": "rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64" }, "product_reference": "rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64" }, "product_reference": "rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64" }, "product_reference": "rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64" }, "product_reference": "rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x" }, "product_reference": "rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le" }, "product_reference": "rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64" }, "product_reference": "rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le" }, "product_reference": "rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x" }, "product_reference": "rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64" }, "product_reference": "rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64" }, "product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x" }, "product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le" }, "product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64" }, "product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64" }, "product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64" }, "product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x" }, "product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le" }, "product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x" }, "product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64" }, "product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64" }, "product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x" }, "product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le" }, "product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64" }, "product_reference": "rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le" }, "product_reference": "rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64" }, "product_reference": "rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x" }, "product_reference": "rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x" }, "product_reference": "rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64" }, "product_reference": "rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64" }, "product_reference": "rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le" }, "product_reference": "rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64" }, "product_reference": "rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64" }, "product_reference": "rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le" }, "product_reference": "rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x" }, "product_reference": "rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64" }, "product_reference": "rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64" }, "product_reference": "rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x" }, "product_reference": "rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le" }, "product_reference": "rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x" }, "product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le" }, "product_reference": "rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64" }, "product_reference": "rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64" }, "product_reference": "rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x" }, "product_reference": "rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64" }, "product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le" }, "product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x" }, "product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64" }, "product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64" }, "product_reference": "rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le" }, "product_reference": "rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x" }, "product_reference": "rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64" }, "product_reference": "rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le" }, "product_reference": "rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x" }, "product_reference": "rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64" }, "product_reference": "rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64" }, "product_reference": "rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64" }, "product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le" }, "product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x" }, "product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64" }, "product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64" }, "product_reference": "rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x" }, "product_reference": "rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le" }, "product_reference": "rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "relates_to_product_reference": "9Base-RHACM-2.11" }, { "category": "default_component_of", "full_product_name": { "name": "rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9", "product_id": "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64" }, "product_reference": "rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64", "relates_to_product_reference": "9Base-RHACM-2.11" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T23:59:02+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0785" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T23:59:02+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0785" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2024-55565", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2024-12-09T02:00:45.255738+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331063" } ], "notes": [ { "category": "description", "text": "nanoid (aka Nano ID) before 5.0.9 mishandles non-integer values. 3.3.8 is also a fixed version.", "title": "Vulnerability description" }, { "category": "summary", "text": "nanoid: nanoid mishandles non-integer values", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-55565" }, { "category": "external", "summary": "RHBZ#2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-55565", "url": "https://www.cve.org/CVERecord?id=CVE-2024-55565" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565" }, { "category": "external", "summary": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8", "url": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8" }, { "category": "external", "summary": "https://github.com/ai/nanoid/pull/510", "url": "https://github.com/ai/nanoid/pull/510" }, { "category": "external", "summary": "https://github.com/ai/nanoid/releases/tag/5.0.9", "url": "https://github.com/ai/nanoid/releases/tag/5.0.9" } ], "release_date": "2024-12-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T23:59:02+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0785" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:5d210feaf7aadae5854208f11362a2121796d3e262ae734eb83bacf4d9052c2e_amd64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:7bc87fbfc2ec32da603edbaed59eae3e75322bc2a3677273323f752182640b50_arm64", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:8432df9235d9006f359a28a617205f0a273da964613e2603a05c421da564c9bd_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:9353b92e5b64f6b81e306bdef39aa596458d4d20477bbf3e693bcbf7865a053c_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:19822ab5b4abdd5d08d6347274df08898d0340b55f16e31616afd30f406eed2a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:50b83ecb84af692789745fc2cd25d9c943a3a42a46daf8601bd0c8e3c55a5a20_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:a7dd9de580b3b17b63155cd002041f0d575006a1f68396bcbc573e73f969f8eb_arm64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b1a052e5fe747ad3a83f39f29e87b733d9c39b6d3c4d61c3d993a1a280c84bde_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:5467de70f53ddcd01309f83db097f7e6dea82bf8031710cb0fb3dc492bd62500_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:aba32e491cb170e57e3b26b5b13e35493c47409d9e8e067e6eb07ce51b525702_amd64", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b7dd8f015a61ab53e1c3cd3a4ec659082ec51c0d1785dc56529f365958665391_s390x", "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:c925e2e24be35252ad9f6184f4204983b2873ecdc37201dc7f405d643d8dc71a_arm64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:47460075ef16add3a81709251cab5f8d95e508a06261ad8d920413eca0042b7d_amd64", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:5cad9182db039a6021d34e47c18cd49e824f9edfb5ea32fb75686963597f1ee3_s390x", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:9e031bdddc8e9697afad87a285bfcff54d3a0df140e52cf25efa91d7e71ba63c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:b7c20319bc310e30d4b6f669b2b1a89f7e45411d8ba6bf80fbba692464d5ce6a_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:0779a7eae9c07e55454b492beec4da66d68c208cff1bc8ddeb506b5094113f6b_arm64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:31edb4366444fa7ff16aa3720659ed919aa7f11bd9a8e82581ed049bb96bdca7_amd64", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:7fc6a6826ed0a25c389314d2e8216eea2ae941c869b311683600e482b302d403_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:8535dc18f96229ce5827ee5498a7f31960e57d47e6cdfe343e83c2270eb2ea2a_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:08a132d3f16c10a0dc041de248d7092bf60ab559f462e67861df7875474f26e7_amd64", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:9e4f160229f3a4863c4f4295034a8b33d2aa934bece6510457ed76cbda9dd8a6_s390x", "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:ee1250591aacfaac95878e50dbcad72b63a4f8903f77a5f1e1ac203aaeb9087a_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:004085a0fd638bbd7708791a2db51d6408aca20469cad60424e1abfe3188e8a6_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:9ce3fe727d86824f7754645e51f7cba8daac241264ca36eb9ba8f86072f6f80f_amd64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c03eabdc86dc0ef176621d3f6689916cb6f2acfe7a5c12fd6fefe7fe8a1d3419_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:dec05e06802664bcc2203eb490da139b52eccb44bf14c78209c8d11e69b7928a_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:1d497eb17060c27103fd82e139357ecc2e6ea207ca0832f6bb95a38560ec1add_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:8ac13d8cfcabca8f9a891bd556c24996f75a352e1003e1bca8793fec719b18f8_s390x", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a6e05c4926c0fda4603d8e777a9d9fd4c419812e9332ebf2e291ffe9f0efbbf1_arm64", "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a9f22f842c501956b5b604dab3c583b9bb1e95bb30649cb9bcebc1e71db40dc7_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ee76cdf87059793773f4caa2504e20b84449d87bfaea91a45653b0e13503d0b_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:9d196388cf0e762b1bde7b5d4f89c2c6a5467938779a93566da7f3a3326920f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:cf656ad08dc6984d1508710e4f7d7bea29f40ff7c2be3affbadd1444d1a5f563_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:e8bb7cedf2725a286977c5f21952728cd2d33239d867f490bdde1c316b170c80_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:05eb2dd86a24d1932e48b8fd1fb4cdf2454f22f50f01ac55d7ab669523845016_s390x", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:14f8c135a11ee047691ef905f6f833c27a4c3c418e818584bae25b538e99759f_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:93569b5186642ecdd5537631f8a94b00329d351dbec162790b7bf92ca219191c_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:a220ec097bb85642156f5c8079d9a2d66bc6d748d34d541f31bb0b02b111f4e4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:1b3badce6dd0cd454a9e783737b59b75bd0348e3ba787d1b4ffd5fb2ffd0ac8c_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:2acffec1ea1de16d098052b5a8af71d5d40512d16929abc18dfc74661a1b01e7_arm64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:3d5946b3df549430a8afd66c3e9e5d553421a274f1abde703b5a5b623100796d_amd64", "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:880d4f0587803fc30e766535e840039ef499cc92558968a5fcfa89c51ff7af31_s390x", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:0e9fd8e1b3d3c35dc970b8a9840cbcaada838fe414e98fd2d7e4578495385bd0_amd64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:29027d4d3afe9a8029ee8bf96ca8fe3e9e13b9e76c747dd8c3ab3af689a1d8cc_arm64", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:433149e4e77745b0019b606e32730057bb78a960551b93c4f002d372498d70f4_ppc64le", "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:751ab3792d6c3413e5879e356e539a9de2b6992dbdc944e30196b624287ba753_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:92ea87c8eac7d513df294a25f7677552c871de19d59f245476451855d8c1a200_amd64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:94a07a3616945606d2918589e5348c948b852aa32c6a5a6474161ced0d9d0936_s390x", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:ac367dd8ba72cd7fa0e55602b703cbab065af1a1cd1316487928147988a9d3f3_arm64", "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:c5fa721014e97d3d8c26bbc9567cbc37d93c9cfef412b705665c4b99eafaab1b_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:059f2e534a8cc6f979605429ee9e481954b27e22ccaa82306a81269ebd59defb_ppc64le", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:4ef142441f63ddeec6ad2f4d76f0c8fbee68724e980633b369edb55a80192fda_s390x", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:78d1dc82e31cb998c97ac1f97c928fbfbbea86f3e87360eeb957026301220b45_amd64", "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:c4224cb052a10fb53fa956e20b57cc9d7a13f8bcf05fd2b1afeebafe1e816055_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:01d6331ebf972b888474a086a2e94cd822097e0d148c8e31f0685e093bb886b0_ppc64le", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:08c8a43208e57e83b10297b610a165c49b39b178a17689bd93c3d94d7fad2220_s390x", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:515ab5711976a68fb67de0c437581ce6fa1a1941d0c5da2dfe0b69386cbee134_arm64", "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5165e6e40ff0dfa1c82b044f6df10159b1f270b96fa997051342250a0940241f_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:68da49887ab55f57f3913e1f8e68ccb24878d03b011fd8cbbd94d6b7faed467e_amd64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8612d9272a1bcf06aec3f11f71d29f0cd0a7c0cff5c944971d9e3a7a952b7dd7_arm64", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:8784dd660cb3c313126b049c9bc7c139ff673e0c54766f8d27f3520b7aa35e28_ppc64le", "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:b3f73c24287d09b98dfd9612178e697645d91b959bc93e54a4380cd2812f9f76_s390x", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:710e4ae744544bf52c5e64a64ccdf70f6049ed6b88519539de51c92cb2751acb_arm64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:865b462ebeb0ddc0b8de106002a370e3db5bf99d57284036993cd73bc1caf595_amd64", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c5bcdf7027f218e2223f5781df34d13745ce24fadc424df32144b668fe230e0a_ppc64le", "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:e7ff4fedaac9343bdd0b07d2f54f3c606d95d8acfe61e63555519eaa7728bce1_s390x", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:0357c6730be70ee6675f2726343f211e601707f0338d197b484fe65aded426fa_amd64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:03b37bbfaf4104caee6ab36e6719c6e37d2997385917afb387746a75cdbdc38c_ppc64le", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:d32884a1904e4d45df7c220087519d8752ba7b111ee0d8fd1565e80e48481a5e_arm64", "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:de0b341977219e966ff5cd1c810fbefd9d7851afb109c4cd4e2dff56a125e987_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:35f5c18ec926d186d9b7510bb35843a22ce46c1ad150b3562a5333065c028f1c_s390x", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:717f6525884f90980300a712b26a4538d9f4e671ab869fed1563f697b011e63a_ppc64le", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:8b64f7fd608282a7cfca2a56b8d3396b588aab36066eb3ec73ba77acc2828ac4_amd64", "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:e46b3434bd82c62c8d9057350efaf780260d224cd305a9a9a986642df1685e4b_arm64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:21e218102212727cd3ce91a1d51ea5514ea7bc92144f532061c34adb63badd0f_amd64", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8436d02b541487aacb374bbaa21e4bb57b04678043fffb2cb6f911f364e1c278_s390x", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ad69560deca44632686133f56cc000ed4167c2fe9d7e03621cb06dbf5e62e4fd_ppc64le", "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:d08e291ab2aec2b0e86f338cd257808d15c032af2dfade8c5ffeceed8f520fb4_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:06f1d52ef3e94cfe05752c82ebf8f5f7a6fecdc818c30f5d149f691e022da3b5_arm64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:45377c9c435245b18a4b8c7617f655c4abaf61dfc3b85f0b337d0bddb7177f25_s390x", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c182690833a1db589c7de00fae0d01d515371205c5165e13f01d40ce3dc3c1f6_amd64", "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:c8ea2981c6b80442b961c3d7753c9e5c9bd1fd262cdde5f3b6bb0bd9888d589a_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:08382df18f6e69d4f1e6230dec2218dc3c8211110e5f78544d469d90a85acee1_ppc64le", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:36abc6d1d77a0dffd811132068c539ff73df9f3d6d4d1f4d8d843c2d05508c13_arm64", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:68cccccab8d5d8981b9fcc1a0519c52c5d085ccfa652dd49bccd5744a8af3e79_s390x", "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:8bd04f36c63b016164e7b0ed9cd78e67a47999f801ee4ef9b3a0746cdd28afbf_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:29ab4b7f875e41e7290554495af087fff0ea084cf261d4779fada8839beed3c4_amd64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:505603a295c5c47e841d5d1a75fb7a4771ab59bde3ad380ada220e912a370c9e_arm64", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:621bcbed53c950486b30e9ca74ea7310244ccb16cf471fa4136722f2657ff1bd_s390x", "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:81d822d2aa414dbb454f7ee034d6352157ebcb4b61ccf830a7db298c7ff01837_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:4c3ec04ab48e43adddf68deb838a60fc5114bc28788ca286c957bbc6fcdd648b_s390x", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c95e289d405d159a0162e120992bf3df85523bc5ed04d4c23690630e6a8349f_amd64", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:7a9e3682ae94a377a7b2754a5c8bf55586461e6ea6626ae90f46961caf83c204_ppc64le", "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d9b914c132e7192f6c897035980673bc50496dac848060202ab5253b21a602e9_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:399e571804676e3f337b57f3a9f9d0ba977d6f433401f45a6736e6245bf305ea_s390x", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:7459d52fb7a2a0926bdceb93c1a75b8b15a820d5d132d0e9e4390ca24a2b187b_ppc64le", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:cd3545728bc8c5951138c9520c61adf47b5286ea55eacc1a62008d67d65a1c3d_arm64", "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:ce12e95d8662034e02845bcc09684b650bf91ecfd7a276b33f79fadd89b21399_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:100bfc1aec0ac419e51e53d45949a59b7a195589963744b8a31628d5554b05f7_amd64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:5b1e320c1e69af7377fc7d55b07202eb42c6dc925c6319c4208e9d52709eef32_arm64", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:64fb66815fbfec644f8252f18e0f2965f55c24a3a2e2d336ba7a8d45fc555d35_s390x", "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:795976a1955dbda21269f1861047e8ba0ecb1ec261e7b4afb8244c9615e56d3a_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:11f64878103dab17feb893f96f3b66ac0632b91e3d4bec9f3f5fc60e5e7f6f8d_arm64", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:5ab5efae89e6de42fed8e3d141e23e14fac23f935ba5e649f1f6703622230c0e_ppc64le", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:8019ffcd052c87ef3128a984497b1fd6166038ec28da6afd0758932ca1d05eee_s390x", "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:889df721c67947a4607f8666ae4cb79c94ec574a57b5c6f57d5313e4a7ab1454_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:0dfd8c3a0b1fcbb6c4c7917d05e95942768c8dca31e657da2fb882907b90b2cf_amd64", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:1c289d11551b0147f612866e1ab3d1221e2d7cbf25ef52b1d39efd47b2f7be5a_s390x", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:8e7745dc9097d897e466d11c9bf525879db732bb67c3169d1ca4ec308c7be2fd_ppc64le", "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:cff1c6f4059ede6582f94e6781beb4d32cb05f2ae751d72ddcc376f72ef4cbfb_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:365232cc247267186aa0dc94c3ca5d1e9e9a34f09f16a04a3bdf647723dcaeb3_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:4309205d54389001c46d46784f1f7765b06eb60a0b96d9306b1bfdb01bb8583a_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:64869bff221929f6febac7f5363b4607d0c5e3b5ed69307e72d9b220e62b65e2_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:fa0d676819f5b32e27c0294ac2741e456cf0c746c0c95a4739430de54a13b25a_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:24e0377e3bde8d2f2be31bbfa338c31c033c08f2fc63c2130ba198fffb4288da_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6d9e7efd91ca557edc6d4da667c262431b488524759c4a06728a3dd39e4bb855_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:852861ddefee77b904acf4e1e754a9786a7fba95063fc3ddbb3543094791c47c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:e09d659d3e618c9731a6b95b20607664379df35d73ef36b45ab0f2fca627d16b_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:2e54047e74e40829215a514bc7e006b13f65946af084d9ecc514866f93280f0c_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:3992fb974f04dbad5e270126a9bc64bf2a10dc0988238253c0951a7efbdcc2d3_ppc64le", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:7e6ec8d16bf2f01c3adfac85582d37645607fbbbdd901b5df1a5d2f7d5933b08_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b4a1e385aaf607608af3c7f50c1fa95e18b253c11e286ae054ebd2fcb3715a53_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:60531eccc062429b9611e5d278a938ad20f685624f3bd365de3f6b5eee8c3d8e_amd64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:610f905cbba7a3dfa6c8307a3641916ea4a4fe922589b9d5cf2ca74ef3b1ec22_s390x", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:6ba17f5ee2f2610cb980bab77642b635c6c466bc20bbb6487c0d691da4b06f71_arm64", "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:c95ea7d17502e4bd46c4e2fa53438d887dc3c3d8dc460dd4c9b8ec1fbd902b5a_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0602e54cbd6a0cbb98ef00da2dd8531a4301d765e7edac284bfa285b0bed27c3_amd64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:488a11f1bbea34c8c734cb93b63a665a80df4f05ec90862a44b1fead822a55b7_ppc64le", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:c85fc80c0000d8d5f0d951b50184eef96642ba5aa6e09ad27f99fc62f4f618f9_arm64", "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:d3b840da19c7fbd96a09d3dbf591552332bc95362e3309f3701545bbc6651b7f_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:7e54d3fe0fd34275fcdab8792486441ded745b05b30585b8a34ea98a2babc1e2_s390x", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:c23709fa7f9de46dfbb0c7bb94397bc498c574106bbdfae3ea2e41e0f3633464_arm64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:daccc39a2ba42828f33d434d1b64033d2c347e2316ecffe00052322d3703e689_amd64", "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:dc77edb4bdd87a82bf5744c8670304888ef8ff363f4a94b4f33a509027121f2b_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5481f87b2b7cc5077db0cabf367e18ba4c4a6662462bc2e0aab89a02302ba502_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:763cb9683d0d60ce8f6f31b244faba03ac79b2fedbe761b57ad2138c73027a6c_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:df6de9dc8cbcf21e735001ff91f22c8d8d63576ff85fb4cb73d0af9275e2ca7f_ppc64le", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:fd22dfd48c04b58ddb871d18462188121c9d7457ecc7827b188a4e77004780c8_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:83bf9ce299723b7f6ab8c2e935f46160ec4f2b0670eed05e46e1d1683b0e5c03_arm64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a1ff9d4036f8b67e0211922dfa130392a4f04d97d793d1f8a7a94418663eebac_amd64", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:a9cf89c6e0fa0786e6f7f89f6ec34a0d168a9b83a0347e30b402b345b0fcb2cc_s390x", "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d03f4049155a2701813292a7eb192c554266d47dd3fe53e7eac8ba48a6228ecb_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:0a6dd7737a7ed54a45c2430aa128c65b5a6af9048c9617b64199ce96f9288642_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:29c8c789accfcec13ccaad2077d0c5c92e2d05444bbbdc14a6dbdd95a191665e_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:7d1ee15e19c04c07f7101019cbcdbe63f95f25bea3b691d7473c3ba71aa7ff9f_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:9616cc590c940b2aaf4216a7da0699ab43815ec8b416360653f203869e6911a1_s390x", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:317c943f3b102977a1dc7a92bebbd591ff3932a1e0c9fda7dcd3d10fd8a9faad_ppc64le", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:7eb3a8a478acf7c5ff56b122770e67f7d8dccf785fcbfedc569a37527fcc6a4b_amd64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:80d89ed0a912b22af898ff5d3b1baa2b291c970e3307d055366cb47541bf7f85_arm64", "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:ddbcfe315a56fa1a52033a06c2b97605d025bb9b7f273ab6b16a12e77b2f123c_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:384a04309164ce97b6695f2531d4c61c17c8e1e6fbff6724babbf557db8441e3_arm64", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:577ac0bf85f99b244f7447aa5392737b7948af2d84cbaa6224e80567666b5ad8_ppc64le", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:f0b9320227043cee8b64012168ccd0f2bf9ca4a21db58715a30f66a5e7d5e100_s390x", "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:fbd572ee7dde51cb4daa45cf566004ac477007a9c85599ad0fa71d1ca8a749e0_amd64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:95e36e73124e26c80dc7ddb9ca7967194c02d2b2a625501ff6f1305934a2e2bf_arm64", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:a5f362565ed61bb2ce834723b6358984cd8acb4d81ab8e05a517119b13fea345_ppc64le", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:bfb47db56e91f47f1edc498f617a07c76cf7fc6dabce5aef9402e76eec82f061_s390x", "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db7378716b0c792a56225fac919b6b7a2012bca22ad8e2c0e07ed4f93d468ab2_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:46268d6e0a372b1d7ba690b6ad4db0f6e68d8473a0deccd0e39b82e6b0ef1077_ppc64le", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:6630c49166b443772f08df7df977d14b78dc5568da704ae31de3234c55f0043c_s390x", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:913eb2182fb3900d94ade404439b446ca7d3f976d85539bf6863a4f699627b3d_amd64", "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b87b6d8266fe19ccd9f6a7b78bb7edd38d7f3453e4f81f85209292c65a068799_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:1aeef8bc092af9c6f11168e8c6845e018b1b05458320a6be8cd24c9452cfcbfe_arm64", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:35d79f7074fab01f6c941382aa4bc28105303481b2aabcdd2cf0a55492cc7989_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:63c2143072668e6f7f96424a632b4529c47e6e33516c8cf716968586f3a1b3d3_s390x", "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:9aea9526ed43c378b841fb5b1839d432c24e9968d94ff599646c4e1df3e90fdf_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:457128d2a86a1defe9f26ba54a594ca6172eab5aa7ff6ade380f864977237cd7_amd64", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:afd83ef5241b334b9cf9d2e5f6002e22f0695ee0cb1e90a54407887fd63fcc43_s390x", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:dbe40bc1368d04e75f95f08ec2b86c809a6a8990416e8d2914fc158d3caa3af5_ppc64le", "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:ecef024c093f7a593e290564730d09b846b5cb74f8c251dd1705dc3a00adca29_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nanoid: nanoid mishandles non-integer values" } ] }
rhsa-2025:0723
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Multicluster Engine for Kubernetes 2.7.3 General Availability release images, \nwhich provide enhancements, bug fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Multicluster engine for Kubernetes v2.7.3 images\n\nMulticluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.\n\nSecurity fix(es):\n\n* nanoid mishandles non-integer values (CVE-2024-55565)\n* Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0723", "url": "https://access.redhat.com/errata/RHSA-2025:0723" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0723.json" } ], "title": "Red Hat Security Advisory: Multicluster Engine for Kubernetes 2.7.3 security updates and bug fixes", "tracking": { "current_release_date": "2025-02-20T02:08:19+00:00", "generator": { "date": "2025-02-20T02:08:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0723", "initial_release_date": "2025-01-27T21:50:16+00:00", "revision_history": [ { "date": "2025-01-27T21:50:16+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-27T21:50:16+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T02:08:19+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "multicluster engine for Kubernetes 2.7 for RHEL 9", "product": { "name": "multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:multicluster_engine:2.7::el9" } } }, { "category": "product_name", "name": "multicluster engine for Kubernetes 2.7 for RHEL 8", "product": { "name": "multicluster engine for Kubernetes 2.7 for RHEL 8", "product_id": "8Base-multicluster-engine-2.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:multicluster_engine:2.7::el8" } } } ], "category": "product_family", "name": "multicluster engine for Kubernetes" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19_s390x", "product": { "name": "multicluster-engine/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19_s390x", "product_id": "multicluster-engine/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19_s390x", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37_s390x", "product": { "name": "multicluster-engine/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37_s390x", "product_id": "multicluster-engine/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2_s390x", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2_s390x", "product_id": "multicluster-engine/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3_s390x", "product": { "name": "multicluster-engine/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3_s390x", "product_id": "multicluster-engine/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c_s390x", "product": { "name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c_s390x", "product_id": "multicluster-engine/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd_s390x", "product": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd_s390x", "product_id": "multicluster-engine/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-8-rhel8\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599_s390x", "product": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599_s390x", "product_id": "multicluster-engine/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599_s390x", "product_identification_helper": { "purl": "pkg:oci/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-9-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3_s390x", "product": { "name": "multicluster-engine/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3_s390x", "product_id": "multicluster-engine/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.7.3-4" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61_s390x", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61_s390x", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba_s390x", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba_s390x", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15_s390x", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15_s390x", "product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15_s390x", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33_s390x", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33_s390x", "product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11_s390x", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11_s390x", "product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b_s390x", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b_s390x", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b_s390x", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398_s390x", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398_s390x", "product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d_s390x", "product": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d_s390x", "product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d_s390x", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc_s390x", "product": { "name": "multicluster-engine/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc_s390x", "product_id": "multicluster-engine/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc_s390x", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.7.3-9" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f_s390x", "product": { "name": "multicluster-engine/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f_s390x", "product_id": "multicluster-engine/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f_s390x", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161_s390x", "product": { "name": "multicluster-engine/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161_s390x", "product_id": "multicluster-engine/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161_s390x", "product_identification_helper": { "purl": "pkg:oci/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=v2.7.3-4" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75_s390x", "product": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75_s390x", "product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75_s390x", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa_s390x", "product": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa_s390x", "product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa_s390x", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa_s390x", "product": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa_s390x", "product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa_s390x", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.7.3-9" } } }, { "category": "product_version", "name": "multicluster-engine/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc_s390x", "product": { "name": "multicluster-engine/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc_s390x", "product_id": "multicluster-engine/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc_s390x", "product_identification_helper": { "purl": "pkg:oci/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.7.3-25" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c_s390x", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c_s390x", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.7.3-4" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c_s390x", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c_s390x", "product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c_s390x", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680_s390x", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680_s390x", "product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680_s390x", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1_s390x", "product": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1_s390x", "product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1_s390x", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882_s390x", "product": { "name": "multicluster-engine/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882_s390x", "product_id": "multicluster-engine/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882_s390x", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911_s390x", "product": { "name": "multicluster-engine/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911_s390x", "product_id": "multicluster-engine/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911_s390x", "product_identification_helper": { "purl": "pkg:oci/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.7.3-16" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291_s390x", "product": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291_s390x", "product_id": "multicluster-engine/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291_s390x", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced_s390x", "product": { "name": "multicluster-engine/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced_s390x", "product_id": "multicluster-engine/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced_s390x", "product_identification_helper": { "purl": "pkg:oci/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082_s390x", "product": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082_s390x", "product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082_s390x", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc_s390x", "product": { "name": "multicluster-engine/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc_s390x", "product_id": "multicluster-engine/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc_s390x", "product_identification_helper": { "purl": "pkg:oci/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9_s390x", "product": { "name": "multicluster-engine/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9_s390x", "product_id": "multicluster-engine/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9_s390x", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d_s390x", "product": { "name": "multicluster-engine/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d_s390x", "product_id": "multicluster-engine/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d_s390x", "product_identification_helper": { "purl": "pkg:oci/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.7.3-7" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da_amd64", "product": { "name": "multicluster-engine/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da_amd64", "product_id": "multicluster-engine/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da_amd64", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221_amd64", "product": { "name": "multicluster-engine/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221_amd64", "product_id": "multicluster-engine/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316_amd64", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316_amd64", "product_id": "multicluster-engine/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7_amd64", "product": { "name": "multicluster-engine/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7_amd64", "product_id": "multicluster-engine/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab_amd64", "product": { "name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab_amd64", "product_id": "multicluster-engine/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad_amd64", "product": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad_amd64", "product_id": "multicluster-engine/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-8-rhel8\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180_amd64", "product": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180_amd64", "product_id": "multicluster-engine/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180_amd64", "product_identification_helper": { "purl": "pkg:oci/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-9-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9_amd64", "product": { "name": "multicluster-engine/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9_amd64", "product_id": "multicluster-engine/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.7.3-4" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c_amd64", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c_amd64", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69_amd64", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69_amd64", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1_amd64", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1_amd64", "product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1_amd64", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f_amd64", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f_amd64", "product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a_amd64", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a_amd64", "product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef_amd64", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef_amd64", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef_amd64", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee_amd64", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee_amd64", "product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e_amd64", "product": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e_amd64", "product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e_amd64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f_amd64", "product": { "name": "multicluster-engine/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f_amd64", "product_id": "multicluster-engine/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f_amd64", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.7.3-9" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7_amd64", "product": { "name": "multicluster-engine/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7_amd64", "product_id": "multicluster-engine/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7_amd64", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996_amd64", "product": { "name": "multicluster-engine/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996_amd64", "product_id": "multicluster-engine/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996_amd64", "product_identification_helper": { "purl": "pkg:oci/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=v2.7.3-4" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b_amd64", "product": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b_amd64", "product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b_amd64", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e_amd64", "product": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e_amd64", "product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e_amd64", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8_amd64", "product": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8_amd64", "product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8_amd64", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.7.3-9" } } }, { "category": "product_version", "name": "multicluster-engine/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247_amd64", "product": { "name": "multicluster-engine/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247_amd64", "product_id": "multicluster-engine/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247_amd64", "product_identification_helper": { "purl": "pkg:oci/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.7.3-25" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff_amd64", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff_amd64", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.7.3-4" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea_amd64", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea_amd64", "product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea_amd64", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe_amd64", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe_amd64", "product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe_amd64", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a_amd64", "product": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a_amd64", "product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a_amd64", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c_amd64", "product": { "name": "multicluster-engine/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c_amd64", "product_id": "multicluster-engine/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c_amd64", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce_amd64", "product": { "name": "multicluster-engine/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce_amd64", "product_id": "multicluster-engine/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce_amd64", "product_identification_helper": { "purl": "pkg:oci/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.7.3-16" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405_amd64", "product": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405_amd64", "product_id": "multicluster-engine/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405_amd64", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82_amd64", "product": { "name": "multicluster-engine/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82_amd64", "product_id": "multicluster-engine/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82_amd64", "product_identification_helper": { "purl": "pkg:oci/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4_amd64", "product": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4_amd64", "product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4_amd64", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450_amd64", "product": { "name": "multicluster-engine/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450_amd64", "product_id": "multicluster-engine/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450_amd64", "product_identification_helper": { "purl": "pkg:oci/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63_amd64", "product": { "name": "multicluster-engine/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63_amd64", "product_id": "multicluster-engine/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63_amd64", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c_amd64", "product": { "name": "multicluster-engine/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c_amd64", "product_id": "multicluster-engine/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c_amd64", "product_identification_helper": { "purl": "pkg:oci/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.7.3-7" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda_arm64", "product": { "name": "multicluster-engine/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda_arm64", "product_id": "multicluster-engine/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda_arm64", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d_arm64", "product": { "name": "multicluster-engine/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d_arm64", "product_id": "multicluster-engine/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847_arm64", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847_arm64", "product_id": "multicluster-engine/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06_arm64", "product": { "name": "multicluster-engine/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06_arm64", "product_id": "multicluster-engine/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118_arm64", "product": { "name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118_arm64", "product_id": "multicluster-engine/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c_arm64", "product": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c_arm64", "product_id": "multicluster-engine/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-8-rhel8\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca_arm64", "product": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca_arm64", "product_id": "multicluster-engine/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca_arm64", "product_identification_helper": { "purl": "pkg:oci/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-9-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085_arm64", "product": { "name": "multicluster-engine/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085_arm64", "product_id": "multicluster-engine/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.7.3-4" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d_arm64", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d_arm64", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159_arm64", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159_arm64", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f_arm64", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f_arm64", "product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f_arm64", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351_arm64", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351_arm64", "product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45_arm64", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45_arm64", "product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940_arm64", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940_arm64", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940_arm64", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475_arm64", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475_arm64", "product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db_arm64", "product": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db_arm64", "product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db_arm64", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd_arm64", "product": { "name": "multicluster-engine/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd_arm64", "product_id": "multicluster-engine/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd_arm64", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.7.3-9" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6_arm64", "product": { "name": "multicluster-engine/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6_arm64", "product_id": "multicluster-engine/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6_arm64", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010_arm64", "product": { "name": "multicluster-engine/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010_arm64", "product_id": "multicluster-engine/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010_arm64", "product_identification_helper": { "purl": "pkg:oci/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=v2.7.3-4" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6_arm64", "product": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6_arm64", "product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6_arm64", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0_arm64", "product": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0_arm64", "product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0_arm64", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594_arm64", "product": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594_arm64", "product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594_arm64", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.7.3-9" } } }, { "category": "product_version", "name": "multicluster-engine/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70_arm64", "product": { "name": "multicluster-engine/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70_arm64", "product_id": "multicluster-engine/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70_arm64", "product_identification_helper": { "purl": "pkg:oci/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.7.3-25" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c_arm64", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c_arm64", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.7.3-4" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33_arm64", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33_arm64", "product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33_arm64", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436_arm64", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436_arm64", "product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436_arm64", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0_arm64", "product": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0_arm64", "product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0_arm64", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d_arm64", "product": { "name": "multicluster-engine/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d_arm64", "product_id": "multicluster-engine/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d_arm64", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba_arm64", "product": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba_arm64", "product_id": "multicluster-engine/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba_arm64", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a_arm64", "product": { "name": "multicluster-engine/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a_arm64", "product_id": "multicluster-engine/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a_arm64", "product_identification_helper": { "purl": "pkg:oci/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0_arm64", "product": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0_arm64", "product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0_arm64", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7_arm64", "product": { "name": "multicluster-engine/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7_arm64", "product_id": "multicluster-engine/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7_arm64", "product_identification_helper": { "purl": "pkg:oci/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4_arm64", "product": { "name": "multicluster-engine/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4_arm64", "product_id": "multicluster-engine/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4_arm64", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b_arm64", "product": { "name": "multicluster-engine/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b_arm64", "product_id": "multicluster-engine/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b_arm64", "product_identification_helper": { "purl": "pkg:oci/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.7.3-7" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "multicluster-engine/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e_ppc64le", "product": { "name": "multicluster-engine/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e_ppc64le", "product_id": "multicluster-engine/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393_ppc64le", "product": { "name": "multicluster-engine/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393_ppc64le", "product_id": "multicluster-engine/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378_ppc64le", "product": { "name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378_ppc64le", "product_id": "multicluster-engine/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc_ppc64le", "product": { "name": "multicluster-engine/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc_ppc64le", "product_id": "multicluster-engine/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16_ppc64le", "product": { "name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16_ppc64le", "product_id": "multicluster-engine/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519_ppc64le", "product": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519_ppc64le", "product_id": "multicluster-engine/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-8-rhel8\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445_ppc64le", "product": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445_ppc64le", "product_id": "multicluster-engine/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445_ppc64le", "product_identification_helper": { "purl": "pkg:oci/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-9-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7_ppc64le", "product": { "name": "multicluster-engine/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7_ppc64le", "product_id": "multicluster-engine/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.7.3-4" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720_ppc64le", "product": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720_ppc64le", "product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4_ppc64le", "product": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4_ppc64le", "product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce_ppc64le", "product": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce_ppc64le", "product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce_ppc64le", "product_identification_helper": { "purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df_ppc64le", "product": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df_ppc64le", "product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c_ppc64le", "product": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c_ppc64le", "product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7_ppc64le", "product": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7_ppc64le", "product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5_ppc64le", "product": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5_ppc64le", "product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f_ppc64le", "product": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f_ppc64le", "product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc_ppc64le", "product": { "name": "multicluster-engine/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc_ppc64le", "product_id": "multicluster-engine/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.7.3-9" } } }, { "category": "product_version", "name": "multicluster-engine/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2_ppc64le", "product": { "name": "multicluster-engine/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2_ppc64le", "product_id": "multicluster-engine/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e_ppc64le", "product": { "name": "multicluster-engine/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e_ppc64le", "product_id": "multicluster-engine/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=v2.7.3-4" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2_ppc64le", "product": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2_ppc64le", "product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898_ppc64le", "product": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898_ppc64le", "product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3_ppc64le", "product": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3_ppc64le", "product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.7.3-9" } } }, { "category": "product_version", "name": "multicluster-engine/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00_ppc64le", "product": { "name": "multicluster-engine/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00_ppc64le", "product_id": "multicluster-engine/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00_ppc64le", "product_identification_helper": { "purl": "pkg:oci/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.7.3-25" } } }, { "category": "product_version", "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91_ppc64le", "product": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91_ppc64le", "product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.7.3-4" } } }, { "category": "product_version", "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee_ppc64le", "product": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee_ppc64le", "product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee_ppc64le", "product_identification_helper": { "purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d_ppc64le", "product": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d_ppc64le", "product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.7.3-5" } } }, { "category": "product_version", "name": "multicluster-engine/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745_ppc64le", "product": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745_ppc64le", "product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745_ppc64le", "product_identification_helper": { "purl": "pkg:oci/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99_ppc64le", "product": { "name": "multicluster-engine/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99_ppc64le", "product_id": "multicluster-engine/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99_ppc64le", "product_identification_helper": { "purl": "pkg:oci/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e_ppc64le", "product": { "name": "multicluster-engine/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e_ppc64le", "product_id": "multicluster-engine/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.7.3-16" } } }, { "category": "product_version", "name": "multicluster-engine/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21_ppc64le", "product": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21_ppc64le", "product_id": "multicluster-engine/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21_ppc64le", "product_identification_helper": { "purl": "pkg:oci/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31_ppc64le", "product": { "name": "multicluster-engine/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31_ppc64le", "product_id": "multicluster-engine/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31_ppc64le", "product_identification_helper": { "purl": "pkg:oci/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7_ppc64le", "product": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7_ppc64le", "product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.7.3-6" } } }, { "category": "product_version", "name": "multicluster-engine/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c_ppc64le", "product": { "name": "multicluster-engine/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c_ppc64le", "product_id": "multicluster-engine/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7_ppc64le", "product": { "name": "multicluster-engine/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7_ppc64le", "product_id": "multicluster-engine/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.7.3-7" } } }, { "category": "product_version", "name": "multicluster-engine/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450_ppc64le", "product": { "name": "multicluster-engine/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450_ppc64le", "product_id": "multicluster-engine/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450_ppc64le", "product_identification_helper": { "purl": "pkg:oci/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.7.3-7" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 8", "product_id": "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad_amd64" }, "product_reference": "multicluster-engine/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad_amd64", "relates_to_product_reference": "8Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 8", "product_id": "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd_s390x" }, "product_reference": "multicluster-engine/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd_s390x", "relates_to_product_reference": "8Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 8", "product_id": "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519_ppc64le" }, "product_reference": "multicluster-engine/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519_ppc64le", "relates_to_product_reference": "8Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 8", "product_id": "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c_arm64" }, "product_reference": "multicluster-engine/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c_arm64", "relates_to_product_reference": "8Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19_s390x" }, "product_reference": "multicluster-engine/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da_amd64" }, "product_reference": "multicluster-engine/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda_arm64" }, "product_reference": "multicluster-engine/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e_ppc64le" }, "product_reference": "multicluster-engine/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393_ppc64le" }, "product_reference": "multicluster-engine/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221_amd64" }, "product_reference": "multicluster-engine/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37_s390x" }, "product_reference": "multicluster-engine/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d_arm64" }, "product_reference": "multicluster-engine/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2_s390x" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378_ppc64le" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316_amd64" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847_arm64" }, "product_reference": "multicluster-engine/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118_arm64" }, "product_reference": "multicluster-engine/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16_ppc64le" }, "product_reference": "multicluster-engine/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab_amd64" }, "product_reference": "multicluster-engine/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c_s390x" }, "product_reference": "multicluster-engine/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06_arm64" }, "product_reference": "multicluster-engine/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7_amd64" }, "product_reference": "multicluster-engine/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc_ppc64le" }, "product_reference": "multicluster-engine/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3_s390x" }, "product_reference": "multicluster-engine/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca_arm64" }, "product_reference": "multicluster-engine/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445_ppc64le" }, "product_reference": "multicluster-engine/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599_s390x" }, "product_reference": "multicluster-engine/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180_amd64" }, "product_reference": "multicluster-engine/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba_arm64" }, "product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405_amd64" }, "product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21_ppc64le" }, "product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291_s390x" }, "product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61_s390x" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d_arm64" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c_amd64" }, "product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69_amd64" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba_s390x" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159_arm64" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9_amd64" }, "product_reference": "multicluster-engine/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085_arm64" }, "product_reference": "multicluster-engine/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3_s390x" }, "product_reference": "multicluster-engine/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7_ppc64le" }, "product_reference": "multicluster-engine/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351_arm64" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33_s390x" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f_amd64" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df_ppc64le" }, "product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11_s390x" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45_arm64" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c_ppc64le" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a_amd64" }, "product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475_arm64" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398_s390x" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5_ppc64le" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee_amd64" }, "product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e_amd64" }, "product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db_arm64" }, "product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d_s390x" }, "product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f_ppc64le" }, "product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15_s390x" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce_ppc64le" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f_arm64" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1_amd64" }, "product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7_ppc64le" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940_arm64" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef_amd64" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b_s390x" }, "product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd_arm64" }, "product_reference": "multicluster-engine/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc_s390x" }, "product_reference": "multicluster-engine/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc_ppc64le" }, "product_reference": "multicluster-engine/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f_amd64" }, "product_reference": "multicluster-engine/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f_s390x" }, "product_reference": "multicluster-engine/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6_arm64" }, "product_reference": "multicluster-engine/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7_amd64" }, "product_reference": "multicluster-engine/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2_ppc64le" }, "product_reference": "multicluster-engine/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996_amd64" }, "product_reference": "multicluster-engine/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161_s390x" }, "product_reference": "multicluster-engine/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010_arm64" }, "product_reference": "multicluster-engine/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e_ppc64le" }, "product_reference": "multicluster-engine/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75_s390x" }, "product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2_ppc64le" }, "product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6_arm64" }, "product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b_amd64" }, "product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e_amd64" }, "product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0_arm64" }, "product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898_ppc64le" }, "product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa_s390x" }, "product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa_s390x" }, "product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594_arm64" }, "product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3_ppc64le" }, "product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8_amd64" }, "product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70_arm64" }, "product_reference": "multicluster-engine/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247_amd64" }, "product_reference": "multicluster-engine/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00_ppc64le" }, "product_reference": "multicluster-engine/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc_s390x" }, "product_reference": "multicluster-engine/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff_amd64" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c_arm64" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91_ppc64le" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c_s390x" }, "product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d_ppc64le" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680_s390x" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436_arm64" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe_amd64" }, "product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c_s390x" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33_arm64" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee_ppc64le" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea_amd64" }, "product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce_amd64" }, "product_reference": "multicluster-engine/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e_ppc64le" }, "product_reference": "multicluster-engine/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911_s390x" }, "product_reference": "multicluster-engine/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1_s390x" }, "product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745_ppc64le" }, "product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a_amd64" }, "product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0_arm64" }, "product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c_amd64" }, "product_reference": "multicluster-engine/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99_ppc64le" }, "product_reference": "multicluster-engine/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882_s390x" }, "product_reference": "multicluster-engine/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d_arm64" }, "product_reference": "multicluster-engine/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82_amd64" }, "product_reference": "multicluster-engine/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a_arm64" }, "product_reference": "multicluster-engine/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31_ppc64le" }, "product_reference": "multicluster-engine/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced_s390x" }, "product_reference": "multicluster-engine/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4_amd64" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082_s390x" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0_arm64" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7_ppc64le" }, "product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4_arm64" }, "product_reference": "multicluster-engine/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9_s390x" }, "product_reference": "multicluster-engine/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63_amd64" }, "product_reference": "multicluster-engine/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7_ppc64le" }, "product_reference": "multicluster-engine/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7_arm64" }, "product_reference": "multicluster-engine/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450_amd64" }, "product_reference": "multicluster-engine/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c_ppc64le" }, "product_reference": "multicluster-engine/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc_s390x" }, "product_reference": "multicluster-engine/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c_amd64" }, "product_reference": "multicluster-engine/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c_amd64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450_ppc64le" }, "product_reference": "multicluster-engine/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450_ppc64le", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d_s390x" }, "product_reference": "multicluster-engine/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d_s390x", "relates_to_product_reference": "9Base-multicluster-engine-2.7" }, { "category": "default_component_of", "full_product_name": { "name": "multicluster-engine/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9", "product_id": "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b_arm64" }, "product_reference": "multicluster-engine/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b_arm64", "relates_to_product_reference": "9Base-multicluster-engine-2.7" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad_amd64", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd_s390x", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519_ppc64le", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-27T21:50:16+00:00", "details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro", "product_ids": [ "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad_amd64", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd_s390x", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519_ppc64le", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0723" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad_amd64", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd_s390x", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519_ppc64le", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad_amd64", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd_s390x", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519_ppc64le", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-55565", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2024-12-09T02:00:45.255738+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331063" } ], "notes": [ { "category": "description", "text": "nanoid (aka Nano ID) before 5.0.9 mishandles non-integer values. 3.3.8 is also a fixed version.", "title": "Vulnerability description" }, { "category": "summary", "text": "nanoid: nanoid mishandles non-integer values", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad_amd64", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd_s390x", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519_ppc64le", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-55565" }, { "category": "external", "summary": "RHBZ#2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-55565", "url": "https://www.cve.org/CVERecord?id=CVE-2024-55565" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565" }, { "category": "external", "summary": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8", "url": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8" }, { "category": "external", "summary": "https://github.com/ai/nanoid/pull/510", "url": "https://github.com/ai/nanoid/pull/510" }, { "category": "external", "summary": "https://github.com/ai/nanoid/releases/tag/5.0.9", "url": "https://github.com/ai/nanoid/releases/tag/5.0.9" } ], "release_date": "2024-12-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-27T21:50:16+00:00", "details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro", "product_ids": [ "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad_amd64", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd_s390x", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519_ppc64le", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0723" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:90e778ffd1fc4a02725f1cdb5ae8cc638c72cdae5db28f9b9c533168efc610ad_amd64", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:9fc87d3235f7ed08eed4a1882ce90e45ef066a739d283196ac8750a83cedd4dd_s390x", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:a4ac586c6868fbadd653a4dbc6cdfdbd6e1b4578736546c2e3914b0b5c7b6519_ppc64le", "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:f3bc75d2b866b7ac520d4ffbd94f629a2fb053a94408444599eb224d2ddf157c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:2c0873ad57a74fa7bc8418f6538ebd47555a36480f70641d348a6413c7831c19_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:4439b639ea4013545156597aa8ce315a8ca20580759867665e35e608d4ba60da_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:a08779ba332c38f73867219b082f857b60350f84d2877cc82b843e176cbbdeda_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:cf7bae61b19120878da28e5039b98548c52d74067d43f237073ab93315e0223e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:0b8ad3da0189616cf294dfd89d74f7e0fcc2ef495e2850c419026e6a7a01a393_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:22c78778575599d78ff61a7853fbebacb0b5c4d80d11cde0220ad87f77fde221_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:84d7faff657339933b02f5b98af3031e39672bb4302f8acd7da868fcdb2d8e37_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:92396308dc4da38acf537e0282e93edbb559cb5e57a33778ce4bed0516bcf55d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:2aafa3d59fff13771b8085d4896bc7169ec3e034a5b7842644cf09f0be1060a2_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:4cc74776030254b6c59dc301145610428b97443bd28979ea6ffdb2003d6b4378_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:92edbf9c50ac0b24c5f0b6868457e12546b320990c7cfd915a03acc289248316_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:aabb2275bf503491a54068c7784e7704397f7e9ce0594f9f342d777379c07847_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:584259fe78d6d6e70fae50d53068a64fffb3476824f35aaa29f57b81de88d118_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9b3c39dcbe3e6f0941cd878c433db49d5587229913e9701de48863ca8324ed16_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:e0692c445de5e5070cf8d366bcc677081c1db86ce58321547344241bd80847ab_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:efa3396f7407ef74a1600fe8a66ec9b81d05aca0705645860d0647e7847e548c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:19b460c2954558043116149e00604a3412fd8ec7e3f883472aa031208410fe06_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:315aa5ca60dc21d177377b718ab4fee6ffdf552e864e3e29cfc5555ddf1558f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:3e706b027434d8c7646956b1ef0eb5977dd7d21ab7603d801db518165ccb02bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:606d94107403657888092254d151372431b8b7c2a8a6ea9d9906c731322d0fc3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:1322dd3dcbba4ad8d3ec43a0362204a93a1c3631c458994a19d52f1ae899ebca_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:18b7173ae7549e968d6e8f6ef55a87bcac85059ca3bea81d1846b9331d47f445_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:b3731cb0632c894d5a5342d7f320ef97c1b7dfc8a473dd6967bf152542ee6599_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:e257bf4401a832ec4d1f808f175dede360e440ce34ee0c709d3a6164e2f12180_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:1ab51e62d1271ee21e4d14da38e976d01928b78d46d17a6fd35686482d59ebba_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:24f209b9fd438f13a8250025d69fd1d59afbf03705c85dc62602b6080ad3e405_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5e843151a803c27a33e96e679b63c74ff9fcfc45bf4c50728812f624dde4dd21_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:7f61c2d5883c5e645025568cc7749475436038d41f648606603a039001810291_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5a63cf731c9f70a1460a7b86d5cf637ed87b00b36c45532a7ec1954d6c01bd61_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:89e49730ce28a16ebd308a817f5bc67adbb6baeff8fbbab78d1eb7bef710396d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9eabc41e0afcad2accdea01d9741cf605532e6171611ecccc24c15b12d3f5720_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b9e26dbc3ba3e2b817318a359372b1d9c06ccc8bdf85f25d61fb812474a7c80c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:003fd600c12df5889e9372634adf906edf2457bd33d18377186b5e3e5cef4f69_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:70f33a4a35dee7aab6a21cd5f12c19e565c8d390d7698f81a2014069ada39dba_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:747e8c723689ccf35ff5716b3422bbc85d3ff05fb05a66f8cd555e2e7213c159_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:bb823ed6853032e72cc7fcba0dc6f124ea46659c3ce36bb9481cad4d12adbbb4_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:3eb8eaf9fd740e9d5e07ae6ae88525f1073750c3ca3516a8b39e080de2a97ad9_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:45be49b8be3fb4735a205c366947c630a20212fdfba7637b276825771c4f1085_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:562750eed75740e05aed1fe0f144ac3d9c746e6ee6adbe239b7a7d3d65be5cb3_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:adb73ee164e716b894eb2138bb7114ddbd03ae078df8492ff2f363dec9af6df7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:12c34a79e955119829d3bfa56470d50f1eab33dddba3f529cd5b5be6c4f35351_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:2511037f66ceb6d287a39c4899cddedab211a0b59a31f0fa43d2b0e48a663e33_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:d7a53df47a24b94378717378e424bbff2989608e4d317f51bbd0f1012388f84f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:f50ee60c3db10b91a9ee61367973464247289ee2f53e1102f83d6578acef82df_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1a7139c1def796dd694b186f90e5e5b8741a76ec5084316da137e404fec56c11_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:28bf677df1c19c25737b1b71f119673c98176ea010a3068d84ae541c95311c45_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:6606b00a72738bb5c65ee2e9abe6c9528c23c89f5c4ffd71461e8414f8df4f0c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:7b545679b523294f5b02210a6085f62a1a246161f3302e8c0552e788ec48751a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:7bab54a7e36147fe94c45db58cb37eefacc3f85c70c7f491cee454609663b475_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:b607a36d138ad79df2d7454a1fdaa127551821c35eb03e8cc13f0cfcefc3c398_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca90da3aa4ef8b451045e24090ded0decd00e02d5fddefec6ae8eb2bc21c5ae5_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:e3054e1d477649a04c2491dd1b20761f48428f826b5248ee1b8c03fd4b157aee_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:2d855eb51868b95a179087bb82cef06ff77a3396534dd29498c8c639ad05a74e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:92e39ed1e55215eb8f3693aafe696e75b1a03025cb75bfc9a150871eb18e33db_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c157e194caca300a8c40d490f669bff7cdd40391c3e8470619f2de835492899d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:c770ecfa73d37be0bc42566a131c2a1c99037ee84fcf25e65b6cb177b7b8105f_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:482d905d2346eda56648bc1c4e1f2a54546c7a3c5070d624960225229d382d15_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:7c69a72ba011767a14235c51e7ab1f9ec49dfc3756e376b60f2f52c2f69bd5ce_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:bf476a29a23c204a1324560c2f3a173716a5fa52e69ceb9fde807fe9d7d3835f_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:dab833cb3f129b783f3c11f47de8df87702909e2dd6e5d144d85d67a604255a1_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1bced506f12770b2adec86a7547a1250b4090edcfc6089bf4b9e74b4ee81a5e7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5d805108a267c5bcf96ad0db1f47ea1905b8d16ce9522e9135504ddea5b41940_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a2a8bc250e5391322729cc8028ee44877d8e063489715ab5876a164a0c774aef_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:f37e1057481494d8bbe6922bf6e7d3b18a706744c58a394d3540e522baa8683b_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:0539a0704790326d4bd2848ae855865c8a673a58b4f287f104b90aefafcc5fcd_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:62d1dd6704b97197eb20b42589eaa3c6a3ad23387c1f59a76300e168b90fffbc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:958dc6a9652ab6ba6244ef1aa1096508532f6ef46907b249df9292d12b7c64bc_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:d64a66276c67549f70498e9db1ee0e2867de2e4a7ce9d056c804ae57d8385c1f_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4b3d3cb479d35a3a9e865d46b3d34e7cee3ac520d039f44247ec165ced784c9f_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:63b7b9182d94a91832c8e8df03fdb0be3e4c5aaee1831a4f5cc6a58c154bb1b6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:b158b4072ab6726d10cc0dc6d104a459100b415f7f0ce5bb2f665b8f69cb26f7_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:da28f3a645fc8b02aab0fd343ea405936a4b9d1bb90292752f028f39ee5e56d2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:57291418d4e7b657de538184033332de7e6b43927f61aae79353b8ea3b3b6996_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:761dfb56fb678de404c44d6e6716de1bd9667b16fad412b36053a3c0cbf89161_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:7af7ec01d6aa70d0ea18048f4e99cafc512b7e1e50bb159b256a625337df5010_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:ccc4af3c6ee0012b054bfd366d26abac04737d6b854021cadce048090f210c9e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:89ba70af5c5c85e3dce57ac6e201e36cf7642f8f37e56edf5610f363d3e51b75_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:98f3ab86cae07813ba5970e8b7bad201644c4a3b51811049f23c143300f6d9e2_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9c5c0db9cc29388c4562c663cdd2c56cdc5fd4c059309f08d25dbc304e76fbe6_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:af4418a1d14f553d4ff3e842c1a928762cb2027e343b72add95241791de6dd8b_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:11cfe3a7ce1ab298c742406e93abf6a902533bd3bd323be2ead144e0364bbb2e_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:18404e5d8d367ba3060a138d1568ac2a7cb6f5fd3da85e2bfd3cab47143a83a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:66f2573dab3fc1dd1f53c9feccaa74a04bb95cfb32e6f1c5ef75f090d63d8898_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8ca227b7503e4937632d021cebfc962ce0559d9d601a0c7817a8dbdfa69ad2fa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:1c92ecd540e31e68fbe005c1fd52760526f732ac533d73202a9138ca074ddefa_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5a843c612a4d4017f5f1bfe338db35c32763680f2b2954e2ac565e9e353cc594_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:5df8204916470f87434e34f717f7c287faf7480c83afae9b3a22ec20c1b51ce3_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c8e45908095e9ae6c0273bc9219f660d1a6047038cf0f765d269e840f76346b8_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0ce2ab2fd027409431e34339e43147d4906d5dd41f67e5647ad9c6ead412ba70_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:36201087682eb0dd75c9b16ce91b4b62c7dbc7c471ad84fc5a64b5ee18c34247_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:6ab47265f764c09b9c91aa83631399b74eacdb971fd429a31441fdffa0f43a00_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:9dfeee186f1325e9ad8edeb021e838bd619ae3555ab7e7a8e2d3acf6dc3f27dc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:0d57184dfa0db03e3c243ae9c1ad883e39a4fb2cc18199d728101b68cbbec9ff_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:22a42be92ff95fd363091782d36aaac866de6a7e79c308e97991f23f7aa85a3c_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:6af431b3579a1de16d433018627bd5dd607a65a5d1e4caf6e3377648c0e12f91_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:abd09ffcfd2d9e4332eb0d020e1d69955493e29f61b3b2a488819a843c015d8c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:07de81204ec3cc98048ee251ad28dd97614f668bf391a0546d914163e327f76d_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:13cf799f051f2f463a5b2349ab13738c0e1f6f8f932073cc500abcda9cec9680_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:58dab604aa188ae0ea17860645c8ccf73db3293848729fb0463db069ecd87436_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:6ba02b8b81f562477d1d389d0e6f3033e80abfefed6588297d106caf1a8e6ffe_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3488a2dbbb3b762acf0d02c1677382eec8e4f700ecfa2273e9df7235716c1e1c_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:3728ea80225f21931b49b10ca32000eebf6408c1652ffc66694300e1b2afaa33_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:90aa24ffd24570c66766bc471f6d76ca68f70dc495bc1988db3c6d8b5e4590ee_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:bb5ac1ce609c18736dbdc0796f0ad9fd8fb5315f427c707dd2aabe78fd0a97ea_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:584af3c208fae5d98a55f8bcb6fec04825da0372b51f9d71b7594c3dc42086ce_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c5d27c0a1da8067e3ccfbe7966563e69464e2fa586accbc9a58bf39e4cd05b3e_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:f88a0480b439ffb3ea63125eca5e47e59065448c29148b0b6a1482d30b12e911_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:0bf1c9d7f9bf0e8365343e4de31d1c4c4d5550ff5ad8b524664c9527869c45a1_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:31453ac273c660a753c4189c8327be4bf331e61a5ef6f906031a39f7a1f6e745_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:3bc91342c0c140a1bb6f37f21d85b510a657725015e40cb439329bb1786e249a_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:a03b56239745ac101cb1ce993d7cfbba455202a1b1e6fad27b523bde7f9601d0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:50e26bffd7650e46009599b0ab57f09c61e001d868f6503e8e25649d73a71d3c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:661cbeacfdf3b3ff3a76e862208f9ae46fdb78bcafbfbc43956386d7f0d73b99_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:95f376f89e38d0947369b0624afc77600ebd5c36fe820976e0df1d0b6b3a7882_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:e5ed74bb512029945861774e1fd1060289557663bd8225f50d4b08d3f888b95d_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:3dbc105522e69980d7ec327cf0dcc06bd50a3ca745c14b1b60cf9d2e0db07c82_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:8bd82b97315001baa96c628e3f61f4e9fad9dc9c0f348eab09347161fa18513a_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:ab391e1119fe21fb4277ba52e01603de2f71532f5ee06cc25086aa3c4b50bb31_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:c42ac0df02066794d85419035b8725bf450be46757e51257b9ef164fb7c36ced_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:774a1300970b13933d0221636613daacc77d6b1533fa2741b8aac56ac33e64b4_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:7795b17255517aeb02de84f362382216972697e46ea0a86657a271f41ae29082_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e35ad5fa0e814781da6413fdb73814da37d765e59a2287d7467c63be082162a0_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e76319aa72ab4a474c1e173f784992596db3bca5ab5f8f579a1d057e3205bbf7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:0405bff3e6947033a9a2c397d026ee11a421d87389ea3ed320736e2b5f4aa7d4_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:37e6daa114b2c6f8c0a58bfb82030d6c28b42208cc0058349b9e76cde32963b9_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:80903e9448c1d147dd81df62052318c4b447a8f883d901be1e9304dd30781b63_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c2c188a34e36eba7110b463fd243555a46bd1411a956f3e7e8e165c1ce1306a7_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:5c085061bd329464070de4f4866962670c7f4176cee79646be71f8f206481ca7_arm64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:a5ea7b3ab55ea4938b15f97519342e02af5c3ebadbf96d3e8abd8136894b4450_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:beedcd670e831b0dbb8aa708e38cfe40bb5ab0b76484e066e2d58f9fc3edc72c_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:fd2ec5da1a7ab9581a8d002b90e3af0d3d80108dfa974be1638cd445d908fadc_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06d5c6b16ec5ed40ecd8c41eb64ff346bcd728518c13e3db9969c5f5ad3bc18c_amd64", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:35cd1b0864c2f5d8b97be14dd3776b682323ea19d9189674ae1a264e678b4450_ppc64le", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:38c9644bbca18c2862cdb8a5af59fc38c6d80ef92a6692f816638c10ff70be6d_s390x", "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:7f81bd3389e2a9d0193856e36bb669d6282d362cba27b990946898030abab16b_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nanoid: nanoid mishandles non-integer values" } ] }
rhsa-2025:1325
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details see [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1).", "title": "Topic" }, { "category": "general", "text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1325", "url": "https://access.redhat.com/errata/RHSA-2025:1325" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1325.json" } ], "title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release", "tracking": { "current_release_date": "2025-02-20T02:08:59+00:00", "generator": { "date": "2025-02-20T02:08:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1325", "initial_release_date": "2025-02-11T15:41:41+00:00", "revision_history": [ { "date": "2025-02-11T15:41:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-11T15:41:41+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T02:08:59+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Trusted Artifact Signer 1.1", "product": { "name": "Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9" } } } ], "category": "product_family", "name": "Red Hat Trusted Artifact Signer" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:aed7cb5d3cd161f78fe149474f3b5e1a748580b63845359052f1bbea4a96274e_amd64", "product": { "name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:aed7cb5d3cd161f78fe149474f3b5e1a748580b63845359052f1bbea4a96274e_amd64", "product_id": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:aed7cb5d3cd161f78fe149474f3b5e1a748580b63845359052f1bbea4a96274e_amd64", "product_identification_helper": { "purl": "pkg:oci/rekor-backfill-redis-rhel9@sha256%3Aaed7cb5d3cd161f78fe149474f3b5e1a748580b63845359052f1bbea4a96274e?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738841309" } } }, { "category": "product_version", "name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bf76929ebbe0ee20f8f757b2a8c834ea11e2ae5b5e8db8e0ed4f81f68c14b44a_amd64", "product": { "name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bf76929ebbe0ee20f8f757b2a8c834ea11e2ae5b5e8db8e0ed4f81f68c14b44a_amd64", "product_id": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bf76929ebbe0ee20f8f757b2a8c834ea11e2ae5b5e8db8e0ed4f81f68c14b44a_amd64", "product_identification_helper": { "purl": "pkg:oci/rekor-cli-rhel9@sha256%3Abf76929ebbe0ee20f8f757b2a8c834ea11e2ae5b5e8db8e0ed4f81f68c14b44a?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738840717" } } }, { "category": "product_version", "name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:6c42857864311572667ae2f9697ac812b74e1cba0c1e03ddd6f6f3f06aed7ab6_amd64", "product": { "name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:6c42857864311572667ae2f9697ac812b74e1cba0c1e03ddd6f6f3f06aed7ab6_amd64", "product_id": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:6c42857864311572667ae2f9697ac812b74e1cba0c1e03ddd6f6f3f06aed7ab6_amd64", "product_identification_helper": { "purl": "pkg:oci/rekor-server-rhel9@sha256%3A6c42857864311572667ae2f9697ac812b74e1cba0c1e03ddd6f6f3f06aed7ab6?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738840711" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:aed7cb5d3cd161f78fe149474f3b5e1a748580b63845359052f1bbea4a96274e_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:aed7cb5d3cd161f78fe149474f3b5e1a748580b63845359052f1bbea4a96274e_amd64" }, "product_reference": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:aed7cb5d3cd161f78fe149474f3b5e1a748580b63845359052f1bbea4a96274e_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bf76929ebbe0ee20f8f757b2a8c834ea11e2ae5b5e8db8e0ed4f81f68c14b44a_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bf76929ebbe0ee20f8f757b2a8c834ea11e2ae5b5e8db8e0ed4f81f68c14b44a_amd64" }, "product_reference": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bf76929ebbe0ee20f8f757b2a8c834ea11e2ae5b5e8db8e0ed4f81f68c14b44a_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:6c42857864311572667ae2f9697ac812b74e1cba0c1e03ddd6f6f3f06aed7ab6_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:6c42857864311572667ae2f9697ac812b74e1cba0c1e03ddd6f6f3f06aed7ab6_amd64" }, "product_reference": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:6c42857864311572667ae2f9697ac812b74e1cba0c1e03ddd6f6f3f06aed7ab6_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:aed7cb5d3cd161f78fe149474f3b5e1a748580b63845359052f1bbea4a96274e_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bf76929ebbe0ee20f8f757b2a8c834ea11e2ae5b5e8db8e0ed4f81f68c14b44a_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:6c42857864311572667ae2f9697ac812b74e1cba0c1e03ddd6f6f3f06aed7ab6_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T15:41:41+00:00", "details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:aed7cb5d3cd161f78fe149474f3b5e1a748580b63845359052f1bbea4a96274e_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bf76929ebbe0ee20f8f757b2a8c834ea11e2ae5b5e8db8e0ed4f81f68c14b44a_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:6c42857864311572667ae2f9697ac812b74e1cba0c1e03ddd6f6f3f06aed7ab6_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1325" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:aed7cb5d3cd161f78fe149474f3b5e1a748580b63845359052f1bbea4a96274e_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bf76929ebbe0ee20f8f757b2a8c834ea11e2ae5b5e8db8e0ed4f81f68c14b44a_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:6c42857864311572667ae2f9697ac812b74e1cba0c1e03ddd6f6f3f06aed7ab6_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:aed7cb5d3cd161f78fe149474f3b5e1a748580b63845359052f1bbea4a96274e_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bf76929ebbe0ee20f8f757b2a8c834ea11e2ae5b5e8db8e0ed4f81f68c14b44a_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:6c42857864311572667ae2f9697ac812b74e1cba0c1e03ddd6f6f3f06aed7ab6_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" } ] }
rhsa-2025:1326
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details see [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1).", "title": "Topic" }, { "category": "general", "text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1326", "url": "https://access.redhat.com/errata/RHSA-2025:1326" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1326.json" } ], "title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release", "tracking": { "current_release_date": "2025-02-20T02:08:50+00:00", "generator": { "date": "2025-02-20T02:08:50+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1326", "initial_release_date": "2025-02-11T15:41:51+00:00", "revision_history": [ { "date": "2025-02-11T15:41:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-11T15:41:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T02:08:50+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Trusted Artifact Signer 1.1", "product": { "name": "Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9" } } } ], "category": "product_family", "name": "Red Hat Trusted Artifact Signer" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64", "product": { "name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64", "product_id": "registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64", "product_identification_helper": { "purl": "pkg:oci/client-server-rhel9@sha256%3A974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738849704" } } }, { "category": "product_version", "name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64", "product": { "name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64", "product_id": "registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64", "product_identification_helper": { "purl": "pkg:oci/cosign-rhel9@sha256%3A36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738837681" } } }, { "category": "product_version", "name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64", "product": { "name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64", "product_id": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64", "product_identification_helper": { "purl": "pkg:oci/gitsign-rhel9@sha256%3A090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738843004" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64" }, "product_reference": "registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64" }, "product_reference": "registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64" }, "product_reference": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64" ], "known_not_affected": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T15:41:51+00:00", "details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1326" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64", "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" } ] }
rhsa-2025:1331
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Gatekeeper v3.17.1\n\nGatekeeper is a validating webhook with auditing capabilities that can\nenforce custom resource definition-based policies that are run with the\nOpen Policy Agent (OPA). Gatekeeper is supported through a Red Hat Advanced\nCluster Management for Kubernetes subscription.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Gatekeeper v3.17.1\n\nStarting in v3.17.1, users can specify a `containerArguments` list of names\nand values for both the audit and webhook configurations to be passed to\nthe respective deployment. These will be ignored if the argument has\nalready been set by the operator or specifies an argument listed in the\ndeny list.\n\nStarting in v3.17.1, the following namespaces are exempt from admission\ncontrol:\n\n- kube-*\n- multicluster-engine\n- hypershift\n- hive\n- rhacs-operator\n- open-cluster-*\n- openshift-*\n\nTo disable the default exempt namespaces, set the namespaces you want on\nthe object.\n\nSecurity fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback might cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n\nAdditional Release Notes:\n\n* v3.17.0: \nhttps://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.0\n* v3.17.1: \nhttps://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.1", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1331", "url": "https://access.redhat.com/errata/RHSA-2025:1331" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.0", "url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.0" }, { "category": "external", "summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.1", "url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.1" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "HYPBLD-545", "url": "https://issues.redhat.com/browse/HYPBLD-545" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1331.json" } ], "title": "Red Hat Security Advisory: Gatekeeper v3.17.1", "tracking": { "current_release_date": "2025-02-20T11:28:01+00:00", "generator": { "date": "2025-02-20T11:28:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1331", "initial_release_date": "2025-02-12T17:47:51+00:00", "revision_history": [ { "date": "2025-02-12T17:47:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-12T17:47:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:28:01+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "gatekeeper 3.17 for RHEL 9", "product": { "name": "gatekeeper 3.17 for RHEL 9", "product_id": "9Base-gatekeeper-3.17", "product_identification_helper": { "cpe": "cpe:/a:redhat:gatekeeper:3.17::el9" } } } ], "category": "product_family", "name": "gatekeeper" }, { "branches": [ { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64", "product": { "name": "gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64", "product_id": "gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.1-7" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64", "product": { "name": "gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64", "product_id": "gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-operator-bundle\u0026tag=v3.17.1-6" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64", "product": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64", "product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.1-5" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le", "product": { "name": "gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le", "product_id": "gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.1-7" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le", "product": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le", "product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.1-5" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x", "product": { "name": "gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x", "product_id": "gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.1-7" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x", "product": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x", "product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.1-5" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64", "product": { "name": "gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64", "product_id": "gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.1-7" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64", "product": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64", "product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.1-5" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64 as a component of gatekeeper 3.17 for RHEL 9", "product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64" }, "product_reference": "gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64", "relates_to_product_reference": "9Base-gatekeeper-3.17" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le as a component of gatekeeper 3.17 for RHEL 9", "product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le" }, "product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le", "relates_to_product_reference": "9Base-gatekeeper-3.17" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64 as a component of gatekeeper 3.17 for RHEL 9", "product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64" }, "product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64", "relates_to_product_reference": "9Base-gatekeeper-3.17" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x as a component of gatekeeper 3.17 for RHEL 9", "product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x" }, "product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x", "relates_to_product_reference": "9Base-gatekeeper-3.17" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64 as a component of gatekeeper 3.17 for RHEL 9", "product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64" }, "product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64", "relates_to_product_reference": "9Base-gatekeeper-3.17" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64 as a component of gatekeeper 3.17 for RHEL 9", "product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64" }, "product_reference": "gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64", "relates_to_product_reference": "9Base-gatekeeper-3.17" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le as a component of gatekeeper 3.17 for RHEL 9", "product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le" }, "product_reference": "gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le", "relates_to_product_reference": "9Base-gatekeeper-3.17" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x as a component of gatekeeper 3.17 for RHEL 9", "product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x" }, "product_reference": "gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x", "relates_to_product_reference": "9Base-gatekeeper-3.17" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64 as a component of gatekeeper 3.17 for RHEL 9", "product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64" }, "product_reference": "gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64", "relates_to_product_reference": "9Base-gatekeeper-3.17" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-12T17:47:51+00:00", "details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.", "product_ids": [ "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1331" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-12T17:47:51+00:00", "details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.", "product_ids": [ "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1331" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x", "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:0649
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.16.32 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.16.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.16.32. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:0650\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may\ncause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0649", "url": "https://access.redhat.com/errata/RHSA-2025:0649" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0649.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.32 security and extras update", "tracking": { "current_release_date": "2025-02-20T11:26:54+00:00", "generator": { "date": "2025-02-20T11:26:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0649", "initial_release_date": "2025-01-29T00:29:19+00:00", "revision_history": [ { "date": "2025-01-29T00:29:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-29T00:29:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:54+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.16", "product": { "name": "Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.16::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf_arm64", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf_arm64", "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.16.0-202501201505.p0.g50ffc01.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34_arm64", "product": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34_arm64", "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.16.0-202501211505.p0.gca64b42.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678_arm64", "product": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678_arm64", "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.16.0-202501201635.p0.gc56dbc5.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9_arm64", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9_arm64", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9_arm64", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.16.0-202501211505.p0.gca64b42.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d_arm64", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d_arm64", "product_id": "openshift4/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.16.0-202501201505.p0.g753ddbc.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee_arm64", "product": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee_arm64", "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.16.0-202501201505.p0.g599fb3a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c_arm64", "product": { "name": "openshift4/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c_arm64", "product_id": "openshift4/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c_arm64", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.16.0-202501201505.p0.g599fb3a.assembly.stream.el9" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05_amd64", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05_amd64", "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.16.0-202501201505.p0.g50ffc01.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865_amd64", "product": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865_amd64", "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.16.0-202501211505.p0.gca64b42.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2_amd64", "product": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2_amd64", "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.16.0-202501201635.p0.gc56dbc5.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035_amd64", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035_amd64", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035_amd64", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.16.0-202501211505.p0.gca64b42.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48_amd64", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48_amd64", "product_id": "openshift4/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.16.0-202501201505.p0.g753ddbc.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02_amd64", "product": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02_amd64", "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.16.0-202501201505.p0.g599fb3a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83_amd64", "product": { "name": "openshift4/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83_amd64", "product_id": "openshift4/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83_amd64", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.16.0-202501201505.p0.g599fb3a.assembly.stream.el9" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7_ppc64le", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7_ppc64le", "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.16.0-202501201505.p0.g50ffc01.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e_ppc64le", "product": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e_ppc64le", "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.16.0-202501211505.p0.gca64b42.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315_ppc64le", "product": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315_ppc64le", "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.16.0-202501201635.p0.gc56dbc5.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6_ppc64le", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6_ppc64le", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.16.0-202501211505.p0.gca64b42.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53_ppc64le", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53_ppc64le", "product_id": "openshift4/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.16.0-202501201505.p0.g753ddbc.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1_ppc64le", "product": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1_ppc64le", "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.16.0-202501201505.p0.g599fb3a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336_ppc64le", "product": { "name": "openshift4/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336_ppc64le", "product_id": "openshift4/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.16.0-202501201505.p0.g599fb3a.assembly.stream.el9" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048_s390x", "product": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048_s390x", "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.16.0-202501211505.p0.gca64b42.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319_s390x", "product": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319_s390x", "product_id": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=v4.16.0-202501201635.p0.gc56dbc5.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c_s390x", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c_s390x", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c_s390x", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.16.0-202501211505.p0.gca64b42.assembly.stream.el9" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9_arm64" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035_amd64" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6_ppc64le" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c_s390x" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319_s390x" }, "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2_amd64" }, "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678_arm64" }, "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315_ppc64le" }, "product_reference": "openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7_ppc64le" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf_arm64" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05_amd64" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865_amd64" }, "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e_ppc64le" }, "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048_s390x" }, "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34_arm64" }, "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee_arm64" }, "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1_ppc64le" }, "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02_amd64" }, "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d_arm64" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53_ppc64le" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48_amd64" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336_ppc64le" }, "product_reference": "openshift4/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c_arm64" }, "product_reference": "openshift4/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83_amd64" }, "product_reference": "openshift4/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9_arm64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035_amd64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6_ppc64le", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf_arm64", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05_amd64", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865_amd64", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048_s390x", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02_amd64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336_ppc64le", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c_arm64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48_amd64" ], "known_not_affected": [ "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9_arm64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035_amd64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6_ppc64le", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf_arm64", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05_amd64", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865_amd64", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048_s390x", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02_amd64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336_ppc64le", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c_arm64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-29T00:29:19+00:00", "details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html", "product_ids": [ "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0649" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9_arm64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035_amd64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6_ppc64le", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf_arm64", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05_amd64", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865_amd64", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048_s390x", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02_amd64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48_amd64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336_ppc64le", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c_arm64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9_arm64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035_amd64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6_ppc64le", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf_arm64", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05_amd64", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865_amd64", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048_s390x", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02_amd64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48_amd64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336_ppc64le", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c_arm64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9_arm64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035_amd64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6_ppc64le", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c_s390x", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865_amd64", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048_s390x", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48_amd64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336_ppc64le", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c_arm64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf_arm64", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05_amd64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02_amd64" ], "known_not_affected": [ "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9_arm64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035_amd64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6_ppc64le", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c_s390x", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865_amd64", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048_s390x", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48_amd64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336_ppc64le", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c_arm64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-29T00:29:19+00:00", "details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html", "product_ids": [ "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf_arm64", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05_amd64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0649" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:097aca13e371ba6c768feebe748174e9f6c8cf374d15205cf6c114e0bb3a6cb9_arm64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:942d15e61676249a037c29edced7ed6ae8fedf088c8aff82cd669aff06335035_amd64", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:b1db1d213c721edfc2a10690f894c8238ced76e1f59cd9fe1c4c0fc26ef02fe6_ppc64le", "9Base-RHOSE-4.16:openshift4/kubernetes-nmstate-rhel9-operator@sha256:cc221884b4d2b31831befd6c4736928ab6e4b1deeb49b600670f5d4afd1cb45c_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:50d650b8e58cc450ecd5276448ed1300164b657b3679094c11a84cf81135f319_s390x", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:90e9c730b819392d18e9ed50d803dc7dcaabf8838b3703af46d8bcb1e914e5c2_amd64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e0337f476b9b770056b98f2a1379fea8f49a920852b05c3f46b3a27b5271e678_arm64", "9Base-RHOSE-4.16:openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fc3cea89aab6d2df854fc49db3ea39431442376d0e485b3f5c12893fc0c99315_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:130a396c6279dfcf7a20f3fe86ac3050c6bdc94edc037b7f58c8a9acb0caf5f7_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:9e94a37d92415bea3b9c64f8227df1d048f36d3fc26ecc92400c0f3abecc6baf_arm64", "9Base-RHOSE-4.16:openshift4/ose-cloud-event-proxy-rhel9@sha256:b18a781f76312753a80b16735e99900f1902f877730ed530f89d6f0b6653cf05_amd64", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:4d1a02f8e3e6ae24d8757c7efeeb9f2f3eb79b5afa85c36bb57eca77c4506865_amd64", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:536f4e894aab2bf6e53a34e0a061ad8bfd0e1957148060a86c722e1e30d5c46e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:a827e2b3895e5edc20a8a26ee32bfab9b0ea448cd884b599fffcd673054b8048_s390x", "9Base-RHOSE-4.16:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b2acb7d021a8a7e914e2a6df25e3e9b45ca813908963f6cd0d8dcf91a16c9b34_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:1ca7fa7517709adac6617d2029b69407accc27b1a3b05b9b404cccc3ac3164ee_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:5c282cff9756b5d4c2e277f0202a7e2faa3e4a6f53db76a2f21dd03a6dd0eef1_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9-operator@sha256:c9d94178cd733ef277ac3d7a231376f0e0629729f4879e51a7d662cbaaa24d02_amd64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:0e59c30692d15a083e1db09b8743b1da4540f46a6ffd1a1a0711af68ae1c7e9d_arm64", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:74ccd531b29ab1b8edbdeacfad1d3e185befde48a9b3c48d561d0e668e7b2f53_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-ptp-rhel9@sha256:7d4d05fe176ed5215ad6332464885df4e22d0dc0cd738e229b694bc82a293f48_amd64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:b3f21876bd9294265255af2ceaea74a403873cb36919c4a99558658e58289336_ppc64le", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:c041ab601fcc0eb48d5be51d19dd179bba33611626a7293e22767a493137035c_arm64", "9Base-RHOSE-4.16:openshift4/ptp-must-gather-rhel9@sha256:f6ffc587673dca8a96d4fe60c4e172ca0ba41426ffe58def1b19e1f844278c83_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:1468
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated images are now available for Red Hat Advanced Cluster Security for Kubernetes (RHACS). The updated image includes security fixes.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "This release of RHACS 4.4.8 includes security fixes. If you are\nusing an earlier version of RHACS 4.4, you are advised to upgrade to this\npatch release 4.4.8.\n\nSecurity issues fixed:\n\n* npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript (CVE-2024-11831)\n\n* go-git: Argument injection via the URL field (CVE-2025-21613)\n\n* go-git: Go-git clients vulnerable to DoS via maliciously crafted Git server replies (CVE-2025-21614)\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1468", "url": "https://access.redhat.com/errata/RHSA-2025:1468" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://docs.openshift.com/acs/4.4/release_notes/44-release-notes.html", "url": "https://docs.openshift.com/acs/4.4/release_notes/44-release-notes.html" }, { "category": "external", "summary": "2312579", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312579" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "2335888", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888" }, { "category": "external", "summary": "2335901", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335901" }, { "category": "external", "summary": "ROX-27933", "url": "https://issues.redhat.com/browse/ROX-27933" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1468.json" } ], "title": "Red Hat Security Advisory: ACS 4.4 enhancement and security update", "tracking": { "current_release_date": "2025-02-20T11:27:52+00:00", "generator": { "date": "2025-02-20T11:27:52+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1468", "initial_release_date": "2025-02-13T18:14:31+00:00", "revision_history": [ { "date": "2025-02-13T18:14:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-13T18:14:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:27:52+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "RHACS 4.4 for RHEL 8", "product": { "name": "RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:advanced_cluster_security:4.4::el8" } } } ], "category": "product_family", "name": "Red Hat Advanced Cluster Security for Kubernetes" }, { "branches": [ { "category": "product_version", "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "product": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "product": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "product": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "product": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "product": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "product": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "product": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "product": { "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.4.8-2" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "product": { "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.4.8-2" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "product": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "product": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "product": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "product": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "product": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "product": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "product": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.4.8-2" } } }, { "category": "product_version", "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "product": { "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "product_identification_helper": { "purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.4.8-2" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64 as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64" }, "product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x" }, "product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64 as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64" }, "product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x" }, "product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x" }, "product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64 as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64" }, "product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64 as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64" }, "product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x" }, "product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64 as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64" }, "product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x" }, "product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x" }, "product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64 as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64" }, "product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x" }, "product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64 as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64" }, "product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64 as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64 as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64 as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64 as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64 as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x" }, "product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64 as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64" }, "product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "relates_to_product_reference": "8Base-RHACS-4.4" }, { "category": "default_component_of", "full_product_name": { "name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le as a component of RHACS 4.4 for RHEL 8", "product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" }, "product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le", "relates_to_product_reference": "8Base-RHACS-4.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-11831", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-09-16T16:43:32.021000+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2312579" } ], "notes": [ { "category": "description", "text": "A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.", "title": "Vulnerability description" }, { "category": "summary", "text": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le" ], "known_not_affected": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-11831" }, { "category": "external", "summary": "RHBZ#2312579", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312579" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-11831", "url": "https://www.cve.org/CVERecord?id=CVE-2024-11831" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831" }, { "category": "external", "summary": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e", "url": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e" }, { "category": "external", "summary": "https://github.com/yahoo/serialize-javascript/pull/173", "url": "https://github.com/yahoo/serialize-javascript/pull/173" } ], "release_date": "2024-09-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T18:14:31+00:00", "details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to this patch release 4.4.8.", "product_ids": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1468" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript" }, { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64" ], "known_not_affected": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T18:14:31+00:00", "details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to this patch release 4.4.8.", "product_ids": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1468" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64" ], "known_not_affected": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T18:14:31+00:00", "details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to this patch release 4.4.8.", "product_ids": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1468" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2025-21613", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2025-01-06T17:00:41.244449+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2335888" } ], "notes": [ { "category": "description", "text": "An argument injection vulnerability was found in go-git. This flaw allows an attacker to set arbitrary values to git-upload-pack flags, leading to command or code execution, exposure of sensitive data, or other unintended behavior. This is only possible in configurations where the file transport protocol is being used.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-git: argument injection via the URL field", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64" ], "known_not_affected": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21613" }, { "category": "external", "summary": "RHBZ#2335888", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21613", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21613" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613" }, { "category": "external", "summary": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m", "url": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m" } ], "release_date": "2025-01-06T16:13:10.611000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T18:14:31+00:00", "details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to this patch release 4.4.8.", "product_ids": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1468" }, { "category": "workaround", "details": "In cases where it is not possible to update to the latest version of go-git, it is recommended to enforce validation rules for values passed in the URL field.", "product_ids": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "go-git: argument injection via the URL field" }, { "cve": "CVE-2025-21614", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-01-06T17:01:36.743039+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2335901" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in go-git. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server, which triggers resource exhaustion in go-git clients.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64" ], "known_not_affected": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21614" }, { "category": "external", "summary": "RHBZ#2335901", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335901" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21614", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21614" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614" }, { "category": "external", "summary": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4", "url": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4" } ], "release_date": "2025-01-06T16:20:16.140000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T18:14:31+00:00", "details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to this patch release 4.4.8.", "product_ids": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1468" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64", "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies" } ] }
rhsa-2025:1332
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Gatekeeper v3.15.3\n\nGatekeeper is a validating webhook with auditing capabilities that can\nenforce custom resource definition-based policies that are run with the\nOpen Policy Agent (OPA). Gatekeeper is supported through a Red Hat Advanced\nCluster Management for Kubernetes subscription.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Gatekeeper v3.15.3\n\nStarting in v3.15.3, users can specify a `containerArguments` list of names\nand values for both the audit and webhook configurations to be passed to\nthe respective deployment. These will be ignored if the argument has\nalready been set by the operator or specifies an argument listed in the\ndeny list.\n\nStarting in v3.15.3, the following namespaces are exempt from admission\ncontrol:\n\n- kube-*\n- multicluster-engine\n- hypershift\n- hive\n- rhacs-operator\n- open-cluster-*\n- openshift-*\n\nTo disable the default exempt namespaces, set the namespaces you want on\nthe object.\n\nSecurity fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback might cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n\nAdditional Release Notes:\n\n* v3.15.0 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.0\n* v3.15.1 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.1", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1332", "url": "https://access.redhat.com/errata/RHSA-2025:1332" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.0", "url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.0" }, { "category": "external", "summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.1", "url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.1" }, { "category": "external", "summary": "2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "HYPBLD-546", "url": "https://issues.redhat.com/browse/HYPBLD-546" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1332.json" } ], "title": "Red Hat Security Advisory: Gatekeeper v3.15.3", "tracking": { "current_release_date": "2025-02-20T11:27:48+00:00", "generator": { "date": "2025-02-20T11:27:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1332", "initial_release_date": "2025-02-12T17:48:36+00:00", "revision_history": [ { "date": "2025-02-12T17:48:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-12T17:48:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:27:48+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "gatekeeper 3.15 for RHEL 9", "product": { "name": "gatekeeper 3.15 for RHEL 9", "product_id": "9Base-gatekeeper-3.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:gatekeeper:3.15::el9" } } } ], "category": "product_family", "name": "gatekeeper" }, { "branches": [ { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le", "product": { "name": "gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le", "product_id": "gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-26" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le", "product": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le", "product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.3-1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x", "product": { "name": "gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x", "product_id": "gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-26" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x", "product": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x", "product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.3-1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64", "product": { "name": "gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64", "product_id": "gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-26" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64", "product": { "name": "gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64", "product_id": "gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-operator-bundle\u0026tag=v3.15.3-2" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64", "product": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64", "product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.3-1" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64", "product": { "name": "gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64", "product_id": "gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-26" } } }, { "category": "product_version", "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64", "product": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64", "product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64", "product_identification_helper": { "purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.3-1" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64 as a component of gatekeeper 3.15 for RHEL 9", "product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64" }, "product_reference": "gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64", "relates_to_product_reference": "9Base-gatekeeper-3.15" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64 as a component of gatekeeper 3.15 for RHEL 9", "product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64" }, "product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64", "relates_to_product_reference": "9Base-gatekeeper-3.15" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64 as a component of gatekeeper 3.15 for RHEL 9", "product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64" }, "product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64", "relates_to_product_reference": "9Base-gatekeeper-3.15" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x as a component of gatekeeper 3.15 for RHEL 9", "product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x" }, "product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x", "relates_to_product_reference": "9Base-gatekeeper-3.15" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le as a component of gatekeeper 3.15 for RHEL 9", "product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le" }, "product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le", "relates_to_product_reference": "9Base-gatekeeper-3.15" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le as a component of gatekeeper 3.15 for RHEL 9", "product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le" }, "product_reference": "gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le", "relates_to_product_reference": "9Base-gatekeeper-3.15" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64 as a component of gatekeeper 3.15 for RHEL 9", "product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64" }, "product_reference": "gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64", "relates_to_product_reference": "9Base-gatekeeper-3.15" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64 as a component of gatekeeper 3.15 for RHEL 9", "product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64" }, "product_reference": "gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64", "relates_to_product_reference": "9Base-gatekeeper-3.15" }, { "category": "default_component_of", "full_product_name": { "name": "gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x as a component of gatekeeper 3.15 for RHEL 9", "product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x" }, "product_reference": "gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x", "relates_to_product_reference": "9Base-gatekeeper-3.15" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-12T17:48:36+00:00", "details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.", "product_ids": [ "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1332" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-12T17:48:36+00:00", "details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.", "product_ids": [ "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1332" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64", "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
rhsa-2025:0444
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat Trusted Profile Analyzer 1.2.2 release Red Hat Product Security\n has rated this update as having a security impact of Moderate", "title": "Topic" }, { "category": "general", "text": "Red Hat Trusted Profile Analyzer 1.2.2", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:0444", "url": "https://access.redhat.com/errata/RHSA-2025:0444" }, { "category": "external", "summary": "https://issues.redhat.com/browse/TC-1817", "url": "https://issues.redhat.com/browse/TC-1817" }, { "category": "external", "summary": "https://issues.redhat.com/browse/TC-2022", "url": "https://issues.redhat.com/browse/TC-2022" }, { "category": "external", "summary": "https://issues.redhat.com/browse/TC-2075", "url": "https://issues.redhat.com/browse/TC-2075" }, { "category": "external", "summary": "https://issues.redhat.com/browse/TC-2076", "url": "https://issues.redhat.com/browse/TC-2076" }, { "category": "external", "summary": "https://issues.redhat.com/browse/TC-2089", "url": "https://issues.redhat.com/browse/TC-2089" }, { "category": "external", "summary": "https://issues.redhat.com/browse/TC-2097", "url": "https://issues.redhat.com/browse/TC-2097" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/red_hat_trusted_profile_analyzer/1.2.2/html/release_notes/index", "url": "https://docs.redhat.com/en/documentation/red_hat_trusted_profile_analyzer/1.2.2/html/release_notes/index" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0444.json" } ], "title": "Red Hat Security Advisory: Red Hat Trusted Profile Analyzer 1.2.2", "tracking": { "current_release_date": "2025-02-20T11:26:33+00:00", "generator": { "date": "2025-02-20T11:26:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0444", "initial_release_date": "2025-01-20T21:35:36+00:00", "revision_history": [ { "date": "2025-01-20T21:35:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-20T21:35:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:33+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Trusted Profile Analyzer 1.2", "product": { "name": "Red Hat Trusted Profile Analyzer 1.2", "product_id": "Red Hat Trusted Profile Analyzer 1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:trusted_profile_analyzer:1.2::el9" } } } ], "category": "product_family", "name": "Red Hat Trusted Profile Analyzer" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64", "product": { "name": "registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64", "product_id": "registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64", "product_identification_helper": { "purl": "pkg:oci/rhtpa-guac-rhel9@sha256%3A2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6?arch=amd64\u0026repository_url=registry.redhat.io/rhtpa\u0026tag=1.2.2-1736863185" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64 as a component of Red Hat Trusted Profile Analyzer 1.2", "product_id": "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" }, "product_reference": "registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64", "relates_to_product_reference": "Red Hat Trusted Profile Analyzer 1.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T21:35:36+00:00", "details": "It is recommended that existing users of RHTPA 1.2.1 upgrade to 1.2.2. For more information please refer to the Release Notes.", "product_ids": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0444" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T21:35:36+00:00", "details": "It is recommended that existing users of RHTPA 1.2.1 upgrade to 1.2.2. For more information please refer to the Release Notes.", "product_ids": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0444" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2025-21613", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2025-01-06T17:00:41.244449+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2335888" } ], "notes": [ { "category": "description", "text": "An argument injection vulnerability was found in go-git. This flaw allows an attacker to set arbitrary values to git-upload-pack flags, leading to command or code execution, exposure of sensitive data, or other unintended behavior. This is only possible in configurations where the file transport protocol is being used.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-git: argument injection via the URL field", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21613" }, { "category": "external", "summary": "RHBZ#2335888", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21613", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21613" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613" }, { "category": "external", "summary": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m", "url": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m" } ], "release_date": "2025-01-06T16:13:10.611000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T21:35:36+00:00", "details": "It is recommended that existing users of RHTPA 1.2.1 upgrade to 1.2.2. For more information please refer to the Release Notes.", "product_ids": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0444" }, { "category": "workaround", "details": "In cases where it is not possible to update to the latest version of go-git, it is recommended to enforce validation rules for values passed in the URL field.", "product_ids": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "go-git: argument injection via the URL field" }, { "cve": "CVE-2025-21614", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-01-06T17:01:36.743039+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2335901" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) vulnerability was found in go-git. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server, which triggers resource exhaustion in go-git clients.", "title": "Vulnerability description" }, { "category": "summary", "text": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21614" }, { "category": "external", "summary": "RHBZ#2335901", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335901" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21614", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21614" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614" }, { "category": "external", "summary": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4", "url": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4" } ], "release_date": "2025-01-06T16:20:16.140000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T21:35:36+00:00", "details": "It is recommended that existing users of RHTPA 1.2.1 upgrade to 1.2.2. For more information please refer to the Release Notes.", "product_ids": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0444" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat Trusted Profile Analyzer 1.2:registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:2dc71ee6e8c55a29b6dd68006c7d0365154d35c850021d8b4b77e24b4e8fd1a6_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies" } ] }
rhsa-2025:1289
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details see [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1).", "title": "Topic" }, { "category": "general", "text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:1289", "url": "https://access.redhat.com/errata/RHSA-2025:1289" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1289.json" } ], "title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release", "tracking": { "current_release_date": "2025-02-20T11:28:06+00:00", "generator": { "date": "2025-02-20T11:28:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1289", "initial_release_date": "2025-02-11T10:53:10+00:00", "revision_history": [ { "date": "2025-02-11T10:53:10+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-11T10:53:10+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:28:06+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Trusted Artifact Signer 1.1", "product": { "name": "Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9" } } } ], "category": "product_family", "name": "Red Hat Trusted Artifact Signer" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:cd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52_amd64", "product": { "name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:cd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52_amd64", "product_id": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:cd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52_amd64", "product_identification_helper": { "purl": "pkg:oci/timestamp-authority-rhel9@sha256%3Acd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1736848208" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:cd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52_amd64 as a component of Red Hat Trusted Artifact Signer 1.1", "product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:cd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52_amd64" }, "product_reference": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:cd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52_amd64", "relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2024-12-11T19:00:54.247490+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331720" } ], "notes": [ { "category": "description", "text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 and 9 marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:cd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45337" }, { "category": "external", "summary": "RHBZ#2331720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45337" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "category": "external", "summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "category": "external", "summary": "https://go.dev/cl/635315", "url": "https://go.dev/cl/635315" }, { "category": "external", "summary": "https://go.dev/issue/70779", "url": "https://go.dev/issue/70779" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3321", "url": "https://pkg.go.dev/vuln/GO-2024-3321" } ], "release_date": "2024-12-11T18:55:58.506000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T10:53:10+00:00", "details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:cd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1289" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:cd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:cd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:cd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-11T10:53:10+00:00", "details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the [Sigstore project](https://sigstore.dev/). Platform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain. For details on using the operator, refer to [product documentation](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1). You can find the release notes for this version of Red Hat Trusted Artifact Signer [here](https://access.redhat.com/documentation/en- us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index).", "product_ids": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:cd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1289" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:cd5949f18df0fea83b6ba37041c7eba7d296ff2329d3e2c985812951e4238d52_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" } ] }
fkie_cve-2024-45337
Vulnerability from fkie_nvd
Vendor | Product | Version |
---|
{ "cveTags": [], "descriptions": [ { "lang": "en", "value": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance." }, { "lang": "es", "value": " Las aplicaciones y bibliotecas que hacen un mal uso de la devoluci\u00f3n de llamada ServerConfig.PublicKeyCallback pueden ser susceptibles a una omisi\u00f3n de autorizaci\u00f3n." } ], "id": "CVE-2024-45337", "lastModified": "2025-02-18T21:15:22.187", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 9.1, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 5.2, "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }, "published": "2024-12-12T02:02:07.970", "references": [ { "source": "security@golang.org", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "source": "security@golang.org", "url": "https://go.dev/cl/635315" }, { "source": "security@golang.org", "url": "https://go.dev/issue/70779" }, { "source": "security@golang.org", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "source": "security@golang.org", "url": "https://pkg.go.dev/vuln/GO-2024-3321" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.openwall.com/lists/oss-security/2024/12/11/2" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://security.netapp.com/advisory/ntap-20250131-0007/" } ], "sourceIdentifier": "security@golang.org", "vulnStatus": "Awaiting Analysis" }
ghsa-v778-237x-gjrc
Vulnerability from github
Applications and libraries which misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass.
The documentation for ServerConfig.PublicKeyCallback says that "A call to this function does not guarantee that the key offered is in fact used to authenticate." Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions.
For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key.
Since this API is widely misused, as a partial mitigation golang.org/x/crypto@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth.
Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "golang.org/x/crypto" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.31.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-45337" ], "database_specific": { "cwe_ids": [ "CWE-285" ], "github_reviewed": true, "github_reviewed_at": "2024-12-11T22:03:04Z", "nvd_published_at": "2024-12-12T02:02:07Z", "severity": "CRITICAL" }, "details": "Applications and libraries which misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass.\n\nThe documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions.\n\nFor example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key.\n\nSince this API is widely misused, as a partial mitigation golang.org/x/crypto@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth.\n\nUsers should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.", "id": "GHSA-v778-237x-gjrc", "modified": "2025-01-31T15:30:43Z", "published": "2024-12-11T22:03:04Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337" }, { "type": "WEB", "url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" }, { "type": "PACKAGE", "url": "https://github.com/golang/crypto" }, { "type": "WEB", "url": "https://go.dev/cl/635315" }, { "type": "WEB", "url": "https://go.dev/issue/70779" }, { "type": "WEB", "url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2024-3321" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20250131-0007" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2024/12/11/2" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "type": "CVSS_V3" } ], "summary": "Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto" }
wid-sec-w-2024-3690
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Gitea ist ein quelloffener Github-Klon.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Gitea ausnutzen, um Sicherheitsvorkehrungen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-3690 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3690.json" }, { "category": "self", "summary": "WID-SEC-2024-3690 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3690" }, { "category": "external", "summary": "Gitea Release Notes vom 2024-12-11", "url": "https://blog.gitea.com/release-of-1.22.5" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-8F83D0ED92 vom 2024-12-13", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-8f83d0ed92" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-C33C95804E vom 2024-12-13", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-c33c95804e" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-6267B82CF7 vom 2024-12-15", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-6267b82cf7" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14585-1 vom 2024-12-17", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/3VJBDKTY25NRJXFRK6QZSRH6ZRBUV2UT/" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14590-1 vom 2024-12-17", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/RFAKX3BHM5IEGVFZW5ORK472VJQ7GAKL/" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14602-1 vom 2024-12-19", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/KJENUST4DVKPMGTJHYGQFE57E55AQQDC/" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-8D1B3F4466 vom 2024-12-22", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-8d1b3f4466" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-F2A4FFC1FF vom 2024-12-23", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f2a4ffc1ff" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-EPEL-2024-CC57767755 vom 2024-12-22", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-cc57767755" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2025:14633-1 vom 2025-01-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/VJK5RQOOJ3Q26ODJIGOXXYOYQDDEQ3UX/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0386 vom 2025-01-16", "url": "https://access.redhat.com/errata/RHSA-2025:0386" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0385 vom 2025-01-16", "url": "https://access.redhat.com/errata/RHSA-2025:0385" } ], "source_lang": "en-US", "title": "Gitea: Schwachstelle erm\u00f6glicht Umgehen von Sicherheitsvorkehrungen", "tracking": { "current_release_date": "2025-01-16T23:00:00.000+00:00", "generator": { "date": "2025-01-17T09:13:22.213+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2024-3690", "initial_release_date": "2024-12-11T23:00:00.000+00:00", "revision_history": [ { "date": "2024-12-11T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-12-12T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2024-12-15T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2024-12-17T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von openSUSE aufgenommen" }, { "date": "2024-12-19T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von openSUSE aufgenommen" }, { "date": "2024-12-22T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2025-01-13T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von openSUSE aufgenommen" }, { "date": "2025-01-16T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "8" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c1.22.5", "product": { "name": "Open Source Gitea \u003c1.22.5", "product_id": "T039804" } }, { "category": "product_version", "name": "1.22.5", "product": { "name": "Open Source Gitea 1.22.5", "product_id": "T039804-fixed", "product_identification_helper": { "cpe": "cpe:/a:gitea:gitea:1.22.5" } } } ], "category": "product_name", "name": "Gitea" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE openSUSE", "product": { "name": "SUSE openSUSE", "product_id": "T027843", "product_identification_helper": { "cpe": "cpe:/o:suse:opensuse:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45337", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Gitea. Dieser Fehler existiert wegen der unsachgem\u00e4\u00dfen Behandlung des ServerConfig.PublicKeyCallback in der Golang x/crypto Komponente. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen." } ], "product_status": { "known_affected": [ "67646", "T039804", "T027843", "74185" ] }, "release_date": "2024-12-11T23:00:00.000+00:00", "title": "CVE-2024-45337" } ] }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.