Action not permitted
Modal body text goes here.
cve-2019-11840
Vulnerability from cvelistv5
Published
2019-05-09 00:00
Modified
2024-08-04 23:03
Severity ?
EPSS score ?
Summary
An issue was discovered in the supplementary Go cryptography library, golang.org/x/crypto, before v0.0.0-20190320223903-b7391e95e576. A flaw was found in the amd64 implementation of the golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa packages. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications.
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-04T23:03:32.886Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://groups.google.com/forum/#%21msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ" }, { "tags": [ "x_transferred" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691529" }, { "tags": [ "x_transferred" ], "url": "https://go.googlesource.com/crypto/+/b7391e95e576cacdcdd422573063bc057239113d" }, { "tags": [ "x_transferred" ], "url": "https://github.com/golang/go/issues/30965" }, { "name": "[debian-lts-announce] 20190630 [SECURITY] [DLA 1840-1] golang-go.crypto security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2019/06/msg00029.html" }, { "name": "[debian-lts-announce] 20201007 [SECURITY] [DLA 2402-1] golang-go.crypto security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2020/10/msg00014.html" }, { "name": "[debian-lts-announce] 20201109 [SECURITY] [DLA 2442-1] obfs4proxy security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00016.html" }, { "name": "[debian-lts-announce] 20201118 [SECURITY] [DLA 2454-1] rclone security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00030.html" }, { "name": "[debian-lts-announce] 20210117 [SECURITY] [DLA 2527-1] snapd security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2021/01/msg00015.html" }, { "name": "[debian-lts-announce] 20230616 [SECURITY] [DLA 3455-1] golang-go.crypto security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00017.html" }, { "tags": [ "x_transferred" ], "url": "https://pkg.go.dev/vuln/GO-2022-0209" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "An issue was discovered in the supplementary Go cryptography library, golang.org/x/crypto, before v0.0.0-20190320223903-b7391e95e576. A flaw was found in the amd64 implementation of the golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa packages. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2024-05-10T19:09:22.148771", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "url": "https://groups.google.com/forum/#%21msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ" }, { "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691529" }, { "url": "https://go.googlesource.com/crypto/+/b7391e95e576cacdcdd422573063bc057239113d" }, { "url": "https://github.com/golang/go/issues/30965" }, { "name": "[debian-lts-announce] 20190630 [SECURITY] [DLA 1840-1] golang-go.crypto security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2019/06/msg00029.html" }, { "name": "[debian-lts-announce] 20201007 [SECURITY] [DLA 2402-1] golang-go.crypto security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2020/10/msg00014.html" }, { "name": "[debian-lts-announce] 20201109 [SECURITY] [DLA 2442-1] obfs4proxy security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00016.html" }, { "name": "[debian-lts-announce] 20201118 [SECURITY] [DLA 2454-1] rclone security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00030.html" }, { "name": "[debian-lts-announce] 20210117 [SECURITY] [DLA 2527-1] snapd security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2021/01/msg00015.html" }, { "name": "[debian-lts-announce] 20230616 [SECURITY] [DLA 3455-1] golang-go.crypto security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00017.html" }, { "url": "https://pkg.go.dev/vuln/GO-2022-0209" } ] } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2019-11840", "datePublished": "2019-05-09T00:00:00", "dateReserved": "2019-05-09T00:00:00", "dateUpdated": "2024-08-04T23:03:32.886Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2019-11840\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2019-05-09T16:29:00.607\",\"lastModified\":\"2024-05-14T05:37:39.780\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was discovered in the supplementary Go cryptography library, golang.org/x/crypto, before v0.0.0-20190320223903-b7391e95e576. A flaw was found in the amd64 implementation of the golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa packages. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications.\"},{\"lang\":\"es\",\"value\":\"se descubrio un problema en Go cryptography libraries, tambi\u00e9n se conoce como golang-googlecode-go-crypto, anterior del 20-03-2019. Se encontr\u00f3 un fallo en la implementaci\u00f3n de amd64 de golang.org/x/crypto/salsa20 y golang.org/x/crypto/salsa20/salsa. Si se generan m\u00e1s de 256 GiB de keystream, o si el contador crece m\u00e1s de 32 bits, la implementaci\u00f3n de amd64 causar\u00e1 primero una salida incorrecta y entonces volver\u00e1 a la secuencia de claves generada previamente. Los bytes repetidos de keystream pueden provocar la p\u00e9rdida de confidencialidad en las aplicaciones de encriptaci\u00f3n o la previsibilidad en las aplicaciones CSPRNG.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:P/I:N/A:N\",\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\",\"baseScore\":4.3},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-330\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:crypto:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2019-03-20\",\"matchCriteriaId\":\"FBA1D5EA-C8A7-40C2-9D8E-7E1ECF8ADE80\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]}],\"references\":[{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=1691529\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/golang/go/issues/30965\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://go.googlesource.com/crypto/+/b7391e95e576cacdcdd422573063bc057239113d\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://groups.google.com/forum/#%21msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2019/06/msg00029.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/10/msg00014.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/11/msg00016.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/11/msg00030.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/01/msg00015.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/06/msg00017.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2022-0209\",\"source\":\"cve@mitre.org\"}]}}" } }
rhba-2020_0063
Vulnerability from csaf_redhat
Published
2020-01-23 04:30
Modified
2024-11-05 15:56
Summary
Red Hat Bug Fix Advisory: OpenShift Container Platform 4.3 RPM release advisory
Notes
Topic
Red Hat OpenShift Container Platform release 4.3.0, which fixes several bugs and includes various enhancements, is now available.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing
Kubernetes application platform solution designed for on-premise or private
cloud deployments.
This advisory contains the RPM packages for Red Hat
OpenShift Container Platform 4.3.0. See the following advisory for the
container images for this release:
https://access.redhat.com/errata/RHBA-2020:0062
Space precludes documenting all of the bug fixes and enhancements in this
advisory, as well as all of the container images in this advisory. See the
following Release Notes documentation, which will be updated shortly for
this release, for details about these changes:
https://docs.openshift.com/container-platform/4.3/release_notes/ocp-4-3-release-notes.html
All OpenShift Container Platform 4.3 users are advised to upgrade to these
updated packages and images.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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.3.0, which fixes several bugs and includes various enhancements, is now available.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the RPM packages for Red Hat\nOpenShift Container Platform 4.3.0. See the following advisory for the\ncontainer images for this release:\n\nhttps://access.redhat.com/errata/RHBA-2020:0062\n\nSpace precludes documenting all of the bug fixes and enhancements in this\nadvisory, as well as all of the container images in this advisory. See the\nfollowing Release Notes documentation, which will be updated shortly for\nthis release, for details about these changes:\n\nhttps://docs.openshift.com/container-platform/4.3/release_notes/ocp-4-3-release-notes.html\n\nAll OpenShift Container Platform 4.3 users are advised to upgrade to these\nupdated packages and images.", "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/RHBA-2020:0063", "url": "https://access.redhat.com/errata/RHBA-2020:0063" }, { "category": "external", "summary": "1773099", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773099" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhba-2020_0063.json" } ], "title": "Red Hat Bug Fix Advisory: OpenShift Container Platform 4.3 RPM release advisory", "tracking": { "current_release_date": "2024-11-05T15:56:43+00:00", "generator": { "date": "2024-11-05T15:56:43+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHBA-2020:0063", "initial_release_date": "2020-01-23T04:30:26+00:00", "revision_history": [ { "date": "2020-01-23T04:30:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-01-23T04:30:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T15:56:43+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.3", "product": { "name": "Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.3::el7" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.3", "product": { "name": "Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.3::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "ansible-asb-modules-0:0.4.1-1.el7.noarch", "product": { "name": "ansible-asb-modules-0:0.4.1-1.el7.noarch", "product_id": "ansible-asb-modules-0:0.4.1-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-asb-modules@0.4.1-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-dictdiffer-0:0.6.1-1.el7.noarch", "product": { "name": "python2-dictdiffer-0:0.6.1-1.el7.noarch", "product_id": "python2-dictdiffer-0:0.6.1-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-dictdiffer@0.6.1-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-lockfile-1:0.11.0-10.el7ar.noarch", "product": { "name": "python2-lockfile-1:0.11.0-10.el7ar.noarch", "product_id": "python2-lockfile-1:0.11.0-10.el7ar.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lockfile@0.11.0-10.el7ar?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "apb-container-scripts-0:2.0.3-2.el7.noarch", "product": { "name": "apb-container-scripts-0:2.0.3-2.el7.noarch", "product_id": "apb-container-scripts-0:2.0.3-2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apb-container-scripts@2.0.3-2.el7?arch=noarch" } } }, { "category": "product_version", "name": "apb-devel-0:2.0.3-2.el7.noarch", "product": { "name": "apb-devel-0:2.0.3-2.el7.noarch", "product_id": "apb-devel-0:2.0.3-2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apb-devel@2.0.3-2.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-string_utils-0:0.6.0-2.el7.noarch", "product": { "name": "python2-string_utils-0:0.6.0-2.el7.noarch", "product_id": "python2-string_utils-0:0.6.0-2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-string_utils@0.6.0-2.el7?arch=noarch" } } }, { "category": "product_version", "name": "postgresql-apb-role-0:1.3.8-1.el7.noarch", "product": { "name": "postgresql-apb-role-0:1.3.8-1.el7.noarch", "product_id": "postgresql-apb-role-0:1.3.8-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-apb-role@1.3.8-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "fb303-java-0:0.9.1-15.el7.noarch", "product": { "name": "fb303-java-0:0.9.1-15.el7.noarch", "product_id": "fb303-java-0:0.9.1-15.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fb303-java@0.9.1-15.el7?arch=noarch" } } }, { "category": "product_version", "name": "libthrift-java-0:0.9.1-15.el7.noarch", "product": { "name": "libthrift-java-0:0.9.1-15.el7.noarch", "product_id": "libthrift-java-0:0.9.1-15.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libthrift-java@0.9.1-15.el7?arch=noarch" } } }, { "category": "product_version", "name": "libthrift-javadoc-0:0.9.1-15.el7.noarch", "product": { "name": "libthrift-javadoc-0:0.9.1-15.el7.noarch", "product_id": "libthrift-javadoc-0:0.9.1-15.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libthrift-javadoc@0.9.1-15.el7?arch=noarch" } } }, { "category": "product_version", "name": "perl-thrift-0:0.9.1-15.el7.noarch", "product": { "name": "perl-thrift-0:0.9.1-15.el7.noarch", "product_id": "perl-thrift-0:0.9.1-15.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-thrift@0.9.1-15.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-openshift-1:0.8.11-1.el7.noarch", "product": { "name": "python2-openshift-1:0.8.11-1.el7.noarch", "product_id": "python2-openshift-1:0.8.11-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-openshift@0.8.11-1.el7?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "product": { "name": "python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "product_id": "python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests-unixsocket@0.1.5-1.el7ar?arch=noarch" } } }, { "category": "product_version", "name": "python2-typing-0:3.5.2.2-3.el7.noarch", "product": { "name": "python2-typing-0:3.5.2.2-3.el7.noarch", "product_id": "python2-typing-0:3.5.2.2-3.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-typing@3.5.2.2-3.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-s3transfer-0:0.1.3-1.el7.noarch", "product": { "name": "python2-s3transfer-0:0.1.3-1.el7.noarch", "product_id": "python2-s3transfer-0:0.1.3-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-s3transfer@0.1.3-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "python-click-0:6.7-1.el7.noarch", "product": { "name": "python-click-0:6.7-1.el7.noarch", "product_id": "python-click-0:6.7-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-click@6.7-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "ansible-runner-http-0:1.0-1.el7ar.noarch", "product": { "name": "ansible-runner-http-0:1.0-1.el7ar.noarch", "product_id": "ansible-runner-http-0:1.0-1.el7ar.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-runner-http@1.0-1.el7ar?arch=noarch" } } }, { "category": "product_version", "name": "python-elasticsearch-0:5.4.0-1.el7.noarch", "product": { "name": "python-elasticsearch-0:5.4.0-1.el7.noarch", "product_id": "python-elasticsearch-0:5.4.0-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-elasticsearch@5.4.0-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-pexpect-0:4.6-1.el7at.noarch", "product": { "name": "python2-pexpect-0:4.6-1.el7at.noarch", "product_id": "python2-pexpect-0:4.6-1.el7at.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pexpect@4.6-1.el7at?arch=noarch" } } }, { "category": "product_version", "name": "python2-daemon-0:2.1.2-7.el7at.noarch", "product": { "name": "python2-daemon-0:2.1.2-7.el7at.noarch", "product_id": "python2-daemon-0:2.1.2-7.el7at.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-daemon@2.1.2-7.el7at?arch=noarch" } } }, { "category": "product_version", "name": "python2-boto3-0:1.4.0-1.el7.noarch", "product": { "name": "python2-boto3-0:1.4.0-1.el7.noarch", "product_id": "python2-boto3-0:1.4.0-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-boto3@1.4.0-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-voluptuous-0:0.10.5-2.el7ost.noarch", "product": { "name": "python2-voluptuous-0:0.10.5-2.el7ost.noarch", "product_id": "python2-voluptuous-0:0.10.5-2.el7ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-voluptuous@0.10.5-2.el7ost?arch=noarch" } } }, { "category": "product_version", "name": "python2-certifi-0:2018.4.16-2.el7.noarch", "product": { "name": "python2-certifi-0:2018.4.16-2.el7.noarch", "product_id": "python2-certifi-0:2018.4.16-2.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-certifi@2018.4.16-2.el7?arch=noarch" } } }, { "category": "product_version", "name": "ansible-runner-0:1.3.4-2.el7ar.noarch", "product": { "name": "ansible-runner-0:1.3.4-2.el7ar.noarch", "product_id": "ansible-runner-0:1.3.4-2.el7ar.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-runner@1.3.4-2.el7ar?arch=noarch" } } }, { "category": "product_version", "name": "python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "product": { "name": "python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "product_id": "python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-ansible-runner@1.3.4-2.el7ar?arch=noarch" } } }, { "category": "product_version", "name": "jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "product": { "name": "jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "product_id": "jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.3.1574944219-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "mariadb-apb-role-0:1.3.7-1.el7.noarch", "product": { "name": "mariadb-apb-role-0:1.3.7-1.el7.noarch", "product_id": "mariadb-apb-role-0:1.3.7-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/mariadb-apb-role@1.3.7-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-rsa-0:3.4.1-1.el7.noarch", "product": { "name": "python2-rsa-0:3.4.1-1.el7.noarch", "product_id": "python2-rsa-0:3.4.1-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-rsa@3.4.1-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-pysocks-0:1.5.7-4.el7.noarch", "product": { "name": "python2-pysocks-0:1.5.7-4.el7.noarch", "product_id": "python2-pysocks-0:1.5.7-4.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pysocks@1.5.7-4.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "product": { "name": "openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "product_id": "openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.3.0-201911060517.git.1.eea1453.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "product": { "name": "openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "product_id": "openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-common@4.3.0-201911060517.git.1.eea1453.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "product": { "name": "openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "product_id": "openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.3.0-201911060517.git.1.eea1453.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "product": { "name": "python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "product_id": "python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-kuryr-kubernetes@4.3.0-201911060517.git.1.eea1453.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-kubernetes-0:8.0.1-1.el7.noarch", "product": { "name": "python2-kubernetes-0:8.0.1-1.el7.noarch", "product_id": "python2-kubernetes-0:8.0.1-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-kubernetes@8.0.1-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "product": { "name": "python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "product_id": "python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-kubernetes-tests@8.0.1-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "mysql-apb-role-0:1.3.6-1.el7.noarch", "product": { "name": "mysql-apb-role-0:1.3.6-1.el7.noarch", "product_id": "mysql-apb-role-0:1.3.6-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/mysql-apb-role@1.3.6-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "product": { "name": "ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "product_id": "ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-kubernetes-modules@0.4.0-8.el7?arch=noarch" } } }, { "category": "product_version", "name": "elastic-curator-0:5.2.0-1.el7.noarch", "product": { "name": "elastic-curator-0:5.2.0-1.el7.noarch", "product_id": "elastic-curator-0:5.2.0-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/elastic-curator@5.2.0-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-ptyprocess-0:0.5.2-3.el7at.noarch", "product": { "name": "python2-ptyprocess-0:0.5.2-3.el7at.noarch", "product_id": "python2-ptyprocess-0:0.5.2-3.el7at.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-ptyprocess@0.5.2-3.el7at?arch=noarch" } } }, { "category": "product_version", "name": "python2-botocore-0:1.4.57-5.el7.noarch", "product": { "name": "python2-botocore-0:1.4.57-5.el7.noarch", "product_id": "python2-botocore-0:1.4.57-5.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-botocore@1.4.57-5.el7?arch=noarch" } } }, { "category": "product_version", "name": "python-cachetools-0:1.0.3-1.el7.noarch", "product": { "name": "python-cachetools-0:1.0.3-1.el7.noarch", "product_id": "python-cachetools-0:1.0.3-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cachetools@1.0.3-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-urllib3-0:1.21.1-1.el7.noarch", "product": { "name": "python2-urllib3-0:1.21.1-1.el7.noarch", "product_id": "python2-urllib3-0:1.21.1-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-urllib3@1.21.1-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "apb-base-scripts-0:1.4.2-1.el7.noarch", "product": { "name": "apb-base-scripts-0:1.4.2-1.el7.noarch", "product_id": "apb-base-scripts-0:1.4.2-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apb-base-scripts@1.4.2-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-google-auth-0:1.1.1-1.el7.noarch", "product": { "name": "python2-google-auth-0:1.1.1-1.el7.noarch", "product_id": "python2-google-auth-0:1.1.1-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-google-auth@1.1.1-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "product": { "name": "openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "product_id": "openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.3.0-202001072012.git.174.dce2c96.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "product": { "name": "openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "product_id": "openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible-test@4.3.0-202001072012.git.174.dce2c96.el7?arch=noarch" } } }, { "category": "product_version", "name": "jenkins-0:2.204.1.1578490170-1.el7.noarch", "product": { "name": "jenkins-0:2.204.1.1578490170-1.el7.noarch", "product_id": "jenkins-0:2.204.1.1578490170-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.204.1.1578490170-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "product": { "name": "console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "product_id": "console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages@0.16-1.rhaos4.2.el8?arch=noarch" } } }, { "category": "product_version", "name": "console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "product": { "name": "console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "product_id": "console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages-issuegen@0.16-1.rhaos4.2.el8?arch=noarch" } } }, { "category": "product_version", "name": "console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "product": { "name": "console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "product_id": "console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages-profile@0.16-1.rhaos4.2.el8?arch=noarch" } } }, { "category": "product_version", "name": "toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "product": { "name": "toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "product_id": "toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.5-1.rhaos4.2.el8?arch=noarch" } } }, { "category": "product_version", "name": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "product": { "name": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "product_id": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhcos-tools@0.0.0-1.rhaos4.2.el8?arch=noarch" } } }, { "category": "product_version", "name": "pprof-0:2.6.3-2.el8+7.noarch", "product": { "name": "pprof-0:2.6.3-2.el8+7.noarch", "product_id": "pprof-0:2.6.3-2.el8+7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/pprof@2.6.3-2.el8%2B7?arch=noarch" } } }, { "category": "product_version", "name": "podman-docker-0:1.6.4-1.el8.noarch", "product": { "name": "podman-docker-0:1.6.4-1.el8.noarch", "product_id": "podman-docker-0:1.6.4-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@1.6.4-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "podman-manpages-0:1.6.4-1.el8.noarch", "product": { "name": "podman-manpages-0:1.6.4-1.el8.noarch", "product_id": "podman-manpages-0:1.6.4-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-manpages@1.6.4-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "container-selinux-2:2.124.0-1.el8.noarch", "product": { "name": "container-selinux-2:2.124.0-1.el8.noarch", "product_id": "container-selinux-2:2.124.0-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.124.0-1.el8?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "product": { "name": "coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "product_id": "coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0-13.rhaos4.3.gite5aa5dc.el8?arch=noarch" } } }, { "category": "product_version", "name": "coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "product": { "name": "coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "product_id": "coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-dracut@0-13.rhaos4.3.gite5aa5dc.el8?arch=noarch" } } }, { "category": "product_version", "name": "protobuf-vim-0:3.6.1-4.el8ost.noarch", "product": { "name": "protobuf-vim-0:3.6.1-4.el8ost.noarch", "product_id": "protobuf-vim-0:3.6.1-4.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-vim@3.6.1-4.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-protobuf-0:3.6.1-4.el8ost.noarch", "product": { "name": "python3-protobuf-0:3.6.1-4.el8ost.noarch", "product_id": "python3-protobuf-0:3.6.1-4.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-protobuf@3.6.1-4.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "product": { "name": "python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "product_id": "python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cotyledon-doc@1.7.3-4.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-cotyledon-0:1.7.3-4.el8ost.noarch", "product": { "name": "python3-cotyledon-0:1.7.3-4.el8ost.noarch", "product_id": "python3-cotyledon-0:1.7.3-4.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cotyledon@1.7.3-4.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "product": { "name": "python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "product_id": "python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cotyledon-tests@1.7.3-4.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python-flask-doc-1:1.0.2-2.el8ost.noarch", "product": { "name": "python-flask-doc-1:1.0.2-2.el8ost.noarch", "product_id": "python-flask-doc-1:1.0.2-2.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-flask-doc@1.0.2-2.el8ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-flask-1:1.0.2-2.el8ost.noarch", "product": { "name": "python3-flask-1:1.0.2-2.el8ost.noarch", "product_id": "python3-flask-1:1.0.2-2.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-flask@1.0.2-2.el8ost?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product": { "name": "kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product_id": "kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kuryr-binding-scripts@1.1.1-0.20190923160834.41e6964.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product": { "name": "python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product_id": "python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kuryr-lib@1.1.1-0.20190923160834.41e6964.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product": { "name": "python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product_id": "python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kuryr-lib-tests@1.1.1-0.20190923160834.41e6964.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "product": { "name": "python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "product_id": "python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-neutron-lib@1.29.1-0.20190923154030.4ef4b71.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "product": { "name": "python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "product_id": "python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-neutron-lib-tests@1.29.1-0.20190923154030.4ef4b71.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "product": { "name": "python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "product_id": "python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-os-ken@0.4.1-0.20190923143906.8f7851a.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "product": { "name": "python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "product_id": "python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-privsep-lang@1.33.3-0.20190920073426.ddde706.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "product": { "name": "python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "product_id": "python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-privsep@1.33.3-0.20190920073426.ddde706.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "product": { "name": "python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "product_id": "python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-privsep-tests@1.33.3-0.20190920073426.ddde706.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "product": { "name": "python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "product_id": "python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-os-vif@1.17.0-0.20190923155827.3a08cc4.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "product": { "name": "python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "product_id": "python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-os-vif-tests@1.17.0-0.20190923155827.3a08cc4.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "product": { "name": "python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "product_id": "python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ovsdbapp@0.17.0-0.20190923110620.74b52bb.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "product": { "name": "python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "product_id": "python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ovsdbapp-tests@0.17.0-0.20190923110620.74b52bb.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-paramiko-0:2.4.2-2.el8ost.noarch", "product": { "name": "python3-paramiko-0:2.4.2-2.el8ost.noarch", "product_id": "python3-paramiko-0:2.4.2-2.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-paramiko@2.4.2-2.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-pyroute2-0:0.5.3-4.el8ost.noarch", "product": { "name": "python3-pyroute2-0:0.5.3-4.el8ost.noarch", "product_id": "python3-pyroute2-0:0.5.3-4.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyroute2@0.5.3-4.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "product": { "name": "python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "product_id": "python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tinyrpc@0.5-4.20170523git1f38ac.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "product": { "name": "python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "product_id": "python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tinyrpc-tests@0.5-4.20170523git1f38ac.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "product": { "name": "python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "product_id": "python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-rhosp-openvswitch@2.11-0.5.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "product": { "name": "rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "product_id": "rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-openvswitch@2.11-0.5.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "product": { "name": "rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "product_id": "rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-openvswitch-devel@2.11-0.5.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "product": { "name": "rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "product_id": "rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-openvswitch-ovn-central@2.11-0.5.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "product": { "name": "rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "product_id": "rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-openvswitch-ovn-common@2.11-0.5.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "product": { "name": "rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "product_id": "rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-openvswitch-ovn-docker@2.11-0.5.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "product": { "name": "rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "product_id": "rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-openvswitch-ovn-host@2.11-0.5.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "product": { "name": "rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "product_id": "rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-openvswitch-ovn-vtep@2.11-0.5.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "product": { "name": "rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "product_id": "rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-openvswitch-test@2.11-0.5.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "product": { "name": "openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "product_id": "openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.3.0-202001152300.git.1.a051bf1.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "product": { "name": "openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "product_id": "openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-common@4.3.0-202001152300.git.1.a051bf1.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "product": { "name": "openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "product_id": "openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.3.0-202001152300.git.1.a051bf1.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "product": { "name": "python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "product_id": "python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.3.0-202001152300.git.1.a051bf1.el8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "ansible-asb-modules-0:0.4.1-1.el7.src", "product": { "name": "ansible-asb-modules-0:0.4.1-1.el7.src", "product_id": "ansible-asb-modules-0:0.4.1-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-asb-modules@0.4.1-1.el7?arch=src" } } }, { "category": "product_version", "name": "oniguruma-0:5.9.2-5.el7.src", "product": { "name": "oniguruma-0:5.9.2-5.el7.src", "product_id": "oniguruma-0:5.9.2-5.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/oniguruma@5.9.2-5.el7?arch=src" } } }, { "category": "product_version", "name": "python-dictdiffer-0:0.6.1-1.el7.src", "product": { "name": "python-dictdiffer-0:0.6.1-1.el7.src", "product_id": "python-dictdiffer-0:0.6.1-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-dictdiffer@0.6.1-1.el7?arch=src" } } }, { "category": "product_version", "name": "python-lockfile-1:0.11.0-10.el7ar.src", "product": { "name": "python-lockfile-1:0.11.0-10.el7ar.src", "product_id": "python-lockfile-1:0.11.0-10.el7ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lockfile@0.11.0-10.el7ar?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "apb-0:2.0.3-2.el7.src", "product": { "name": "apb-0:2.0.3-2.el7.src", "product_id": "apb-0:2.0.3-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/apb@2.0.3-2.el7?arch=src" } } }, { "category": "product_version", "name": "python-string_utils-0:0.6.0-2.el7.src", "product": { "name": "python-string_utils-0:0.6.0-2.el7.src", "product_id": "python-string_utils-0:0.6.0-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-string_utils@0.6.0-2.el7?arch=src" } } }, { "category": "product_version", "name": "postgresql-apb-role-0:1.3.8-1.el7.src", "product": { "name": "postgresql-apb-role-0:1.3.8-1.el7.src", "product_id": "postgresql-apb-role-0:1.3.8-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-apb-role@1.3.8-1.el7?arch=src" } } }, { "category": "product_version", "name": "inotify-tools-0:3.20.1-2.el7.src", "product": { "name": "inotify-tools-0:3.20.1-2.el7.src", "product_id": "inotify-tools-0:3.20.1-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools@3.20.1-2.el7?arch=src" } } }, { "category": "product_version", "name": "thrift-0:0.9.1-15.el7.src", "product": { "name": "thrift-0:0.9.1-15.el7.src", "product_id": "thrift-0:0.9.1-15.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/thrift@0.9.1-15.el7?arch=src" } } }, { "category": "product_version", "name": "runc-0:1.0.0-64.rc9.el7.src", "product": { "name": "runc-0:1.0.0-64.rc9.el7.src", "product_id": "runc-0:1.0.0-64.rc9.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-64.rc9.el7?arch=src" } } }, { "category": "product_version", "name": "python-openshift-1:0.8.11-1.el7.src", "product": { "name": "python-openshift-1:0.8.11-1.el7.src", "product_id": "python-openshift-1:0.8.11-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-openshift@0.8.11-1.el7?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "dumb-init-0:1.1.3-12.el7.src", "product": { "name": "dumb-init-0:1.1.3-12.el7.src", "product_id": "dumb-init-0:1.1.3-12.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/dumb-init@1.1.3-12.el7?arch=src" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:0.7.2-1.el7.src", "product": { "name": "fuse-overlayfs-0:0.7.2-1.el7.src", "product_id": "fuse-overlayfs-0:0.7.2-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@0.7.2-1.el7?arch=src" } } }, { "category": "product_version", "name": "conmon-0:2.0.8-2.el7.src", "product": { "name": "conmon-0:2.0.8-2.el7.src", "product_id": "conmon-0:2.0.8-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.0.8-2.el7?arch=src" } } }, { "category": "product_version", "name": "python-requests-unixsocket-0:0.1.5-1.el7ar.src", "product": { "name": "python-requests-unixsocket-0:0.1.5-1.el7ar.src", "product_id": "python-requests-unixsocket-0:0.1.5-1.el7ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests-unixsocket@0.1.5-1.el7ar?arch=src" } } }, { "category": "product_version", "name": "python-typing-0:3.5.2.2-3.el7.src", "product": { "name": "python-typing-0:3.5.2.2-3.el7.src", "product_id": "python-typing-0:3.5.2.2-3.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-typing@3.5.2.2-3.el7?arch=src" } } }, { "category": "product_version", "name": "python-s3transfer-0:0.1.3-1.el7.src", "product": { "name": "python-s3transfer-0:0.1.3-1.el7.src", "product_id": "python-s3transfer-0:0.1.3-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-s3transfer@0.1.3-1.el7?arch=src" } } }, { "category": "product_version", "name": "python-click-0:6.7-1.el7.src", "product": { "name": "python-click-0:6.7-1.el7.src", "product_id": "python-click-0:6.7-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-click@6.7-1.el7?arch=src" } } }, { "category": "product_version", "name": "ansible-runner-http-0:1.0-1.el7ar.src", "product": { "name": "ansible-runner-http-0:1.0-1.el7ar.src", "product_id": "ansible-runner-http-0:1.0-1.el7ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-runner-http@1.0-1.el7ar?arch=src" } } }, { "category": "product_version", "name": "python-elasticsearch-0:5.4.0-1.el7.src", "product": { "name": "python-elasticsearch-0:5.4.0-1.el7.src", "product_id": "python-elasticsearch-0:5.4.0-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-elasticsearch@5.4.0-1.el7?arch=src" } } }, { "category": "product_version", "name": "python-pexpect-0:4.6-1.el7at.src", "product": { "name": "python-pexpect-0:4.6-1.el7at.src", "product_id": "python-pexpect-0:4.6-1.el7at.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pexpect@4.6-1.el7at?arch=src" } } }, { "category": "product_version", "name": "cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "product": { "name": "cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "product_id": "cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.16.1-1.rhaos4.3.el7?arch=src" } } }, { "category": "product_version", "name": "python-daemon-0:2.1.2-7.el7at.src", "product": { "name": "python-daemon-0:2.1.2-7.el7at.src", "product_id": "python-daemon-0:2.1.2-7.el7at.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-daemon@2.1.2-7.el7at?arch=src" } } }, { "category": "product_version", "name": "python-ruamel-yaml-0:0.15.23-2.el7.src", "product": { "name": "python-ruamel-yaml-0:0.15.23-2.el7.src", "product_id": "python-ruamel-yaml-0:0.15.23-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ruamel-yaml@0.15.23-2.el7?arch=src" } } }, { "category": "product_version", "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "product": { "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "product_id": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.5.0-2.git642a960.el7?arch=src" } } }, { "category": "product_version", "name": "python-boto3-0:1.4.0-1.el7.src", "product": { "name": "python-boto3-0:1.4.0-1.el7.src", "product_id": "python-boto3-0:1.4.0-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-boto3@1.4.0-1.el7?arch=src" } } }, { "category": "product_version", "name": "python-voluptuous-0:0.10.5-2.el7ost.src", "product": { "name": "python-voluptuous-0:0.10.5-2.el7ost.src", "product_id": "python-voluptuous-0:0.10.5-2.el7ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-voluptuous@0.10.5-2.el7ost?arch=src" } } }, { "category": "product_version", "name": "python-certifi-0:2018.4.16-2.el7.src", "product": { "name": "python-certifi-0:2018.4.16-2.el7.src", "product_id": "python-certifi-0:2018.4.16-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-certifi@2018.4.16-2.el7?arch=src" } } }, { "category": "product_version", "name": "python-ruamel-ordereddict-0:0.4.9-5.el7.src", "product": { "name": "python-ruamel-ordereddict-0:0.4.9-5.el7.src", "product_id": "python-ruamel-ordereddict-0:0.4.9-5.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ruamel-ordereddict@0.4.9-5.el7?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.4.3-3.el7ar.src", "product": { "name": "python-psutil-0:5.4.3-3.el7ar.src", "product_id": "python-psutil-0:5.4.3-3.el7ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.4.3-3.el7ar?arch=src" } } }, { "category": "product_version", "name": "ansible-runner-0:1.3.4-2.el7ar.src", "product": { "name": "ansible-runner-0:1.3.4-2.el7ar.src", "product_id": "ansible-runner-0:1.3.4-2.el7ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-runner@1.3.4-2.el7ar?arch=src" } } }, { "category": "product_version", "name": "skopeo-1:0.1.40-2.el7.src", "product": { "name": "skopeo-1:0.1.40-2.el7.src", "product_id": "skopeo-1:0.1.40-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@0.1.40-2.el7?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "slirp4netns-0:0.4.2-1.git21fdece.el7.src", "product": { "name": "slirp4netns-0:0.4.2-1.git21fdece.el7.src", "product_id": "slirp4netns-0:0.4.2-1.git21fdece.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@0.4.2-1.git21fdece.el7?arch=src" } } }, { "category": "product_version", "name": "jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "product": { "name": "jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "product_id": "jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.3.1574944219-1.el7?arch=src" } } }, { "category": "product_version", "name": "haproxy-0:1.8.17-3.el7.src", "product": { "name": "haproxy-0:1.8.17-3.el7.src", "product_id": "haproxy-0:1.8.17-3.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy@1.8.17-3.el7?arch=src" } } }, { "category": "product_version", "name": "mariadb-apb-role-0:1.3.7-1.el7.src", "product": { "name": "mariadb-apb-role-0:1.3.7-1.el7.src", "product_id": "mariadb-apb-role-0:1.3.7-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mariadb-apb-role@1.3.7-1.el7?arch=src" } } }, { "category": "product_version", "name": "python-rsa-0:3.4.1-1.el7.src", "product": { "name": "python-rsa-0:3.4.1-1.el7.src", "product_id": "python-rsa-0:3.4.1-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-rsa@3.4.1-1.el7?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.5.7-4.el7.src", "product": { "name": "python-pysocks-0:1.5.7-4.el7.src", "product_id": "python-pysocks-0:1.5.7-4.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.5.7-4.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "product": { "name": "openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "product_id": "openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr@4.3.0-201911060517.git.1.eea1453.el7?arch=src" } } }, { "category": "product_version", "name": "python-kubernetes-0:8.0.1-1.el7.src", "product": { "name": "python-kubernetes-0:8.0.1-1.el7.src", "product_id": "python-kubernetes-0:8.0.1-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kubernetes@8.0.1-1.el7?arch=src" } } }, { "category": "product_version", "name": "tini-0:0.16.1-1.el7ar.src", "product": { "name": "tini-0:0.16.1-1.el7ar.src", "product_id": "tini-0:0.16.1-1.el7ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/tini@0.16.1-1.el7ar?arch=src" } } }, { "category": "product_version", "name": "jq-0:1.6-2.el7.src", "product": { "name": "jq-0:1.6-2.el7.src", "product_id": "jq-0:1.6-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq@1.6-2.el7?arch=src" } } }, { "category": "product_version", "name": "mysql-apb-role-0:1.3.6-1.el7.src", "product": { "name": "mysql-apb-role-0:1.3.6-1.el7.src", "product_id": "mysql-apb-role-0:1.3.6-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mysql-apb-role@1.3.6-1.el7?arch=src" } } }, { "category": "product_version", "name": "ansible-kubernetes-modules-0:0.4.0-8.el7.src", "product": { "name": "ansible-kubernetes-modules-0:0.4.0-8.el7.src", "product_id": "ansible-kubernetes-modules-0:0.4.0-8.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-kubernetes-modules@0.4.0-8.el7?arch=src" } } }, { "category": "product_version", "name": "faq-0:0.0.6-4.el7.src", "product": { "name": "faq-0:0.0.6-4.el7.src", "product_id": "faq-0:0.0.6-4.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/faq@0.0.6-4.el7?arch=src" } } }, { "category": "product_version", "name": "kibana-0:5.6.16-2.el7.src", "product": { "name": "kibana-0:5.6.16-2.el7.src", "product_id": "kibana-0:5.6.16-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kibana@5.6.16-2.el7?arch=src" } } }, { "category": "product_version", "name": "elastic-curator-0:5.2.0-1.el7.src", "product": { "name": "elastic-curator-0:5.2.0-1.el7.src", "product_id": "elastic-curator-0:5.2.0-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/elastic-curator@5.2.0-1.el7?arch=src" } } }, { "category": "product_version", "name": "python-ptyprocess-0:0.5.2-3.el7at.src", "product": { "name": "python-ptyprocess-0:0.5.2-3.el7at.src", "product_id": "python-ptyprocess-0:0.5.2-3.el7at.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ptyprocess@0.5.2-3.el7at?arch=src" } } }, { "category": "product_version", "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "product": { "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "product_id": "openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-eventrouter@0.2-4.git7c289cc.el7?arch=src" } } }, { "category": "product_version", "name": "python-botocore-0:1.4.57-5.el7.src", "product": { "name": "python-botocore-0:1.4.57-5.el7.src", "product_id": "python-botocore-0:1.4.57-5.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-botocore@1.4.57-5.el7?arch=src" } } }, { "category": "product_version", "name": "python-cachetools-0:1.0.3-1.el7.src", "product": { "name": "python-cachetools-0:1.0.3-1.el7.src", "product_id": "python-cachetools-0:1.0.3-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cachetools@1.0.3-1.el7?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.21.1-1.el7.src", "product": { "name": "python-urllib3-0:1.21.1-1.el7.src", "product_id": "python-urllib3-0:1.21.1-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.21.1-1.el7?arch=src" } } }, { "category": "product_version", "name": "apb-base-scripts-0:1.4.2-1.el7.src", "product": { "name": "apb-base-scripts-0:1.4.2-1.el7.src", "product_id": "apb-base-scripts-0:1.4.2-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/apb-base-scripts@1.4.2-1.el7?arch=src" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:0.8.3-1.el7.src", "product": { "name": "containernetworking-plugins-0:0.8.3-1.el7.src", "product_id": "containernetworking-plugins-0:0.8.3-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@0.8.3-1.el7?arch=src" } } }, { "category": "product_version", "name": "python-google-auth-0:1.1.1-1.el7.src", "product": { "name": "python-google-auth-0:1.1.1-1.el7.src", "product_id": "python-google-auth-0:1.1.1-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-google-auth@1.1.1-1.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "product": { "name": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "product_id": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.3.0-202001030600.git.1.5e09fe6.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "product": { "name": "openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "product_id": "openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.3.0-202001072012.git.174.dce2c96.el7?arch=src" } } }, { "category": "product_version", "name": "atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "product": { "name": "atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "product_id": "atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@4.3.0-202001131753.git.1.3dc1c5f.el7?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "product": { "name": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "product_id": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.16.2-6.dev.rhaos4.3.git9e3db66.el7?arch=src" } } }, { "category": "product_version", "name": "jenkins-0:2.204.1.1578490170-1.el7.src", "product": { "name": "jenkins-0:2.204.1.1578490170-1.el7.src", "product_id": "jenkins-0:2.204.1.1578490170-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.204.1.1578490170-1.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "product": { "name": "openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "product_id": "openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.3.0-202001131753.git.0.0aee6a8.el7?arch=src" } } }, { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "product": { "name": "atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "product_id": "atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.3.0-202001131753.git.1.47128a9.el7?arch=src" } } }, { "category": "product_version", "name": "console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "product": { "name": "console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "product_id": "console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages@0.16-1.rhaos4.2.el8?arch=src" } } }, { "category": "product_version", "name": "toolbox-0:0.0.5-1.rhaos4.2.el8.src", "product": { "name": "toolbox-0:0.0.5-1.rhaos4.2.el8.src", "product_id": "toolbox-0:0.0.5-1.rhaos4.2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.5-1.rhaos4.2.el8?arch=src" } } }, { "category": "product_version", "name": "slirp4netns-0:0.4.2-1.git21fdece.el8.src", "product": { "name": "slirp4netns-0:0.4.2-1.git21fdece.el8.src", "product_id": "slirp4netns-0:0.4.2-1.git21fdece.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@0.4.2-1.git21fdece.el8?arch=src" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:0.8.3-1.el8.src", "product": { "name": "containernetworking-plugins-0:0.8.3-1.el8.src", "product_id": "containernetworking-plugins-0:0.8.3-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@0.8.3-1.el8?arch=src" } } }, { "category": "product_version", "name": "redhat-release-coreos-0:43.80-4.el8.src", "product": { "name": "redhat-release-coreos-0:43.80-4.el8.src", "product_id": "redhat-release-coreos-0:43.80-4.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redhat-release-coreos@43.80-4.el8?arch=src" } } }, { "category": "product_version", "name": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "product": { "name": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "product_id": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhcos-tools@0.0.0-1.rhaos4.2.el8?arch=src" } } }, { "category": "product_version", "name": "ostree-0:2019.5-1.el8.src", "product": { "name": "ostree-0:2019.5-1.el8.src", "product_id": "ostree-0:2019.5-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2019.5-1.el8?arch=src" } } }, { "category": "product_version", "name": "cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "product": { "name": "cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "product_id": "cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.16.1-1.rhaos4.3.el8?arch=src" } } }, { "category": "product_version", "name": "gperftools-0:2.6.3-2.el8+7.src", "product": { "name": "gperftools-0:2.6.3-2.el8+7.src", "product_id": "gperftools-0:2.6.3-2.el8+7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools@2.6.3-2.el8%2B7?arch=src" } } }, { "category": "product_version", "name": "nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "product": { "name": "nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "product_id": "nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nss-altfiles@2.18.1-12.rhaos4.2.el8?arch=src" } } }, { "category": "product_version", "name": "runc-0:1.0.0-64.rc9.el8.src", "product": { "name": "runc-0:1.0.0-64.rc9.el8.src", "product_id": "runc-0:1.0.0-64.rc9.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-64.rc9.el8?arch=src" } } }, { "category": "product_version", "name": "rpm-ostree-0:2019.6-6.el8.src", "product": { "name": "rpm-ostree-0:2019.6-6.el8.src", "product_id": "rpm-ostree-0:2019.6-6.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2019.6-6.el8?arch=src" } } }, { "category": "product_version", "name": "rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "product": { "name": "rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "product_id": "rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn@4.1.1-3.rhaos4.2.el8?arch=src" } } }, { "category": "product_version", "name": "pivot-0:0.0.5-2.rhaos4.2.el8.src", "product": { "name": "pivot-0:0.0.5-2.rhaos4.2.el8.src", "product_id": "pivot-0:0.0.5-2.rhaos4.2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pivot@0.0.5-2.rhaos4.2.el8?arch=src" } } }, { "category": "product_version", "name": "libunwind-0:1.2.1-5.el8.src", "product": { "name": "libunwind-0:1.2.1-5.el8.src", "product_id": "libunwind-0:1.2.1-5.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind@1.2.1-5.el8?arch=src" } } }, { "category": "product_version", "name": "skopeo-1:0.1.40-2.el8.src", "product": { "name": "skopeo-1:0.1.40-2.el8.src", "product_id": "skopeo-1:0.1.40-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@0.1.40-2.el8?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "podman-0:1.6.4-1.el8.src", "product": { "name": "podman-0:1.6.4-1.el8.src", "product_id": "podman-0:1.6.4-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@1.6.4-1.el8?arch=src" } } }, { "category": "product_version", "name": "dracut-0:049-27.git20190906.el8_1.1.src", "product": { "name": "dracut-0:049-27.git20190906.el8_1.1.src", "product_id": "dracut-0:049-27.git20190906.el8_1.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut@049-27.git20190906.el8_1.1?arch=src" } } }, { "category": "product_version", "name": "container-selinux-2:2.124.0-1.el8.src", "product": { "name": "container-selinux-2:2.124.0-1.el8.src", "product_id": "container-selinux-2:2.124.0-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.124.0-1.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "product": { "name": "coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "product_id": "coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0-13.rhaos4.3.gite5aa5dc.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "product": { "name": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "product_id": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.3.0-202001030600.git.1.5e09fe6.el8?arch=src" } } }, { "category": "product_version", "name": "conmon-0:2.0.9-1.el8.src", "product": { "name": "conmon-0:2.0.9-1.el8.src", "product_id": "conmon-0:2.0.9-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.0.9-1.el8?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "product": { "name": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "product_id": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.16.2-6.dev.rhaos4.3.git9e3db66.el8?arch=src" } } }, { "category": "product_version", "name": "machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "product": { "name": "machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "product_id": "machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/machine-config-daemon@4.3.0-202001131753.git.1.e2edc36.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "product": { "name": "openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "product_id": "openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.3.0-202001131753.git.0.0aee6a8.el8?arch=src" } } }, { "category": "product_version", "name": "grpc-0:1.18.0-4.el8ost.src", "product": { "name": "grpc-0:1.18.0-4.el8ost.src", "product_id": "grpc-0:1.18.0-4.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=src" } } }, { "category": "product_version", "name": "libsodium-0:1.0.16-4.5.el8ost.src", "product": { "name": "libsodium-0:1.0.16-4.5.el8ost.src", "product_id": "libsodium-0:1.0.16-4.5.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium@1.0.16-4.5.el8ost?arch=src" } } }, { "category": "product_version", "name": "protobuf-0:3.6.1-4.el8ost.src", "product": { "name": "protobuf-0:3.6.1-4.el8ost.src", "product_id": "protobuf-0:3.6.1-4.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf@3.6.1-4.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-bcrypt-0:3.1.6-2.el8ost.src", "product": { "name": "python-bcrypt-0:3.1.6-2.el8ost.src", "product_id": "python-bcrypt-0:3.1.6-2.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-bcrypt@3.1.6-2.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-cotyledon-0:1.7.3-4.el8ost.src", "product": { "name": "python-cotyledon-0:1.7.3-4.el8ost.src", "product_id": "python-cotyledon-0:1.7.3-4.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cotyledon@1.7.3-4.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-flask-1:1.0.2-2.el8ost.src", "product": { "name": "python-flask-1:1.0.2-2.el8ost.src", "product_id": "python-flask-1:1.0.2-2.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-flask@1.0.2-2.el8ost?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "product": { "name": "python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "product_id": "python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kuryr-lib@1.1.1-0.20190923160834.41e6964.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "product": { "name": "python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "product_id": "python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-neutron-lib@1.29.1-0.20190923154030.4ef4b71.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "product": { "name": "python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "product_id": "python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-os-ken@0.4.1-0.20190923143906.8f7851a.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "product": { "name": "python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "product_id": "python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-privsep@1.33.3-0.20190920073426.ddde706.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "product": { "name": "python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "product_id": "python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-os-vif@1.17.0-0.20190923155827.3a08cc4.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "product": { "name": "python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "product_id": "python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ovsdbapp@0.17.0-0.20190923110620.74b52bb.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-paramiko-0:2.4.2-2.el8ost.src", "product": { "name": "python-paramiko-0:2.4.2-2.el8ost.src", "product_id": "python-paramiko-0:2.4.2-2.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-paramiko@2.4.2-2.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-pynacl-0:1.3.0-1.el8ost.src", "product": { "name": "python-pynacl-0:1.3.0-1.el8ost.src", "product_id": "python-pynacl-0:1.3.0-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pynacl@1.3.0-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-pyroute2-0:0.5.3-4.el8ost.src", "product": { "name": "python-pyroute2-0:0.5.3-4.el8ost.src", "product_id": "python-pyroute2-0:0.5.3-4.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyroute2@0.5.3-4.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-setproctitle-0:1.1.9-7.el8ost.src", "product": { "name": "python-setproctitle-0:1.1.9-7.el8ost.src", "product_id": "python-setproctitle-0:1.1.9-7.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-setproctitle@1.1.9-7.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "product": { "name": "python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "product_id": "python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tinyrpc@0.5-4.20170523git1f38ac.el8ost?arch=src" } } }, { "category": "product_version", "name": "rhosp-openvswitch-0:2.11-0.5.el8ost.src", "product": { "name": "rhosp-openvswitch-0:2.11-0.5.el8ost.src", "product_id": "rhosp-openvswitch-0:2.11-0.5.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-openvswitch@2.11-0.5.el8ost?arch=src" } } }, { "category": "product_version", "name": "ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "product": { "name": "ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "product_id": "ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@0.34.0-1.rhaos4.3.git92f874c.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "product": { "name": "openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "product_id": "openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr@4.3.0-202001152300.git.1.a051bf1.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "oniguruma-0:5.9.2-5.el7.x86_64", "product": { "name": "oniguruma-0:5.9.2-5.el7.x86_64", "product_id": "oniguruma-0:5.9.2-5.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oniguruma@5.9.2-5.el7?arch=x86_64" } } }, { "category": "product_version", "name": "oniguruma-devel-0:5.9.2-5.el7.x86_64", "product": { "name": "oniguruma-devel-0:5.9.2-5.el7.x86_64", "product_id": "oniguruma-devel-0:5.9.2-5.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oniguruma-devel@5.9.2-5.el7?arch=x86_64" } } }, { "category": "product_version", "name": "oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "product": { "name": "oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "product_id": "oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oniguruma-debuginfo@5.9.2-5.el7?arch=x86_64" } } }, { "category": "product_version", "name": "apb-0:2.0.3-2.el7.x86_64", "product": { "name": "apb-0:2.0.3-2.el7.x86_64", "product_id": "apb-0:2.0.3-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/apb@2.0.3-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "inotify-tools-0:3.20.1-2.el7.x86_64", "product": { "name": "inotify-tools-0:3.20.1-2.el7.x86_64", "product_id": "inotify-tools-0:3.20.1-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools@3.20.1-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "inotify-tools-devel-0:3.20.1-2.el7.x86_64", "product": { "name": "inotify-tools-devel-0:3.20.1-2.el7.x86_64", "product_id": "inotify-tools-devel-0:3.20.1-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools-devel@3.20.1-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "product": { "name": "inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "product_id": "inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools-debuginfo@3.20.1-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "fb303-0:0.9.1-15.el7.x86_64", "product": { "name": "fb303-0:0.9.1-15.el7.x86_64", "product_id": "fb303-0:0.9.1-15.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fb303@0.9.1-15.el7?arch=x86_64" } } }, { "category": "product_version", "name": "fb303-devel-0:0.9.1-15.el7.x86_64", "product": { "name": "fb303-devel-0:0.9.1-15.el7.x86_64", "product_id": "fb303-devel-0:0.9.1-15.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fb303-devel@0.9.1-15.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-fb303-0:0.9.1-15.el7.x86_64", "product": { "name": "python-fb303-0:0.9.1-15.el7.x86_64", "product_id": "python-fb303-0:0.9.1-15.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-fb303@0.9.1-15.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-thrift-0:0.9.1-15.el7.x86_64", "product": { "name": "python-thrift-0:0.9.1-15.el7.x86_64", "product_id": "python-thrift-0:0.9.1-15.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-thrift@0.9.1-15.el7?arch=x86_64" } } }, { "category": "product_version", "name": "thrift-0:0.9.1-15.el7.x86_64", "product": { "name": "thrift-0:0.9.1-15.el7.x86_64", "product_id": "thrift-0:0.9.1-15.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thrift@0.9.1-15.el7?arch=x86_64" } } }, { "category": "product_version", "name": "thrift-devel-0:0.9.1-15.el7.x86_64", "product": { "name": "thrift-devel-0:0.9.1-15.el7.x86_64", "product_id": "thrift-devel-0:0.9.1-15.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thrift-devel@0.9.1-15.el7?arch=x86_64" } } }, { "category": "product_version", "name": "thrift-glib-0:0.9.1-15.el7.x86_64", "product": { "name": "thrift-glib-0:0.9.1-15.el7.x86_64", "product_id": "thrift-glib-0:0.9.1-15.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thrift-glib@0.9.1-15.el7?arch=x86_64" } } }, { "category": "product_version", "name": "thrift-qt-0:0.9.1-15.el7.x86_64", "product": { "name": "thrift-qt-0:0.9.1-15.el7.x86_64", "product_id": "thrift-qt-0:0.9.1-15.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thrift-qt@0.9.1-15.el7?arch=x86_64" } } }, { "category": "product_version", "name": "thrift-debuginfo-0:0.9.1-15.el7.x86_64", "product": { "name": "thrift-debuginfo-0:0.9.1-15.el7.x86_64", "product_id": "thrift-debuginfo-0:0.9.1-15.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/thrift-debuginfo@0.9.1-15.el7?arch=x86_64" } } }, { "category": "product_version", "name": "runc-0:1.0.0-64.rc9.el7.x86_64", "product": { "name": "runc-0:1.0.0-64.rc9.el7.x86_64", "product_id": "runc-0:1.0.0-64.rc9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-64.rc9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "product": { "name": "runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "product_id": "runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-64.rc9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "dumb-init-0:1.1.3-12.el7.x86_64", "product": { "name": "dumb-init-0:1.1.3-12.el7.x86_64", "product_id": "dumb-init-0:1.1.3-12.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dumb-init@1.1.3-12.el7?arch=x86_64" } } }, { "category": "product_version", "name": "dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "product": { "name": "dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "product_id": "dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dumb-init-debuginfo@1.1.3-12.el7?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-0:0.7.2-1.el7.x86_64", "product": { "name": "fuse-overlayfs-0:0.7.2-1.el7.x86_64", "product_id": "fuse-overlayfs-0:0.7.2-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs@0.7.2-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "product": { "name": "fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "product_id": "fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@0.7.2-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "conmon-0:2.0.8-2.el7.x86_64", "product": { "name": "conmon-0:2.0.8-2.el7.x86_64", "product_id": "conmon-0:2.0.8-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.0.8-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "product": { "name": "cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "product_id": "cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.16.1-1.rhaos4.3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "product": { "name": "python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "product_id": "python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-ruamel-yaml@0.15.23-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "product": { "name": "python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "product_id": "python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ruamel-yaml-debuginfo@0.15.23-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "product": { "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "product_id": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.5.0-2.git642a960.el7?arch=x86_64" } } }, { "category": "product_version", "name": "prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "product": { "name": "prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "product_id": "prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/prometheus-promu@0.5.0-2.git642a960.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "product": { "name": "python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "product_id": "python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-ruamel-ordereddict@0.4.9-5.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "product": { "name": "python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "product_id": "python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ruamel-ordereddict-debuginfo@0.4.9-5.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python2-psutil-0:5.4.3-3.el7ar.x86_64", "product": { "name": "python2-psutil-0:5.4.3-3.el7ar.x86_64", "product_id": "python2-psutil-0:5.4.3-3.el7ar.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psutil@5.4.3-3.el7ar?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "product": { "name": "python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "product_id": "python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debuginfo@5.4.3-3.el7ar?arch=x86_64" } } }, { "category": "product_version", "name": "containers-common-1:0.1.40-2.el7.x86_64", "product": { "name": "containers-common-1:0.1.40-2.el7.x86_64", "product_id": "containers-common-1:0.1.40-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@0.1.40-2.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-1:0.1.40-2.el7.x86_64", "product": { "name": "skopeo-1:0.1.40-2.el7.x86_64", "product_id": "skopeo-1:0.1.40-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@0.1.40-2.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-tests-1:0.1.40-2.el7.x86_64", "product": { "name": "skopeo-tests-1:0.1.40-2.el7.x86_64", "product_id": "skopeo-tests-1:0.1.40-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@0.1.40-2.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "product": { "name": "skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "product_id": "skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@0.1.40-2.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "product": { "name": "slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "product_id": "slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@0.4.2-1.git21fdece.el7?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "product": { "name": "slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "product_id": "slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@0.4.2-1.git21fdece.el7?arch=x86_64" } } }, { "category": "product_version", "name": "fuse3-libs-0:3.6.1-4.el7.x86_64", "product": { "name": "fuse3-libs-0:3.6.1-4.el7.x86_64", "product_id": "fuse3-libs-0:3.6.1-4.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse3-libs@3.6.1-4.el7?arch=x86_64" } } }, { "category": "product_version", "name": "fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "product": { "name": "fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "product_id": "fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fuse3-debuginfo@3.6.1-4.el7?arch=x86_64" } } }, { "category": "product_version", "name": "haproxy18-0:1.8.17-3.el7.x86_64", "product": { "name": "haproxy18-0:1.8.17-3.el7.x86_64", "product_id": "haproxy18-0:1.8.17-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy18@1.8.17-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "product": { "name": "haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "product_id": "haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debuginfo@1.8.17-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "tini-0:0.16.1-1.el7ar.x86_64", "product": { "name": "tini-0:0.16.1-1.el7ar.x86_64", "product_id": "tini-0:0.16.1-1.el7ar.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/tini@0.16.1-1.el7ar?arch=x86_64" } } }, { "category": "product_version", "name": "tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "product": { "name": "tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "product_id": "tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/tini-debuginfo@0.16.1-1.el7ar?arch=x86_64" } } }, { "category": "product_version", "name": "jq-0:1.6-2.el7.x86_64", "product": { "name": "jq-0:1.6-2.el7.x86_64", "product_id": "jq-0:1.6-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq@1.6-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jq-devel-0:1.6-2.el7.x86_64", "product": { "name": "jq-devel-0:1.6-2.el7.x86_64", "product_id": "jq-devel-0:1.6-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq-devel@1.6-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jq-debuginfo-0:1.6-2.el7.x86_64", "product": { "name": "jq-debuginfo-0:1.6-2.el7.x86_64", "product_id": "jq-debuginfo-0:1.6-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq-debuginfo@1.6-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "faq-0:0.0.6-4.el7.x86_64", "product": { "name": "faq-0:0.0.6-4.el7.x86_64", "product_id": "faq-0:0.0.6-4.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/faq@0.0.6-4.el7?arch=x86_64" } } }, { "category": "product_version", "name": "faq-debuginfo-0:0.0.6-4.el7.x86_64", "product": { "name": "faq-debuginfo-0:0.0.6-4.el7.x86_64", "product_id": "faq-debuginfo-0:0.0.6-4.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/faq-debuginfo@0.0.6-4.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kibana-0:5.6.16-2.el7.x86_64", "product": { "name": "kibana-0:5.6.16-2.el7.x86_64", "product_id": "kibana-0:5.6.16-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kibana@5.6.16-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "kibana-debuginfo-0:5.6.16-2.el7.x86_64", "product": { "name": "kibana-debuginfo-0:5.6.16-2.el7.x86_64", "product_id": "kibana-debuginfo-0:5.6.16-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kibana-debuginfo@5.6.16-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "product": { "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "product_id": "openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-eventrouter@0.2-4.git7c289cc.el7?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "product": { "name": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "product_id": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-eventrouter-debuginfo@0.2-4.git7c289cc.el7?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:0.8.3-1.el7.x86_64", "product": { "name": "containernetworking-plugins-0:0.8.3-1.el7.x86_64", "product_id": "containernetworking-plugins-0:0.8.3-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@0.8.3-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "product_id": "containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@0.8.3-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "product": { "name": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "product_id": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.3.0-202001030600.git.1.5e09fe6.el7?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "product_id": "openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.3.0-202001030600.git.1.5e09fe6.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "product": { "name": "atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "product_id": "atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@4.3.0-202001131753.git.1.3dc1c5f.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "product": { "name": "atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "product_id": "atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog-svcat@4.3.0-202001131753.git.1.3dc1c5f.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "product": { "name": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "product_id": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.16.2-6.dev.rhaos4.3.git9e3db66.el7?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "product": { "name": "openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "product_id": "openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.3.0-202001131753.git.0.0aee6a8.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "product": { "name": "atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "product_id": "atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.3.0-202001131753.git.1.47128a9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "product": { "name": "slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "product_id": "slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns@0.4.2-1.git21fdece.el8?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "product": { "name": "slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "product_id": "slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debugsource@0.4.2-1.git21fdece.el8?arch=x86_64" } } }, { "category": "product_version", "name": "slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "product": { "name": "slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "product_id": "slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/slirp4netns-debuginfo@0.4.2-1.git21fdece.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:0.8.3-1.el8.x86_64", "product": { "name": "containernetworking-plugins-0:0.8.3-1.el8.x86_64", "product_id": "containernetworking-plugins-0:0.8.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@0.8.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "product": { "name": "containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "product_id": "containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@0.8.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "product_id": "containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@0.8.3-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "redhat-release-coreos-0:43.80-4.el8.x86_64", "product": { "name": "redhat-release-coreos-0:43.80-4.el8.x86_64", "product_id": "redhat-release-coreos-0:43.80-4.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redhat-release-coreos@43.80-4.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-0:2019.5-1.el8.x86_64", "product": { "name": "ostree-0:2019.5-1.el8.x86_64", "product_id": "ostree-0:2019.5-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2019.5-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-devel-0:2019.5-1.el8.x86_64", "product": { "name": "ostree-devel-0:2019.5-1.el8.x86_64", "product_id": "ostree-devel-0:2019.5-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-devel@2019.5-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-grub2-0:2019.5-1.el8.x86_64", "product": { "name": "ostree-grub2-0:2019.5-1.el8.x86_64", "product_id": "ostree-grub2-0:2019.5-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-grub2@2019.5-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-libs-0:2019.5-1.el8.x86_64", "product": { "name": "ostree-libs-0:2019.5-1.el8.x86_64", "product_id": "ostree-libs-0:2019.5-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs@2019.5-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-debugsource-0:2019.5-1.el8.x86_64", "product": { "name": "ostree-debugsource-0:2019.5-1.el8.x86_64", "product_id": "ostree-debugsource-0:2019.5-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debugsource@2019.5-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-debuginfo-0:2019.5-1.el8.x86_64", "product": { "name": "ostree-debuginfo-0:2019.5-1.el8.x86_64", "product_id": "ostree-debuginfo-0:2019.5-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debuginfo@2019.5-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "product": { "name": "ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "product_id": "ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2019.5-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "product": { "name": "cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "product_id": "cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.16.1-1.rhaos4.3.el8?arch=x86_64" } } }, { "category": "product_version", "name": "gperftools-0:2.6.3-2.el8+7.x86_64", "product": { "name": "gperftools-0:2.6.3-2.el8+7.x86_64", "product_id": "gperftools-0:2.6.3-2.el8+7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools@2.6.3-2.el8%2B7?arch=x86_64" } } }, { "category": "product_version", "name": "gperftools-devel-0:2.6.3-2.el8+7.x86_64", "product": { "name": "gperftools-devel-0:2.6.3-2.el8+7.x86_64", "product_id": "gperftools-devel-0:2.6.3-2.el8+7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-devel@2.6.3-2.el8%2B7?arch=x86_64" } } }, { "category": "product_version", "name": "gperftools-libs-0:2.6.3-2.el8+7.x86_64", "product": { "name": "gperftools-libs-0:2.6.3-2.el8+7.x86_64", "product_id": "gperftools-libs-0:2.6.3-2.el8+7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-libs@2.6.3-2.el8%2B7?arch=x86_64" } } }, { "category": "product_version", "name": "gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "product": { "name": "gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "product_id": "gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-debugsource@2.6.3-2.el8%2B7?arch=x86_64" } } }, { "category": "product_version", "name": "gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "product": { "name": "gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "product_id": "gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-libs-debuginfo@2.6.3-2.el8%2B7?arch=x86_64" } } }, { "category": "product_version", "name": "nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "product": { "name": "nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "product_id": "nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nss-altfiles@2.18.1-12.rhaos4.2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "product": { "name": "nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "product_id": "nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nss-altfiles-debugsource@2.18.1-12.rhaos4.2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "product": { "name": "nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "product_id": "nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nss-altfiles-debuginfo@2.18.1-12.rhaos4.2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "runc-0:1.0.0-64.rc9.el8.x86_64", "product": { "name": "runc-0:1.0.0-64.rc9.el8.x86_64", "product_id": "runc-0:1.0.0-64.rc9.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-64.rc9.el8?arch=x86_64" } } }, { "category": "product_version", "name": "runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "product": { "name": "runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "product_id": "runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.0.0-64.rc9.el8?arch=x86_64" } } }, { "category": "product_version", "name": "runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "product": { "name": "runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "product_id": "runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-64.rc9.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-0:2019.6-6.el8.x86_64", "product": { "name": "rpm-ostree-0:2019.6-6.el8.x86_64", "product_id": "rpm-ostree-0:2019.6-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2019.6-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-devel-0:2019.6-6.el8.x86_64", "product": { "name": "rpm-ostree-devel-0:2019.6-6.el8.x86_64", "product_id": "rpm-ostree-devel-0:2019.6-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-devel@2019.6-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-libs-0:2019.6-6.el8.x86_64", "product": { "name": "rpm-ostree-libs-0:2019.6-6.el8.x86_64", "product_id": "rpm-ostree-libs-0:2019.6-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs@2019.6-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "product": { "name": "rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "product_id": "rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2019.6-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "product": { "name": "rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "product_id": "rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2019.6-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "product": { "name": "rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "product_id": "rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2019.6-6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "product": { "name": "afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "product_id": "afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@4.1.1-3.rhaos4.2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "product": { "name": "rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "product_id": "rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@4.1.1-3.rhaos4.2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "product": { "name": "afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "product_id": "afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@4.1.1-3.rhaos4.2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "product": { "name": "pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "product_id": "pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pivot@0.0.5-2.rhaos4.2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libunwind-0:1.2.1-5.el8.x86_64", "product": { "name": "libunwind-0:1.2.1-5.el8.x86_64", "product_id": "libunwind-0:1.2.1-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind@1.2.1-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libunwind-devel-0:1.2.1-5.el8.x86_64", "product": { "name": "libunwind-devel-0:1.2.1-5.el8.x86_64", "product_id": "libunwind-devel-0:1.2.1-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind-devel@1.2.1-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libunwind-debugsource-0:1.2.1-5.el8.x86_64", "product": { "name": "libunwind-debugsource-0:1.2.1-5.el8.x86_64", "product_id": "libunwind-debugsource-0:1.2.1-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind-debugsource@1.2.1-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "product": { "name": "libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "product_id": "libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind-debuginfo@1.2.1-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containers-common-1:0.1.40-2.el8.x86_64", "product": { "name": "containers-common-1:0.1.40-2.el8.x86_64", "product_id": "containers-common-1:0.1.40-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@0.1.40-2.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-1:0.1.40-2.el8.x86_64", "product": { "name": "skopeo-1:0.1.40-2.el8.x86_64", "product_id": "skopeo-1:0.1.40-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@0.1.40-2.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-debugsource-1:0.1.40-2.el8.x86_64", "product": { "name": "skopeo-debugsource-1:0.1.40-2.el8.x86_64", "product_id": "skopeo-debugsource-1:0.1.40-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@0.1.40-2.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "product": { "name": "skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "product_id": "skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@0.1.40-2.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "podman-0:1.6.4-1.el8.x86_64", "product": { "name": "podman-0:1.6.4-1.el8.x86_64", "product_id": "podman-0:1.6.4-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@1.6.4-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-remote-0:1.6.4-1.el8.x86_64", "product": { "name": "podman-remote-0:1.6.4-1.el8.x86_64", "product_id": "podman-remote-0:1.6.4-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@1.6.4-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-tests-0:1.6.4-1.el8.x86_64", "product": { "name": "podman-tests-0:1.6.4-1.el8.x86_64", "product_id": "podman-tests-0:1.6.4-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@1.6.4-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-debugsource-0:1.6.4-1.el8.x86_64", "product": { "name": "podman-debugsource-0:1.6.4-1.el8.x86_64", "product_id": "podman-debugsource-0:1.6.4-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@1.6.4-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-debuginfo-0:1.6.4-1.el8.x86_64", "product": { "name": "podman-debuginfo-0:1.6.4-1.el8.x86_64", "product_id": "podman-debuginfo-0:1.6.4-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@1.6.4-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "product": { "name": "podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "product_id": "podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@1.6.4-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-0:049-27.git20190906.el8_1.1.x86_64", "product": { "name": "dracut-0:049-27.git20190906.el8_1.1.x86_64", "product_id": "dracut-0:049-27.git20190906.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut@049-27.git20190906.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "product": { "name": "dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "product_id": "dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-network@049-27.git20190906.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "product": { "name": "dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "product_id": "dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-debugsource@049-27.git20190906.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "product": { "name": "dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "product_id": "dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-debuginfo@049-27.git20190906.el8_1.1?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "product": { "name": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "product_id": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.3.0-202001030600.git.1.5e09fe6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "product_id": "openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.3.0-202001030600.git.1.5e09fe6.el8?arch=x86_64" } } }, { "category": "product_version", "name": "conmon-0:2.0.9-1.el8.x86_64", "product": { "name": "conmon-0:2.0.9-1.el8.x86_64", "product_id": "conmon-0:2.0.9-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.0.9-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "product": { "name": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "product_id": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.16.2-6.dev.rhaos4.3.git9e3db66.el8?arch=x86_64" } } }, { "category": "product_version", "name": "machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "product": { "name": "machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "product_id": "machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/machine-config-daemon@4.3.0-202001131753.git.1.e2edc36.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "product": { "name": "openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "product_id": "openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.3.0-202001131753.git.0.0aee6a8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-cli-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-cli-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-cli-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-cli@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-devel-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-devel-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-devel-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-devel@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-plugins-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-plugins-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-plugins-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-plugins@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-grpcio-0:1.18.0-4.el8ost.x86_64", "product": { "name": "python3-grpcio-0:1.18.0-4.el8ost.x86_64", "product_id": "python3-grpcio-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-grpcio@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-debugsource@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-cli-debuginfo@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-debuginfo@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "product": { "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_id": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/grpc-plugins-debuginfo@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "product": { "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_id": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-grpcio-debuginfo@1.18.0-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "libsodium-0:1.0.16-4.5.el8ost.x86_64", "product": { "name": "libsodium-0:1.0.16-4.5.el8ost.x86_64", "product_id": "libsodium-0:1.0.16-4.5.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium@1.0.16-4.5.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "product": { "name": "libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "product_id": "libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-devel@1.0.16-4.5.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "product": { "name": "libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "product_id": "libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-static@1.0.16-4.5.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "product": { "name": "libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "product_id": "libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-debugsource@1.0.16-4.5.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "product": { "name": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "product_id": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-debuginfo@1.0.16-4.5.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-compiler@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-devel-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-devel-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-devel-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-devel@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-lite-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-lite-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-lite-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite-devel@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite-static@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-static-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-static-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-static-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-static@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-debugsource@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-compiler-debuginfo@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-debuginfo@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite-debuginfo@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "product": { "name": "python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "product_id": "python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bcrypt@3.1.6-2.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "product": { "name": "python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "product_id": "python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-bcrypt-debugsource@3.1.6-2.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "product": { "name": "python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "product_id": "python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bcrypt-debuginfo@3.1.6-2.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-pynacl-0:1.3.0-1.el8ost.x86_64", "product": { "name": "python3-pynacl-0:1.3.0-1.el8ost.x86_64", "product_id": "python3-pynacl-0:1.3.0-1.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pynacl@1.3.0-1.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "product": { "name": "python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "product_id": "python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pynacl-debugsource@1.3.0-1.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "product": { "name": "python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "product_id": "python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pynacl-debuginfo@1.3.0-1.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "product": { "name": "python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "product_id": "python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-setproctitle@1.1.9-7.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "product": { "name": "python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "product_id": "python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-setproctitle@1.1.9-7.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "product": { "name": "python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "product_id": "python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-setproctitle-debugsource@1.1.9-7.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "product": { "name": "python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "product_id": "python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-setproctitle-debuginfo@1.1.9-7.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "product": { "name": "python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "product_id": "python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-setproctitle-debuginfo@1.1.9-7.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "product": { "name": "python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "product_id": "python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-setproctitle-debuginfo@1.1.9-7.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product": { "name": "ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product_id": "ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@0.34.0-1.rhaos4.3.git92f874c.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product": { "name": "ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product_id": "ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@0.34.0-1.rhaos4.3.git92f874c.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product": { "name": "ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product_id": "ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@0.34.0-1.rhaos4.3.git92f874c.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product": { "name": "ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product_id": "ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@0.34.0-1.rhaos4.3.git92f874c.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product": { "name": "ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product_id": "ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@0.34.0-1.rhaos4.3.git92f874c.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-asb-modules-0:0.4.1-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch" }, "product_reference": "ansible-asb-modules-0:0.4.1-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-asb-modules-0:0.4.1-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src" }, "product_reference": "ansible-asb-modules-0:0.4.1-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-kubernetes-modules-0:0.4.0-8.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch" }, "product_reference": "ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-kubernetes-modules-0:0.4.0-8.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src" }, "product_reference": "ansible-kubernetes-modules-0:0.4.0-8.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-runner-0:1.3.4-2.el7ar.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch" }, "product_reference": "ansible-runner-0:1.3.4-2.el7ar.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-runner-0:1.3.4-2.el7ar.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src" }, "product_reference": "ansible-runner-0:1.3.4-2.el7ar.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-runner-http-0:1.0-1.el7ar.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch" }, "product_reference": "ansible-runner-http-0:1.0-1.el7ar.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-runner-http-0:1.0-1.el7ar.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src" }, "product_reference": "ansible-runner-http-0:1.0-1.el7ar.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "apb-0:2.0.3-2.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src" }, "product_reference": "apb-0:2.0.3-2.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "apb-0:2.0.3-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64" }, "product_reference": "apb-0:2.0.3-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "apb-base-scripts-0:1.4.2-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch" }, "product_reference": "apb-base-scripts-0:1.4.2-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "apb-base-scripts-0:1.4.2-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src" }, "product_reference": "apb-base-scripts-0:1.4.2-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "apb-container-scripts-0:2.0.3-2.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch" }, "product_reference": "apb-container-scripts-0:2.0.3-2.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "apb-devel-0:2.0.3-2.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch" }, "product_reference": "apb-devel-0:2.0.3-2.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src" }, "product_reference": "atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64" }, "product_reference": "atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64" }, "product_reference": "atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src" }, "product_reference": "atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64" }, "product_reference": "atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-0:2.0.8-2.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src" }, "product_reference": "conmon-0:2.0.8-2.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-0:2.0.8-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64" }, "product_reference": "conmon-0:2.0.8-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:0.8.3-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src" }, "product_reference": "containernetworking-plugins-0:0.8.3-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:0.8.3-1.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64" }, "product_reference": "containernetworking-plugins-0:0.8.3-1.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-1:0.1.40-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64" }, "product_reference": "containers-common-1:0.1.40-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src" }, "product_reference": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64" }, "product_reference": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.16.1-1.rhaos4.3.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src" }, "product_reference": "cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64" }, "product_reference": "cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "dumb-init-0:1.1.3-12.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src" }, "product_reference": "dumb-init-0:1.1.3-12.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "dumb-init-0:1.1.3-12.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64" }, "product_reference": "dumb-init-0:1.1.3-12.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "dumb-init-debuginfo-0:1.1.3-12.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64" }, "product_reference": "dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "elastic-curator-0:5.2.0-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch" }, "product_reference": "elastic-curator-0:5.2.0-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "elastic-curator-0:5.2.0-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src" }, "product_reference": "elastic-curator-0:5.2.0-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "faq-0:0.0.6-4.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src" }, "product_reference": "faq-0:0.0.6-4.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "faq-0:0.0.6-4.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64" }, "product_reference": "faq-0:0.0.6-4.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "faq-debuginfo-0:0.0.6-4.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64" }, "product_reference": "faq-debuginfo-0:0.0.6-4.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "fb303-0:0.9.1-15.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64" }, "product_reference": "fb303-0:0.9.1-15.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "fb303-devel-0:0.9.1-15.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64" }, "product_reference": "fb303-devel-0:0.9.1-15.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "fb303-java-0:0.9.1-15.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch" }, "product_reference": "fb303-java-0:0.9.1-15.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:0.7.2-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src" }, "product_reference": "fuse-overlayfs-0:0.7.2-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-0:0.7.2-1.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64" }, "product_reference": "fuse-overlayfs-0:0.7.2-1.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64" }, "product_reference": "fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "fuse3-debuginfo-0:3.6.1-4.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64" }, "product_reference": "fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "fuse3-libs-0:3.6.1-4.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64" }, "product_reference": "fuse3-libs-0:3.6.1-4.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src" }, "product_reference": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64" }, "product_reference": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-0:1.8.17-3.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src" }, "product_reference": "haproxy-0:1.8.17-3.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debuginfo-0:1.8.17-3.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64" }, "product_reference": "haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy18-0:1.8.17-3.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64" }, "product_reference": "haproxy18-0:1.8.17-3.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-0:3.20.1-2.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src" }, "product_reference": "inotify-tools-0:3.20.1-2.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-0:3.20.1-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64" }, "product_reference": "inotify-tools-0:3.20.1-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64" }, "product_reference": "inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-devel-0:3.20.1-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64" }, "product_reference": "inotify-tools-devel-0:3.20.1-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.204.1.1578490170-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch" }, "product_reference": "jenkins-0:2.204.1.1578490170-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.204.1.1578490170-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" }, "product_reference": "jenkins-0:2.204.1.1578490170-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch" }, "product_reference": "jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.3.1574944219-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src" }, "product_reference": "jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "jq-0:1.6-2.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src" }, "product_reference": "jq-0:1.6-2.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "jq-0:1.6-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64" }, "product_reference": "jq-0:1.6-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "jq-debuginfo-0:1.6-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64" }, "product_reference": "jq-debuginfo-0:1.6-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "jq-devel-0:1.6-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64" }, "product_reference": "jq-devel-0:1.6-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "kibana-0:5.6.16-2.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src" }, "product_reference": "kibana-0:5.6.16-2.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "kibana-0:5.6.16-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64" }, "product_reference": "kibana-0:5.6.16-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "kibana-debuginfo-0:5.6.16-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64" }, "product_reference": "kibana-debuginfo-0:5.6.16-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libthrift-java-0:0.9.1-15.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch" }, "product_reference": "libthrift-java-0:0.9.1-15.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libthrift-javadoc-0:0.9.1-15.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch" }, "product_reference": "libthrift-javadoc-0:0.9.1-15.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "mariadb-apb-role-0:1.3.7-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch" }, "product_reference": "mariadb-apb-role-0:1.3.7-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "mariadb-apb-role-0:1.3.7-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src" }, "product_reference": "mariadb-apb-role-0:1.3.7-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "mysql-apb-role-0:1.3.6-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch" }, "product_reference": "mysql-apb-role-0:1.3.6-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "mysql-apb-role-0:1.3.6-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src" }, "product_reference": "mysql-apb-role-0:1.3.6-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "oniguruma-0:5.9.2-5.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src" }, "product_reference": "oniguruma-0:5.9.2-5.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "oniguruma-0:5.9.2-5.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64" }, "product_reference": "oniguruma-0:5.9.2-5.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "oniguruma-debuginfo-0:5.9.2-5.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64" }, "product_reference": "oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "oniguruma-devel-0:5.9.2-5.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64" }, "product_reference": "oniguruma-devel-0:5.9.2-5.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src" }, "product_reference": "openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch" }, "product_reference": "openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src" }, "product_reference": "openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch" }, "product_reference": "openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src" }, "product_reference": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64" }, "product_reference": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src" }, "product_reference": "openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64" }, "product_reference": "openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64" }, "product_reference": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64" }, "product_reference": "openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src" }, "product_reference": "openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch" }, "product_reference": "openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch" }, "product_reference": "openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch" }, "product_reference": "openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "perl-thrift-0:0.9.1-15.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch" }, "product_reference": "perl-thrift-0:0.9.1-15.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-apb-role-0:1.3.8-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch" }, "product_reference": "postgresql-apb-role-0:1.3.8-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-apb-role-0:1.3.8-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src" }, "product_reference": "postgresql-apb-role-0:1.3.8-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64" }, "product_reference": "prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-boto3-0:1.4.0-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src" }, "product_reference": "python-boto3-0:1.4.0-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-botocore-0:1.4.57-5.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src" }, "product_reference": "python-botocore-0:1.4.57-5.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-cachetools-0:1.0.3-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch" }, "product_reference": "python-cachetools-0:1.0.3-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-cachetools-0:1.0.3-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src" }, "product_reference": "python-cachetools-0:1.0.3-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-certifi-0:2018.4.16-2.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src" }, "product_reference": "python-certifi-0:2018.4.16-2.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-click-0:6.7-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch" }, "product_reference": "python-click-0:6.7-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-click-0:6.7-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src" }, "product_reference": "python-click-0:6.7-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-daemon-0:2.1.2-7.el7at.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src" }, "product_reference": "python-daemon-0:2.1.2-7.el7at.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-dictdiffer-0:0.6.1-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src" }, "product_reference": "python-dictdiffer-0:0.6.1-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-elasticsearch-0:5.4.0-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch" }, "product_reference": "python-elasticsearch-0:5.4.0-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-elasticsearch-0:5.4.0-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src" }, "product_reference": "python-elasticsearch-0:5.4.0-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-fb303-0:0.9.1-15.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64" }, "product_reference": "python-fb303-0:0.9.1-15.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-google-auth-0:1.1.1-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src" }, "product_reference": "python-google-auth-0:1.1.1-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-kubernetes-0:8.0.1-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src" }, "product_reference": "python-kubernetes-0:8.0.1-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-lockfile-1:0.11.0-10.el7ar.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src" }, "product_reference": "python-lockfile-1:0.11.0-10.el7ar.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-openshift-1:0.8.11-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src" }, "product_reference": "python-openshift-1:0.8.11-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-pexpect-0:4.6-1.el7at.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src" }, "product_reference": "python-pexpect-0:4.6-1.el7at.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.4.3-3.el7ar.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src" }, "product_reference": "python-psutil-0:5.4.3-3.el7ar.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64" }, "product_reference": "python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-ptyprocess-0:0.5.2-3.el7at.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src" }, "product_reference": "python-ptyprocess-0:0.5.2-3.el7at.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.5.7-4.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src" }, "product_reference": "python-pysocks-0:1.5.7-4.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-unixsocket-0:0.1.5-1.el7ar.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch" }, "product_reference": "python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-unixsocket-0:0.1.5-1.el7ar.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src" }, "product_reference": "python-requests-unixsocket-0:0.1.5-1.el7ar.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-rsa-0:3.4.1-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src" }, "product_reference": "python-rsa-0:3.4.1-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-ruamel-ordereddict-0:0.4.9-5.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src" }, "product_reference": "python-ruamel-ordereddict-0:0.4.9-5.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64" }, "product_reference": "python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-ruamel-yaml-0:0.15.23-2.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src" }, "product_reference": "python-ruamel-yaml-0:0.15.23-2.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64" }, "product_reference": "python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-s3transfer-0:0.1.3-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src" }, "product_reference": "python-s3transfer-0:0.1.3-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-string_utils-0:0.6.0-2.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src" }, "product_reference": "python-string_utils-0:0.6.0-2.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-thrift-0:0.9.1-15.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64" }, "product_reference": "python-thrift-0:0.9.1-15.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-typing-0:3.5.2.2-3.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src" }, "product_reference": "python-typing-0:3.5.2.2-3.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.21.1-1.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src" }, "product_reference": "python-urllib3-0:1.21.1-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-voluptuous-0:0.10.5-2.el7ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src" }, "product_reference": "python-voluptuous-0:0.10.5-2.el7ost.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-ansible-runner-0:1.3.4-2.el7ar.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch" }, "product_reference": "python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-boto3-0:1.4.0-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch" }, "product_reference": "python2-boto3-0:1.4.0-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-botocore-0:1.4.57-5.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch" }, "product_reference": "python2-botocore-0:1.4.57-5.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-certifi-0:2018.4.16-2.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch" }, "product_reference": "python2-certifi-0:2018.4.16-2.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-daemon-0:2.1.2-7.el7at.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch" }, "product_reference": "python2-daemon-0:2.1.2-7.el7at.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-dictdiffer-0:0.6.1-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch" }, "product_reference": "python2-dictdiffer-0:0.6.1-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-google-auth-0:1.1.1-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch" }, "product_reference": "python2-google-auth-0:1.1.1-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-kubernetes-0:8.0.1-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch" }, "product_reference": "python2-kubernetes-0:8.0.1-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-kubernetes-tests-0:8.0.1-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch" }, "product_reference": "python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch" }, "product_reference": "python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lockfile-1:0.11.0-10.el7ar.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch" }, "product_reference": "python2-lockfile-1:0.11.0-10.el7ar.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-openshift-1:0.8.11-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch" }, "product_reference": "python2-openshift-1:0.8.11-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pexpect-0:4.6-1.el7at.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch" }, "product_reference": "python2-pexpect-0:4.6-1.el7at.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psutil-0:5.4.3-3.el7ar.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64" }, "product_reference": "python2-psutil-0:5.4.3-3.el7ar.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-ptyprocess-0:0.5.2-3.el7at.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch" }, "product_reference": "python2-ptyprocess-0:0.5.2-3.el7at.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pysocks-0:1.5.7-4.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch" }, "product_reference": "python2-pysocks-0:1.5.7-4.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-rsa-0:3.4.1-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch" }, "product_reference": "python2-rsa-0:3.4.1-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64" }, "product_reference": "python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-ruamel-yaml-0:0.15.23-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64" }, "product_reference": "python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-s3transfer-0:0.1.3-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch" }, "product_reference": "python2-s3transfer-0:0.1.3-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-string_utils-0:0.6.0-2.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch" }, "product_reference": "python2-string_utils-0:0.6.0-2.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-typing-0:3.5.2.2-3.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch" }, "product_reference": "python2-typing-0:3.5.2.2-3.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-urllib3-0:1.21.1-1.el7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch" }, "product_reference": "python2-urllib3-0:1.21.1-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-voluptuous-0:0.10.5-2.el7ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch" }, "product_reference": "python2-voluptuous-0:0.10.5-2.el7ost.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-64.rc9.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src" }, "product_reference": "runc-0:1.0.0-64.rc9.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-64.rc9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64" }, "product_reference": "runc-0:1.0.0-64.rc9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64" }, "product_reference": "runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-1:0.1.40-2.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src" }, "product_reference": "skopeo-1:0.1.40-2.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-1:0.1.40-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64" }, "product_reference": "skopeo-1:0.1.40-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-1:0.1.40-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64" }, "product_reference": "skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-1:0.1.40-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64" }, "product_reference": "skopeo-tests-1:0.1.40-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:0.4.2-1.git21fdece.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src" }, "product_reference": "slirp4netns-0:0.4.2-1.git21fdece.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64" }, "product_reference": "slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64" }, "product_reference": "slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "thrift-0:0.9.1-15.el7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src" }, "product_reference": "thrift-0:0.9.1-15.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "thrift-0:0.9.1-15.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64" }, "product_reference": "thrift-0:0.9.1-15.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "thrift-debuginfo-0:0.9.1-15.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64" }, "product_reference": "thrift-debuginfo-0:0.9.1-15.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "thrift-devel-0:0.9.1-15.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64" }, "product_reference": "thrift-devel-0:0.9.1-15.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "thrift-glib-0:0.9.1-15.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64" }, "product_reference": "thrift-glib-0:0.9.1-15.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "thrift-qt-0:0.9.1-15.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64" }, "product_reference": "thrift-qt-0:0.9.1-15.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "tini-0:0.16.1-1.el7ar.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src" }, "product_reference": "tini-0:0.16.1-1.el7ar.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "tini-0:0.16.1-1.el7ar.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64" }, "product_reference": "tini-0:0.16.1-1.el7ar.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "tini-debuginfo-0:0.16.1-1.el7ar.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64" }, "product_reference": "tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64" }, "product_reference": "afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64" }, "product_reference": "afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-0:2.0.9-1.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src" }, "product_reference": "conmon-0:2.0.9-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-0:2.0.9-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64" }, "product_reference": "conmon-0:2.0.9-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch" }, "product_reference": "console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src" }, "product_reference": "console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch" }, "product_reference": "console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch" }, "product_reference": "console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.124.0-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch" }, "product_reference": "container-selinux-2:2.124.0-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.124.0-1.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src" }, "product_reference": "container-selinux-2:2.124.0-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:0.8.3-1.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src" }, "product_reference": "containernetworking-plugins-0:0.8.3-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:0.8.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64" }, "product_reference": "containernetworking-plugins-0:0.8.3-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64" }, "product_reference": "containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-1:0.1.40-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64" }, "product_reference": "containers-common-1:0.1.40-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch" }, "product_reference": "coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src" }, "product_reference": "coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch" }, "product_reference": "coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src" }, "product_reference": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64" }, "product_reference": "cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.16.1-1.rhaos4.3.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src" }, "product_reference": "cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64" }, "product_reference": "cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-0:049-27.git20190906.el8_1.1.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src" }, "product_reference": "dracut-0:049-27.git20190906.el8_1.1.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-0:049-27.git20190906.el8_1.1.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64" }, "product_reference": "dracut-0:049-27.git20190906.el8_1.1.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64" }, "product_reference": "dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64" }, "product_reference": "dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-network-0:049-27.git20190906.el8_1.1.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64" }, "product_reference": "dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-0:2.6.3-2.el8+7.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src" }, "product_reference": "gperftools-0:2.6.3-2.el8+7.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-0:2.6.3-2.el8+7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64" }, "product_reference": "gperftools-0:2.6.3-2.el8+7.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-debugsource-0:2.6.3-2.el8+7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64" }, "product_reference": "gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-devel-0:2.6.3-2.el8+7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64" }, "product_reference": "gperftools-devel-0:2.6.3-2.el8+7.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-libs-0:2.6.3-2.el8+7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64" }, "product_reference": "gperftools-libs-0:2.6.3-2.el8+7.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64" }, "product_reference": "gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-0:1.18.0-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src" }, "product_reference": "grpc-0:1.18.0-4.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-cli-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-cli-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-devel-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-devel-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-plugins-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-plugins-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src" }, "product_reference": "ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64" }, "product_reference": "ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64" }, "product_reference": "ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64" }, "product_reference": "ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64" }, "product_reference": "ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64" }, "product_reference": "ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch" }, "product_reference": "kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-0:1.0.16-4.5.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src" }, "product_reference": "libsodium-0:1.0.16-4.5.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-0:1.0.16-4.5.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64" }, "product_reference": "libsodium-0:1.0.16-4.5.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64" }, "product_reference": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64" }, "product_reference": "libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-devel-0:1.0.16-4.5.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64" }, "product_reference": "libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-static-0:1.0.16-4.5.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64" }, "product_reference": "libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-0:1.2.1-5.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src" }, "product_reference": "libunwind-0:1.2.1-5.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-0:1.2.1-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64" }, "product_reference": "libunwind-0:1.2.1-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-debuginfo-0:1.2.1-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64" }, "product_reference": "libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-debugsource-0:1.2.1-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64" }, "product_reference": "libunwind-debugsource-0:1.2.1-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-devel-0:1.2.1-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64" }, "product_reference": "libunwind-devel-0:1.2.1-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src" }, "product_reference": "machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64" }, "product_reference": "machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src" }, "product_reference": "nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64" }, "product_reference": "nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64" }, "product_reference": "nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64" }, "product_reference": "nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src" }, "product_reference": "openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src" }, "product_reference": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64" }, "product_reference": "openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64" }, "product_reference": "openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src" }, "product_reference": "openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch" }, "product_reference": "openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch" }, "product_reference": "openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch" }, "product_reference": "openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2019.5-1.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src" }, "product_reference": "ostree-0:2019.5-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2019.5-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64" }, "product_reference": "ostree-0:2019.5-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debuginfo-0:2019.5-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64" }, "product_reference": "ostree-debuginfo-0:2019.5-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debugsource-0:2019.5-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64" }, "product_reference": "ostree-debugsource-0:2019.5-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-devel-0:2019.5-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64" }, "product_reference": "ostree-devel-0:2019.5-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-grub2-0:2019.5-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64" }, "product_reference": "ostree-grub2-0:2019.5-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-0:2019.5-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64" }, "product_reference": "ostree-libs-0:2019.5-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-debuginfo-0:2019.5-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64" }, "product_reference": "ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "pivot-0:0.0.5-2.rhaos4.2.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src" }, "product_reference": "pivot-0:0.0.5-2.rhaos4.2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "pivot-0:0.0.5-2.rhaos4.2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64" }, "product_reference": "pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "podman-0:1.6.4-1.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src" }, "product_reference": "podman-0:1.6.4-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "podman-0:1.6.4-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64" }, "product_reference": "podman-0:1.6.4-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-0:1.6.4-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64" }, "product_reference": "podman-debuginfo-0:1.6.4-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-0:1.6.4-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64" }, "product_reference": "podman-debugsource-0:1.6.4-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-0:1.6.4-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch" }, "product_reference": "podman-docker-0:1.6.4-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "podman-manpages-0:1.6.4-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch" }, "product_reference": "podman-manpages-0:1.6.4-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-0:1.6.4-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64" }, "product_reference": "podman-remote-0:1.6.4-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-0:1.6.4-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64" }, "product_reference": "podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-0:1.6.4-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64" }, "product_reference": "podman-tests-0:1.6.4-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "pprof-0:2.6.3-2.el8+7.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch" }, "product_reference": "pprof-0:2.6.3-2.el8+7.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-0:3.6.1-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src" }, "product_reference": "protobuf-0:3.6.1-4.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-compiler-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-debugsource-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-devel-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-devel-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-lite-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-static-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-static-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-static-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-vim-0:3.6.1-4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch" }, "product_reference": "protobuf-vim-0:3.6.1-4.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-bcrypt-0:3.1.6-2.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src" }, "product_reference": "python-bcrypt-0:3.1.6-2.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64" }, "product_reference": "python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-cotyledon-0:1.7.3-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src" }, "product_reference": "python-cotyledon-0:1.7.3-4.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-cotyledon-doc-0:1.7.3-4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch" }, "product_reference": "python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-flask-1:1.0.2-2.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src" }, "product_reference": "python-flask-1:1.0.2-2.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-flask-doc-1:1.0.2-2.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch" }, "product_reference": "python-flask-doc-1:1.0.2-2.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src" }, "product_reference": "python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src" }, "product_reference": "python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src" }, "product_reference": "python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src" }, "product_reference": "python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src" }, "product_reference": "python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch" }, "product_reference": "python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src" }, "product_reference": "python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-paramiko-0:2.4.2-2.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src" }, "product_reference": "python-paramiko-0:2.4.2-2.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-pynacl-0:1.3.0-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src" }, "product_reference": "python-pynacl-0:1.3.0-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64" }, "product_reference": "python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyroute2-0:0.5.3-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src" }, "product_reference": "python-pyroute2-0:0.5.3-4.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-setproctitle-0:1.1.9-7.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src" }, "product_reference": "python-setproctitle-0:1.1.9-7.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64" }, "product_reference": "python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64" }, "product_reference": "python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src" }, "product_reference": "python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-setproctitle-0:1.1.9-7.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64" }, "product_reference": "python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64" }, "product_reference": "python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bcrypt-0:3.1.6-2.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64" }, "product_reference": "python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64" }, "product_reference": "python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cotyledon-0:1.7.3-4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch" }, "product_reference": "python3-cotyledon-0:1.7.3-4.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch" }, "product_reference": "python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-flask-1:1.0.2-2.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch" }, "product_reference": "python3-flask-1:1.0.2-2.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-grpcio-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "python3-grpcio-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64" }, "product_reference": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch" }, "product_reference": "python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch" }, "product_reference": "python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch" }, "product_reference": "python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch" }, "product_reference": "python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch" }, "product_reference": "python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch" }, "product_reference": "python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch" }, "product_reference": "python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch" }, "product_reference": "python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch" }, "product_reference": "python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch" }, "product_reference": "python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch" }, "product_reference": "python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch" }, "product_reference": "python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-paramiko-0:2.4.2-2.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch" }, "product_reference": "python3-paramiko-0:2.4.2-2.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-protobuf-0:3.6.1-4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch" }, "product_reference": "python3-protobuf-0:3.6.1-4.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pynacl-0:1.3.0-1.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64" }, "product_reference": "python3-pynacl-0:1.3.0-1.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64" }, "product_reference": "python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyroute2-0:0.5.3-4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch" }, "product_reference": "python3-pyroute2-0:0.5.3-4.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch" }, "product_reference": "python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-setproctitle-0:1.1.9-7.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64" }, "product_reference": "python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64" }, "product_reference": "python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch" }, "product_reference": "python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch" }, "product_reference": "python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "redhat-release-coreos-0:43.80-4.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src" }, "product_reference": "redhat-release-coreos-0:43.80-4.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "redhat-release-coreos-0:43.80-4.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64" }, "product_reference": "redhat-release-coreos-0:43.80-4.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch" }, "product_reference": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src" }, "product_reference": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-openvswitch-0:2.11-0.5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch" }, "product_reference": "rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-openvswitch-0:2.11-0.5.el8ost.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src" }, "product_reference": "rhosp-openvswitch-0:2.11-0.5.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch" }, "product_reference": "rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch" }, "product_reference": "rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch" }, "product_reference": "rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch" }, "product_reference": "rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch" }, "product_reference": "rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch" }, "product_reference": "rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch" }, "product_reference": "rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2019.6-6.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src" }, "product_reference": "rpm-ostree-0:2019.6-6.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2019.6-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64" }, "product_reference": "rpm-ostree-0:2019.6-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64" }, "product_reference": "rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debugsource-0:2019.6-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64" }, "product_reference": "rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-devel-0:2019.6-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64" }, "product_reference": "rpm-ostree-devel-0:2019.6-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-0:2019.6-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64" }, "product_reference": "rpm-ostree-libs-0:2019.6-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64" }, "product_reference": "rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-64.rc9.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src" }, "product_reference": "runc-0:1.0.0-64.rc9.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-64.rc9.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64" }, "product_reference": "runc-0:1.0.0-64.rc9.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64" }, "product_reference": "runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-0:1.0.0-64.rc9.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64" }, "product_reference": "runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src" }, "product_reference": "rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64" }, "product_reference": "rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-1:0.1.40-2.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src" }, "product_reference": "skopeo-1:0.1.40-2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-1:0.1.40-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64" }, "product_reference": "skopeo-1:0.1.40-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-1:0.1.40-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64" }, "product_reference": "skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-1:0.1.40-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64" }, "product_reference": "skopeo-debugsource-1:0.1.40-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:0.4.2-1.git21fdece.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src" }, "product_reference": "slirp4netns-0:0.4.2-1.git21fdece.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64" }, "product_reference": "slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64" }, "product_reference": "slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64" }, "product_reference": "slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.5-1.rhaos4.2.el8.noarch as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch" }, "product_reference": "toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.5-1.rhaos4.2.el8.src as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" }, "product_reference": "toolbox-0:0.0.5-1.rhaos4.2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-10401", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2019-09-25T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1764357" } ], "notes": [ { "category": "description", "text": "In Jenkins 2.196 and earlier, LTS 2.176.3 and earlier, the f:expandableTextBox form control interpreted its content as HTML when expanded, resulting in a stored XSS vulnerability exploitable by users with permission to define its contents (typically Job/Configure).", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: Stored XSS vulnerability in expandable textbox form control", "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": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-10401" }, { "category": "external", "summary": "RHBZ#1764357", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764357" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-10401", "url": "https://www.cve.org/CVERecord?id=CVE-2019-10401" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-10401", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10401" } ], "release_date": "2019-09-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-01-23T04:30:26+00:00", "details": "Before applying this update, ensure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:0063" } ], "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.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: Stored XSS vulnerability in expandable textbox form control" }, { "cve": "CVE-2019-10402", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2019-09-25T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1764363" } ], "notes": [ { "category": "description", "text": "In Jenkins 2.196 and earlier, LTS 2.176.3 and earlier, the f:combobox form control interpreted its item labels as HTML, resulting in a stored XSS vulnerability exploitable by users with permission to define its contents.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: XSS vulnerability in combobox form control", "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": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-10402" }, { "category": "external", "summary": "RHBZ#1764363", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764363" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-10402", "url": "https://www.cve.org/CVERecord?id=CVE-2019-10402" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-10402", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10402" } ], "release_date": "2019-09-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-01-23T04:30:26+00:00", "details": "Before applying this update, ensure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:0063" } ], "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.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: XSS vulnerability in combobox form control" }, { "cve": "CVE-2019-10403", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2019-09-25T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1764366" } ], "notes": [ { "category": "description", "text": "Jenkins 2.196 and earlier, LTS 2.176.3 and earlier did not escape the SCM tag name on the tooltip for SCM tag actions, resulting in a stored XSS vulnerability exploitable by users able to control SCM tag names for these actions.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: Stored XSS vulnerability in SCM tag action tooltip", "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": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-10403" }, { "category": "external", "summary": "RHBZ#1764366", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764366" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-10403", "url": "https://www.cve.org/CVERecord?id=CVE-2019-10403" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-10403", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10403" } ], "release_date": "2019-09-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-01-23T04:30:26+00:00", "details": "Before applying this update, ensure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:0063" } ], "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.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: Stored XSS vulnerability in SCM tag action tooltip" }, { "cve": "CVE-2019-10404", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2019-09-25T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1764367" } ], "notes": [ { "category": "description", "text": "Jenkins 2.196 and earlier, LTS 2.176.3 and earlier did not escape the reason why a queue items is blcoked in tooltips, resulting in a stored XSS vulnerability exploitable by users able to control parts of the reason a queue item is blocked, such as label expressions not matching any idle executors.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: Stored XSS vulnerability in queue item tooltip", "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": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-10404" }, { "category": "external", "summary": "RHBZ#1764367", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764367" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-10404", "url": "https://www.cve.org/CVERecord?id=CVE-2019-10404" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-10404", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10404" } ], "release_date": "2019-09-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-01-23T04:30:26+00:00", "details": "Before applying this update, ensure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:0063" } ], "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.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: Stored XSS vulnerability in queue item tooltip" }, { "cve": "CVE-2019-10405", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2019-09-25T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1764369" } ], "notes": [ { "category": "description", "text": "Jenkins 2.196 and earlier, LTS 2.176.3 and earlier printed the value of the \"Cookie\" HTTP request header on the /whoAmI/ URL, allowing attackers exploiting another XSS vulnerability to obtain the HTTP session cookie despite it being marked HttpOnly.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: Diagnostic web page exposed Cookie HTTP header", "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": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-10405" }, { "category": "external", "summary": "RHBZ#1764369", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764369" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-10405", "url": "https://www.cve.org/CVERecord?id=CVE-2019-10405" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-10405", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10405" } ], "release_date": "2019-09-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-01-23T04:30:26+00:00", "details": "Before applying this update, ensure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:0063" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: Diagnostic web page exposed Cookie HTTP header" }, { "cve": "CVE-2019-10406", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2019-09-25T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1764370" } ], "notes": [ { "category": "description", "text": "Jenkins 2.196 and earlier, LTS 2.176.3 and earlier did not restrict or filter values set as Jenkins URL in the global configuration, resulting in a stored XSS vulnerability exploitable by attackers with Overall/Administer permission.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: XSS vulnerability in Jenkins URL setting", "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": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-10406" }, { "category": "external", "summary": "RHBZ#1764370", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764370" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-10406", "url": "https://www.cve.org/CVERecord?id=CVE-2019-10406" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-10406", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10406" } ], "release_date": "2019-09-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-01-23T04:30:26+00:00", "details": "Before applying this update, ensure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:0063" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: XSS vulnerability in Jenkins URL setting" }, { "cve": "CVE-2019-11840", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "discovery_date": "2019-03-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1691529" } ], "notes": [ { "category": "description", "text": "An issue was discovered in the supplementary Go cryptography library, golang.org/x/crypto, before v0.0.0-20190320223903-b7391e95e576. A flaw was found in the amd64 implementation of the golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa packages. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto: Keystream loop in amd64 assembly when overflowing 32-bit counter", "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": [ "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-asb-modules-0:0.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.noarch", "7Server-RH7-RHOSE-4.3:ansible-kubernetes-modules-0:0.4.0-8.el7.src", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-0:1.3.4-2.el7ar.src", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:ansible-runner-http-0:1.0-1.el7ar.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.src", "7Server-RH7-RHOSE-4.3:apb-0:2.0.3-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-base-scripts-0:1.4.2-1.el7.src", "7Server-RH7-RHOSE-4.3:apb-container-scripts-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:apb-devel-0:2.0.3-2.el7.noarch", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.src", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-enterprise-service-catalog-svcat-1:4.3.0-202001131753.git.1.3dc1c5f.el7.x86_64", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.src", "7Server-RH7-RHOSE-4.3:atomic-openshift-service-idler-0:4.3.0-202001131753.git.1.47128a9.el7.x86_64", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.src", "7Server-RH7-RHOSE-4.3:conmon-0:2.0.8-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.src", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:containers-common-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.src", "7Server-RH7-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el7.x86_64", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.src", "7Server-RH7-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.src", "7Server-RH7-RHOSE-4.3:dumb-init-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:dumb-init-debuginfo-0:1.1.3-12.el7.x86_64", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:elastic-curator-0:5.2.0-1.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.src", "7Server-RH7-RHOSE-4.3:faq-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:faq-debuginfo-0:0.0.6-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:fb303-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.src", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse-overlayfs-debuginfo-0:0.7.2-1.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-debuginfo-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:fuse3-libs-0:3.6.1-4.el7.x86_64", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.src", "7Server-RH7-RHOSE-4.3:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy-0:1.8.17-3.el7.src", "7Server-RH7-RHOSE-4.3:haproxy-debuginfo-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:haproxy18-0:1.8.17-3.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.src", "7Server-RH7-RHOSE-4.3:inotify-tools-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-debuginfo-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:inotify-tools-devel-0:3.20.1-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-0:2.204.1.1578490170-1.el7.src", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.noarch", "7Server-RH7-RHOSE-4.3:jenkins-2-plugins-0:4.3.1574944219-1.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.3:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.src", "7Server-RH7-RHOSE-4.3:kibana-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:kibana-debuginfo-0:5.6.16-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:libthrift-java-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:libthrift-javadoc-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mariadb-apb-role-0:1.3.7-1.el7.src", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.noarch", "7Server-RH7-RHOSE-4.3:mysql-apb-role-0:1.3.6-1.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.3:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-ansible-0:4.3.0-202001072012.git.174.dce2c96.el7.src", "7Server-RH7-RHOSE-4.3:openshift-ansible-test-0:4.3.0-202001072012.git.174.dce2c96.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.src", "7Server-RH7-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.src", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el7.x86_64", "7Server-RH7-RHOSE-4.3:openshift-kuryr-0:4.3.0-201911060517.git.1.eea1453.el7.src", "7Server-RH7-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:perl-thrift-0:0.9.1-15.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.noarch", "7Server-RH7-RHOSE-4.3:postgresql-apb-role-0:1.3.8-1.el7.src", "7Server-RH7-RHOSE-4.3:prometheus-promu-0:0.5.0-2.git642a960.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-boto3-0:1.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-cachetools-0:1.0.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-certifi-0:2018.4.16-2.el7.src", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-click-0:6.7-1.el7.src", "7Server-RH7-RHOSE-4.3:python-daemon-0:2.1.2-7.el7at.src", "7Server-RH7-RHOSE-4.3:python-dictdiffer-0:0.6.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python-elasticsearch-0:5.4.0-1.el7.src", "7Server-RH7-RHOSE-4.3:python-fb303-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-google-auth-0:1.1.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-kubernetes-0:8.0.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-lockfile-1:0.11.0-10.el7ar.src", "7Server-RH7-RHOSE-4.3:python-openshift-1:0.8.11-1.el7.src", "7Server-RH7-RHOSE-4.3:python-pexpect-0:4.6-1.el7at.src", "7Server-RH7-RHOSE-4.3:python-psutil-0:5.4.3-3.el7ar.src", "7Server-RH7-RHOSE-4.3:python-psutil-debuginfo-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python-ptyprocess-0:0.5.2-3.el7at.src", "7Server-RH7-RHOSE-4.3:python-pysocks-0:1.5.7-4.el7.src", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python-requests-unixsocket-0:0.1.5-1.el7ar.src", "7Server-RH7-RHOSE-4.3:python-rsa-0:3.4.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-0:0.4.9-5.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-ordereddict-debuginfo-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-0:0.15.23-2.el7.src", "7Server-RH7-RHOSE-4.3:python-ruamel-yaml-debuginfo-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-s3transfer-0:0.1.3-1.el7.src", "7Server-RH7-RHOSE-4.3:python-string_utils-0:0.6.0-2.el7.src", "7Server-RH7-RHOSE-4.3:python-thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:python-typing-0:3.5.2.2-3.el7.src", "7Server-RH7-RHOSE-4.3:python-urllib3-0:1.21.1-1.el7.src", "7Server-RH7-RHOSE-4.3:python-voluptuous-0:0.10.5-2.el7ost.src", "7Server-RH7-RHOSE-4.3:python2-ansible-runner-0:1.3.4-2.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-boto3-0:1.4.0-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-certifi-0:2018.4.16-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-daemon-0:2.1.2-7.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-dictdiffer-0:0.6.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-google-auth-0:1.1.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kubernetes-tests-0:8.0.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-kuryr-kubernetes-0:4.3.0-201911060517.git.1.eea1453.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-lockfile-1:0.11.0-10.el7ar.noarch", "7Server-RH7-RHOSE-4.3:python2-openshift-1:0.8.11-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-pexpect-0:4.6-1.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-psutil-0:5.4.3-3.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:python2-ptyprocess-0:0.5.2-3.el7at.noarch", "7Server-RH7-RHOSE-4.3:python2-pysocks-0:1.5.7-4.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-rsa-0:3.4.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-ruamel-ordereddict-0:0.4.9-5.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-ruamel-yaml-0:0.15.23-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:python2-s3transfer-0:0.1.3-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-string_utils-0:0.6.0-2.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-typing-0:3.5.2.2-3.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-urllib3-0:1.21.1-1.el7.noarch", "7Server-RH7-RHOSE-4.3:python2-voluptuous-0:0.10.5-2.el7ost.noarch", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.src", "7Server-RH7-RHOSE-4.3:runc-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.src", "7Server-RH7-RHOSE-4.3:skopeo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:skopeo-tests-1:0.1.40-2.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.src", "7Server-RH7-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.src", "7Server-RH7-RHOSE-4.3:thrift-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-debuginfo-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-devel-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-glib-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:thrift-qt-0:0.9.1-15.el7.x86_64", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.src", "7Server-RH7-RHOSE-4.3:tini-0:0.16.1-1.el7ar.x86_64", "7Server-RH7-RHOSE-4.3:tini-debuginfo-0:0.16.1-1.el7ar.x86_64", "8Base-RHOSE-4.3:afterburn-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:afterburn-debuginfo-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.src", "8Base-RHOSE-4.3:conmon-0:2.0.9-1.el8.x86_64", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-0:0.16-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:console-login-helper-messages-issuegen-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:console-login-helper-messages-profile-0:0.16-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.noarch", "8Base-RHOSE-4.3:container-selinux-2:2.124.0-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.src", "8Base-RHOSE-4.3:containernetworking-plugins-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debuginfo-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containernetworking-plugins-debugsource-0:0.8.3-1.el8.x86_64", "8Base-RHOSE-4.3:containers-common-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:coreos-installer-0:0-13.rhaos4.3.gite5aa5dc.el8.src", "8Base-RHOSE-4.3:coreos-installer-dracut-0:0-13.rhaos4.3.gite5aa5dc.el8.noarch", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.src", "8Base-RHOSE-4.3:cri-o-0:1.16.2-6.dev.rhaos4.3.git9e3db66.el8.x86_64", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.src", "8Base-RHOSE-4.3:cri-tools-0:1.16.1-1.rhaos4.3.el8.x86_64", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.src", "8Base-RHOSE-4.3:dracut-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debuginfo-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-debugsource-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:dracut-network-0:049-27.git20190906.el8_1.1.x86_64", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.src", "8Base-RHOSE-4.3:gperftools-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-debugsource-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-devel-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:gperftools-libs-debuginfo-0:2.6.3-2.el8+7.x86_64", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.3:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.src", "8Base-RHOSE-4.3:ignition-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-debugsource-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:ignition-validate-debuginfo-0:0.34.0-1.rhaos4.3.git92f874c.el8.x86_64", "8Base-RHOSE-4.3:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.3:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.3:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.src", "8Base-RHOSE-4.3:machine-config-daemon-0:4.3.0-202001131753.git.1.e2edc36.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.src", "8Base-RHOSE-4.3:nss-altfiles-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debuginfo-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:nss-altfiles-debugsource-0:2.18.1-12.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.src", "8Base-RHOSE-4.3:openshift-clients-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-clients-redistributable-0:4.3.0-202001030600.git.1.5e09fe6.el8.x86_64", "8Base-RHOSE-4.3:openshift-kuryr-0:4.3.0-202001152300.git.1.a051bf1.el8.src", "8Base-RHOSE-4.3:openshift-kuryr-cni-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-common-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:openshift-kuryr-controller-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.src", "8Base-RHOSE-4.3:ostree-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-debugsource-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-devel-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-grub2-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:ostree-libs-debuginfo-0:2019.5-1.el8.x86_64", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.src", "8Base-RHOSE-4.3:pivot-0:0.0.5-2.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.src", "8Base-RHOSE-4.3:podman-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-debugsource-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-docker-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-manpages-0:1.6.4-1.el8.noarch", "8Base-RHOSE-4.3:podman-remote-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-remote-debuginfo-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:podman-tests-0:1.6.4-1.el8.x86_64", "8Base-RHOSE-4.3:pprof-0:2.6.3-2.el8+7.noarch", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.3:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.3:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python-bcrypt-0:3.1.6-2.el8ost.src", "8Base-RHOSE-4.3:python-bcrypt-debugsource-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python-cotyledon-0:1.7.3-4.el8ost.src", "8Base-RHOSE-4.3:python-cotyledon-doc-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python-flask-1:1.0.2-2.el8ost.src", "8Base-RHOSE-4.3:python-flask-doc-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.3:python-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.src", "8Base-RHOSE-4.3:python-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.src", "8Base-RHOSE-4.3:python-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.src", "8Base-RHOSE-4.3:python-oslo-privsep-lang-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.src", "8Base-RHOSE-4.3:python-paramiko-0:2.4.2-2.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.3:python-pynacl-debugsource-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python-pyroute2-0:0.5.3-4.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-0:1.1.9-7.el8ost.src", "8Base-RHOSE-4.3:python-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-setproctitle-debugsource-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.src", "8Base-RHOSE-4.3:python2-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python2-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-bcrypt-debuginfo-0:3.1.6-2.el8ost.x86_64", "8Base-RHOSE-4.3:python3-cotyledon-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-cotyledon-tests-0:1.7.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-flask-1:1.0.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.3:python3-kuryr-kubernetes-0:4.3.0-202001152300.git.1.a051bf1.el8.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-neutron-lib-tests-0:1.29.1-0.20190923154030.4ef4b71.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-ken-0:0.4.1-0.20190923143906.8f7851a.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-os-vif-tests-0:1.17.0-0.20190923155827.3a08cc4.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-oslo-privsep-tests-0:1.33.3-0.20190920073426.ddde706.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-ovsdbapp-tests-0:0.17.0-0.20190923110620.74b52bb.el8ost.noarch", "8Base-RHOSE-4.3:python3-paramiko-0:2.4.2-2.el8ost.noarch", "8Base-RHOSE-4.3:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-pynacl-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pynacl-debuginfo-0:1.3.0-1.el8ost.x86_64", "8Base-RHOSE-4.3:python3-pyroute2-0:0.5.3-4.el8ost.noarch", "8Base-RHOSE-4.3:python3-rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:python3-setproctitle-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-setproctitle-debuginfo-0:1.1.9-7.el8ost.x86_64", "8Base-RHOSE-4.3:python3-tinyrpc-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:python3-tinyrpc-tests-0:0.5-4.20170523git1f38ac.el8ost.noarch", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.src", "8Base-RHOSE-4.3:redhat-release-coreos-0:43.80-4.el8.x86_64", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-0:2.11-0.5.el8ost.src", "8Base-RHOSE-4.3:rhosp-openvswitch-devel-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-central-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-common-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-docker-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-host-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-ovn-vtep-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rhosp-openvswitch-test-0:2.11-0.5.el8ost.noarch", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.src", "8Base-RHOSE-4.3:rpm-ostree-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-debugsource-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-devel-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:rpm-ostree-libs-debuginfo-0:2019.6-6.el8.x86_64", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.src", "8Base-RHOSE-4.3:runc-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debuginfo-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:runc-debugsource-0:1.0.0-64.rc9.el8.x86_64", "8Base-RHOSE-4.3:rust-afterburn-0:4.1.1-3.rhaos4.2.el8.src", "8Base-RHOSE-4.3:rust-afterburn-debugsource-0:4.1.1-3.rhaos4.2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.src", "8Base-RHOSE-4.3:skopeo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debuginfo-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:skopeo-debugsource-1:0.1.40-2.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.src", "8Base-RHOSE-4.3:slirp4netns-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debuginfo-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:slirp4netns-debugsource-0:0.4.2-1.git21fdece.el8.x86_64", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.3:toolbox-0:0.0.5-1.rhaos4.2.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11840" }, { "category": "external", "summary": "RHBZ#1691529", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691529" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11840", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11840" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11840", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11840" }, { "category": "external", "summary": "https://groups.google.com/forum/#!msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ", "url": "https://groups.google.com/forum/#!msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ" } ], "release_date": "2019-03-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-01-23T04:30:26+00:00", "details": "Before applying this update, ensure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:0063" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el7.src", "7Server-RH7-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el7.x86_64", "8Base-RHOSE-4.3:openshift-0:4.3.0-202001131753.git.0.0aee6a8.el8.src", "8Base-RHOSE-4.3:openshift-hyperkube-0:4.3.0-202001131753.git.0.0aee6a8.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/crypto: Keystream loop in amd64 assembly when overflowing 32-bit counter" } ] }
rhba-2020_0062
Vulnerability from csaf_redhat
Published
2020-01-23 11:03
Modified
2024-11-05 15:56
Summary
Red Hat Bug Fix Advisory: OpenShift Container Platform 4.3 image release advisory
Notes
Topic
Red Hat OpenShift Container Platform release 4.3.0, which fixes several bugs and includes various enhancements, is now available.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing
Kubernetes application platform solution designed for on-premise or private
cloud deployments.
This advisory contains the container images for Red Hat
OpenShift Container Platform 4.3.0. See the following advisory for the
RPM packages for this release:
https://access.redhat.com/errata/RHBA-2020:0063
Space precludes documenting all of the bug fixes and enhancements in this
advisory, as well as all of the container images in this advisory. See the
following Release Notes documentation, which will be updated shortly for
this release, for details about these changes:
https://docs.openshift.com/container-platform/4.3/release_notes/ocp-4-3-release-notes.html
You may download the oc tool and use it to inspect release image metadata as follows:
$ oc adm release info quay.io/openshift-release-dev/ocp-release:4.3.0-x86_64
The image digest is sha256:3a516480dfd68e0f87f702b4d7bdd6f6a0acfdac5cd2e9767b838ceede34d70d
All OpenShift Container Platform 4.3 users are advised to upgrade to these
updated packages and images.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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.3.0, which fixes several bugs and includes various enhancements, is now available.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the container images for Red Hat\nOpenShift Container Platform 4.3.0. See the following advisory for the\nRPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2020:0063\n\nSpace precludes documenting all of the bug fixes and enhancements in this\nadvisory, as well as all of the container images in this advisory. See the\nfollowing Release Notes documentation, which will be updated shortly for\nthis release, for details about these changes:\n\nhttps://docs.openshift.com/container-platform/4.3/release_notes/ocp-4-3-release-notes.html\n\nYou may download the oc tool and use it to inspect release image metadata as follows:\n\n$ oc adm release info quay.io/openshift-release-dev/ocp-release:4.3.0-x86_64\n\nThe image digest is sha256:3a516480dfd68e0f87f702b4d7bdd6f6a0acfdac5cd2e9767b838ceede34d70d\n\nAll OpenShift Container Platform 4.3 users are advised to upgrade to these\nupdated packages and images.", "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/RHBA-2020:0062", "url": "https://access.redhat.com/errata/RHBA-2020:0062" }, { "category": "external", "summary": "1540560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1540560" }, { "category": "external", "summary": "1542325", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1542325" }, { "category": "external", "summary": "1619479", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1619479" }, { "category": "external", "summary": "1665368", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1665368" }, { "category": "external", "summary": "1665828", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1665828" }, { "category": "external", "summary": "1674407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1674407" }, { "category": "external", "summary": "1683057", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1683057" }, { "category": "external", "summary": "1684079", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1684079" }, { "category": "external", "summary": "1685189", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1685189" }, { "category": "external", "summary": "1685338", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1685338" }, { "category": "external", "summary": "1688613", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1688613" }, { "category": "external", "summary": "1690588", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1690588" }, { "category": "external", "summary": "1691190", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691190" }, { "category": "external", "summary": "1692227", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1692227" }, { "category": "external", "summary": "1693169", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1693169" }, { "category": "external", "summary": "1698829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1698829" }, { "category": "external", "summary": "1701495", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1701495" }, { "category": "external", "summary": "1704961", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1704961" }, { "category": "external", "summary": "1706103", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1706103" }, { "category": "external", "summary": "1707006", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1707006" }, { "category": "external", "summary": "1707403", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1707403" }, { "category": "external", "summary": "1707785", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1707785" }, { "category": "external", "summary": "1707905", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1707905" }, { "category": "external", "summary": "1710939", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1710939" }, { "category": "external", "summary": "1711535", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1711535" }, { "category": "external", "summary": "1711538", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1711538" }, { "category": "external", "summary": "1711544", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1711544" }, { "category": "external", "summary": "1711600", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1711600" }, { "category": "external", "summary": "1712068", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1712068" }, { "category": "external", "summary": "1712697", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1712697" }, { "category": "external", "summary": "1713134", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1713134" }, { "category": "external", "summary": "1713193", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1713193" }, { "category": "external", "summary": "1713263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1713263" }, { "category": "external", "summary": "1715001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1715001" }, { "category": "external", "summary": "1716550", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1716550" }, { "category": "external", "summary": "1717255", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1717255" }, { "category": "external", "summary": "1717461", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1717461" }, { "category": "external", "summary": "1722811", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1722811" }, { "category": "external", "summary": "1722878", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1722878" }, { "category": "external", "summary": "1723248", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1723248" }, { "category": "external", "summary": "1723254", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1723254" }, { "category": "external", "summary": "1723400", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1723400" }, { "category": "external", "summary": "1723948", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1723948" }, { "category": "external", "summary": "1723955", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1723955" }, { "category": "external", "summary": "1725006", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1725006" }, { "category": "external", "summary": "1725517", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1725517" }, { "category": "external", "summary": "1725977", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1725977" }, { "category": "external", "summary": "1727781", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1727781" }, { "category": "external", "summary": "1730401", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1730401" }, { "category": "external", "summary": "1731228", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1731228" }, { "category": "external", "summary": "1731480", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1731480" }, { "category": "external", "summary": "1733594", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1733594" }, { "category": "external", "summary": "1734029", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1734029" }, { "category": "external", "summary": "1734270", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1734270" }, { "category": "external", "summary": "1734319", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1734319" }, { "category": "external", "summary": "1734539", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1734539" }, { "category": "external", "summary": "1735509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1735509" }, { "category": "external", "summary": "1735548", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1735548" }, { "category": "external", "summary": "1735691", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1735691" }, { "category": "external", "summary": "1736254", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1736254" }, { "category": "external", "summary": "1736793", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1736793" }, { "category": "external", "summary": "1736806", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1736806" }, { "category": "external", "summary": "1737097", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1737097" }, { "category": "external", "summary": "1737392", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1737392" }, { "category": "external", "summary": "1737630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1737630" }, { "category": "external", "summary": "1738360", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1738360" }, { "category": "external", "summary": "1738374", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1738374" }, { "category": "external", "summary": "1739375", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1739375" }, { "category": "external", "summary": "1739447", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1739447" }, { "category": "external", "summary": "1740357", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740357" }, { "category": "external", "summary": "1740374", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740374" }, { "category": "external", "summary": "1740375", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740375" }, { "category": "external", "summary": "1741120", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1741120" }, { "category": "external", "summary": "1741265", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1741265" }, { "category": "external", "summary": "1741391", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1741391" }, { "category": "external", "summary": "1741685", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1741685" }, { "category": "external", "summary": "1743459", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1743459" }, { "category": "external", "summary": "1743514", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1743514" }, { "category": "external", "summary": "1743938", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1743938" }, { "category": "external", "summary": "1744046", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1744046" }, { "category": "external", "summary": "1744462", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1744462" }, { "category": "external", "summary": "1744909", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1744909" }, { "category": "external", "summary": "1745028", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1745028" }, { "category": "external", "summary": "1745102", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1745102" }, { "category": "external", "summary": "1745192", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1745192" }, { "category": "external", "summary": "1745671", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1745671" }, { "category": "external", "summary": "1745773", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1745773" }, { "category": "external", "summary": "1745910", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1745910" }, { "category": "external", "summary": "1746222", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1746222" }, { "category": "external", "summary": "1746406", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1746406" }, { "category": "external", "summary": "1746854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1746854" }, { "category": "external", "summary": "1746871", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1746871" }, { "category": "external", "summary": "1748452", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1748452" }, { "category": "external", "summary": "1748478", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1748478" }, { "category": "external", "summary": "1748777", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1748777" }, { "category": "external", "summary": "1749144", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749144" }, { "category": "external", "summary": "1749256", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749256" }, { "category": "external", "summary": "1749910", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749910" }, { "category": "external", "summary": "1750494", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1750494" }, { "category": "external", "summary": "1750675", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1750675" }, { "category": "external", "summary": "1750890", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1750890" }, { "category": "external", "summary": "1751124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1751124" }, { "category": "external", "summary": "1751246", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1751246" }, { "category": "external", "summary": "1751458", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1751458" }, { "category": "external", "summary": "1751513", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1751513" }, { "category": "external", "summary": "1751602", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1751602" }, { "category": "external", "summary": "1751640", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1751640" }, { "category": "external", "summary": "1751641", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1751641" }, { "category": "external", "summary": "1751654", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1751654" }, { "category": "external", "summary": "1751756", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1751756" }, { "category": "external", "summary": "1751820", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1751820" }, { "category": "external", "summary": "1752045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1752045" }, { "category": "external", "summary": "1752144", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1752144" }, { "category": "external", "summary": "1752222", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1752222" }, { "category": "external", "summary": "1752636", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1752636" }, { "category": "external", "summary": "1752646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1752646" }, { "category": "external", "summary": "1752744", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1752744" }, { "category": "external", "summary": "1752929", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1752929" }, { "category": "external", "summary": "1753059", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753059" }, { "category": "external", "summary": "1753067", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753067" }, { "category": "external", "summary": "1753124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753124" }, { "category": "external", "summary": "1753187", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753187" }, { "category": "external", "summary": "1753216", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753216" }, { "category": "external", "summary": "1753232", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753232" }, { "category": "external", "summary": "1753265", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753265" }, { "category": "external", "summary": "1753419", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753419" }, { "category": "external", "summary": "1753467", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753467" }, { "category": "external", "summary": "1753472", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753472" }, { "category": "external", "summary": "1753568", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753568" }, { "category": "external", "summary": "1753618", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753618" }, { "category": "external", "summary": "1753688", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753688" }, { "category": "external", "summary": "1753731", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753731" }, { "category": "external", "summary": "1753734", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753734" }, { "category": "external", "summary": "1753778", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753778" }, { "category": "external", "summary": "1753812", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753812" }, { "category": "external", "summary": "1753884", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753884" }, { "category": "external", "summary": "1753930", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753930" }, { "category": "external", "summary": "1753936", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753936" }, { "category": "external", "summary": "1753953", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1753953" }, { "category": "external", "summary": "1754042", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754042" }, { "category": "external", "summary": "1754049", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754049" }, { "category": "external", "summary": "1754070", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754070" }, { "category": "external", "summary": "1754154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754154" }, { "category": "external", "summary": "1754412", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754412" }, { "category": "external", "summary": "1754452", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754452" }, { "category": "external", "summary": "1754542", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754542" }, { "category": "external", "summary": "1754569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754569" }, { "category": "external", "summary": "1754592", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754592" }, { "category": "external", "summary": "1754631", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754631" }, { "category": "external", "summary": "1754640", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754640" }, { "category": "external", "summary": "1754644", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754644" }, { "category": "external", "summary": "1754647", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754647" }, { "category": "external", "summary": "1754682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754682" }, { "category": "external", "summary": "1754738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754738" }, { "category": "external", "summary": "1754789", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754789" }, { "category": "external", "summary": "1754840", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754840" }, { "category": "external", "summary": "1754939", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1754939" }, { "category": "external", "summary": "1755000", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755000" }, { "category": "external", "summary": "1755115", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755115" }, { "category": "external", "summary": "1755130", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755130" }, { "category": "external", "summary": "1755240", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755240" }, { "category": "external", "summary": "1755383", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755383" }, { "category": "external", "summary": "1755469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755469" }, { "category": "external", "summary": "1755552", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755552" }, { "category": "external", "summary": "1755560", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755560" }, { "category": "external", "summary": "1755606", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755606" }, { "category": "external", "summary": "1755699", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755699" }, { "category": "external", "summary": "1755784", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755784" }, { "category": "external", "summary": "1755812", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755812" }, { "category": "external", "summary": "1755936", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755936" }, { "category": "external", "summary": "1755991", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755991" }, { "category": "external", "summary": "1756107", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756107" }, { "category": "external", "summary": "1756108", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756108" }, { "category": "external", "summary": "1756132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756132" }, { "category": "external", "summary": "1756189", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756189" }, { "category": "external", "summary": "1756298", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756298" }, { "category": "external", "summary": "1756302", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756302" }, { "category": "external", "summary": "1756312", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756312" }, { "category": "external", "summary": "1756319", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756319" }, { "category": "external", "summary": "1756344", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756344" }, { "category": "external", "summary": "1756417", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756417" }, { "category": "external", "summary": "1756421", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756421" }, { "category": "external", "summary": "1756442", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756442" }, { "category": "external", "summary": "1756453", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756453" }, { "category": "external", "summary": "1756461", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756461" }, { "category": "external", "summary": "1756471", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756471" }, { "category": "external", "summary": "1756475", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756475" }, { "category": "external", "summary": "1756500", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756500" }, { "category": "external", "summary": "1756542", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756542" }, { "category": "external", "summary": "1756548", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756548" }, { "category": "external", "summary": "1756669", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756669" }, { "category": "external", "summary": "1756981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756981" }, { "category": "external", "summary": "1757099", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757099" }, { "category": "external", "summary": "1757110", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757110" }, { "category": "external", "summary": "1757141", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757141" }, { "category": "external", "summary": "1757319", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757319" }, { "category": "external", "summary": "1757424", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757424" }, { "category": "external", "summary": "1757503", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757503" }, { "category": "external", "summary": "1757526", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757526" }, { "category": "external", "summary": "1757547", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757547" }, { "category": "external", "summary": "1757752", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757752" }, { "category": "external", "summary": "1757777", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757777" }, { "category": "external", "summary": "1757836", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757836" }, { "category": "external", "summary": "1757973", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757973" }, { "category": "external", "summary": "1757975", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1757975" }, { "category": "external", "summary": "1758008", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758008" }, { "category": "external", "summary": "1758031", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758031" }, { "category": "external", "summary": "1758091", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758091" }, { "category": "external", "summary": "1758306", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758306" }, { "category": "external", "summary": "1758343", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758343" }, { "category": "external", "summary": "1758434", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758434" }, { "category": "external", "summary": "1758500", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758500" }, { "category": "external", "summary": "1758528", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758528" }, { "category": "external", "summary": "1758543", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758543" }, { "category": "external", "summary": "1758606", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758606" }, { "category": "external", "summary": "1758623", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758623" }, { "category": "external", "summary": "1758628", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758628" }, { "category": "external", "summary": "1758666", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758666" }, { "category": "external", "summary": "1758687", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1758687" }, { "category": "external", "summary": "1759095", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759095" }, { "category": "external", "summary": "1759169", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759169" }, { "category": "external", "summary": "1759185", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759185" }, { "category": "external", "summary": "1759248", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759248" }, { "category": "external", "summary": "1759299", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759299" }, { "category": "external", "summary": "1759363", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759363" }, { "category": "external", "summary": "1759469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759469" }, { "category": "external", "summary": "1759487", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759487" }, { "category": "external", "summary": "1759494", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759494" }, { "category": "external", "summary": "1759659", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759659" }, { "category": "external", "summary": "1759880", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759880" }, { "category": "external", "summary": "1759920", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759920" }, { "category": "external", "summary": "1759945", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759945" }, { "category": "external", "summary": "1759965", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759965" }, { "category": "external", "summary": "1759971", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759971" }, { "category": "external", "summary": "1759984", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759984" }, { "category": "external", "summary": "1759998", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1759998" }, { "category": "external", "summary": "1760103", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1760103" }, { "category": "external", "summary": "1760393", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1760393" }, { "category": "external", "summary": "1760425", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1760425" }, { "category": "external", "summary": "1760478", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1760478" }, { "category": "external", "summary": "1760479", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1760479" }, { "category": "external", "summary": "1760494", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1760494" }, { "category": "external", "summary": "1760665", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1760665" }, { "category": "external", "summary": "1760787", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1760787" }, { "category": "external", "summary": "1760810", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1760810" }, { "category": "external", "summary": "1760827", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1760827" }, { "category": "external", "summary": "1760836", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1760836" }, { "category": "external", "summary": "1760858", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1760858" }, { "category": "external", "summary": "1761041", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761041" }, { "category": "external", "summary": "1761049", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761049" }, { "category": "external", "summary": "1761276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761276" }, { "category": "external", "summary": "1761344", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761344" }, { "category": "external", "summary": "1761348", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761348" }, { "category": "external", "summary": "1761372", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761372" }, { "category": "external", "summary": "1761505", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761505" }, { "category": "external", "summary": "1761506", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761506" }, { "category": "external", "summary": "1761557", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761557" }, { "category": "external", "summary": "1761682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761682" }, { "category": "external", "summary": "1761689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761689" }, { "category": "external", "summary": "1761721", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761721" }, { "category": "external", "summary": "1761815", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761815" }, { "category": "external", "summary": "1761871", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761871" }, { "category": "external", "summary": "1761921", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761921" }, { "category": "external", "summary": "1761924", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761924" }, { "category": "external", "summary": "1761925", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761925" }, { "category": "external", "summary": "1762137", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762137" }, { "category": "external", "summary": "1762145", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762145" }, { "category": "external", "summary": "1762149", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762149" }, { "category": "external", "summary": "1762162", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762162" }, { "category": "external", "summary": "1762217", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762217" }, { "category": "external", "summary": "1762298", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762298" }, { "category": "external", "summary": "1762343", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762343" }, { "category": "external", "summary": "1762413", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762413" }, { "category": "external", "summary": "1762536", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762536" }, { "category": "external", "summary": "1762614", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762614" }, { "category": "external", "summary": "1762618", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762618" }, { "category": "external", "summary": "1762653", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762653" }, { "category": "external", "summary": "1762769", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762769" }, { "category": "external", "summary": "1762787", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762787" }, { "category": "external", "summary": "1762841", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762841" }, { "category": "external", "summary": "1762868", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762868" }, { "category": "external", "summary": "1762888", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762888" }, { "category": "external", "summary": "1762968", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762968" }, { "category": "external", "summary": "1762979", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762979" }, { "category": "external", "summary": "1763005", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763005" }, { "category": "external", "summary": "1763056", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763056" }, { "category": "external", "summary": "1763078", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763078" }, { "category": "external", "summary": "1763091", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763091" }, { "category": "external", "summary": "1763278", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763278" }, { "category": "external", "summary": "1763293", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763293" }, { "category": "external", "summary": "1763303", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763303" }, { "category": "external", "summary": "1763306", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763306" }, { "category": "external", "summary": "1763341", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763341" }, { "category": "external", "summary": "1763605", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763605" }, { "category": "external", "summary": "1763635", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763635" }, { "category": "external", "summary": "1763639", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763639" }, { "category": "external", "summary": "1763700", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763700" }, { "category": "external", "summary": "1763725", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763725" }, { "category": "external", "summary": "1763727", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763727" }, { "category": "external", "summary": "1763728", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763728" }, { "category": "external", "summary": "1763807", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763807" }, { "category": "external", "summary": "1763821", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763821" }, { "category": "external", "summary": "1763836", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763836" }, { "category": "external", "summary": "1763849", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763849" }, { "category": "external", "summary": "1763927", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763927" }, { "category": "external", "summary": "1763929", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763929" }, { "category": "external", "summary": "1764017", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764017" }, { "category": "external", "summary": "1764076", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764076" }, { "category": "external", "summary": "1764079", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764079" }, { "category": "external", "summary": "1764081", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764081" }, { "category": "external", "summary": "1764092", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764092" }, { "category": "external", "summary": "1764216", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764216" }, { "category": "external", "summary": "1764219", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764219" }, { "category": "external", "summary": "1764224", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764224" }, { "category": "external", "summary": "1764313", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764313" }, { "category": "external", "summary": "1764323", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764323" }, { "category": "external", "summary": "1764411", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764411" }, { "category": "external", "summary": "1764414", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764414" }, { "category": "external", "summary": "1764491", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764491" }, { "category": "external", "summary": "1764498", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764498" }, { "category": "external", "summary": "1764556", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764556" }, { "category": "external", "summary": "1764558", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764558" }, { "category": "external", "summary": "1764704", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764704" }, { "category": "external", "summary": "1764728", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1764728" }, { "category": "external", "summary": "1765009", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765009" }, { "category": "external", "summary": "1765015", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765015" }, { "category": "external", "summary": "1765068", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765068" }, { "category": "external", "summary": "1765083", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765083" }, { "category": "external", "summary": "1765177", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765177" }, { "category": "external", "summary": "1765219", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765219" }, { "category": "external", "summary": "1765261", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765261" }, { "category": "external", "summary": "1765269", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765269" }, { "category": "external", "summary": "1765282", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765282" }, { "category": "external", "summary": "1765315", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765315" }, { "category": "external", "summary": "1765427", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765427" }, { "category": "external", "summary": "1765457", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765457" }, { "category": "external", "summary": "1765458", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765458" }, { "category": "external", "summary": "1765733", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765733" }, { "category": "external", "summary": "1765738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765738" }, { "category": "external", "summary": "1765749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765749" }, { "category": "external", "summary": "1765756", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765756" }, { "category": "external", "summary": "1765803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1765803" }, { "category": "external", "summary": "1766111", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766111" }, { "category": "external", "summary": "1766141", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766141" }, { "category": "external", "summary": "1766181", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766181" }, { "category": "external", "summary": "1766187", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766187" }, { "category": "external", "summary": "1766339", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766339" }, { "category": "external", "summary": "1766356", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766356" }, { "category": "external", "summary": "1766446", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766446" }, { "category": "external", "summary": "1766482", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766482" }, { "category": "external", "summary": "1766513", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766513" }, { "category": "external", "summary": "1766587", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766587" }, { "category": "external", "summary": "1766607", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766607" }, { "category": "external", "summary": "1766632", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766632" }, { "category": "external", "summary": "1766638", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766638" }, { "category": "external", "summary": "1766739", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766739" }, { "category": "external", "summary": "1766747", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766747" }, { "category": "external", "summary": "1766792", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766792" }, { "category": "external", "summary": "1766851", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766851" }, { "category": "external", "summary": "1766856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766856" }, { "category": "external", "summary": "1766907", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766907" }, { "category": "external", "summary": "1766918", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766918" }, { "category": "external", "summary": "1766949", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766949" }, { "category": "external", "summary": "1766984", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766984" }, { "category": "external", "summary": "1767004", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767004" }, { "category": "external", "summary": "1767014", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767014" }, { "category": "external", "summary": "1767156", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767156" }, { "category": "external", "summary": "1767163", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767163" }, { "category": "external", "summary": "1767218", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767218" }, { "category": "external", "summary": "1767219", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767219" }, { "category": "external", "summary": "1767295", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767295" }, { "category": "external", "summary": "1767547", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767547" }, { "category": "external", "summary": "1767629", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767629" }, { "category": "external", "summary": "1767675", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767675" }, { "category": "external", "summary": "1767853", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767853" }, { "category": "external", "summary": "1767926", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767926" }, { "category": "external", "summary": "1767954", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767954" }, { "category": "external", "summary": "1767964", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1767964" }, { "category": "external", "summary": "1768002", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768002" }, { "category": "external", "summary": "1768262", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768262" }, { "category": "external", "summary": "1768298", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768298" }, { "category": "external", "summary": "1768315", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768315" }, { "category": "external", "summary": "1768328", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768328" }, { "category": "external", "summary": "1768333", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768333" }, { "category": "external", "summary": "1768341", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768341" }, { "category": "external", "summary": "1768346", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768346" }, { "category": "external", "summary": "1768350", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768350" }, { "category": "external", "summary": "1768357", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768357" }, { "category": "external", "summary": "1768359", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768359" }, { "category": "external", "summary": "1768417", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768417" }, { "category": "external", "summary": "1768442", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768442" }, { "category": "external", "summary": "1768474", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768474" }, { "category": "external", "summary": "1768483", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768483" }, { "category": "external", "summary": "1768492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768492" }, { "category": "external", "summary": "1768507", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768507" }, { "category": "external", "summary": "1768516", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768516" }, { "category": "external", "summary": "1768537", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768537" }, { "category": "external", "summary": "1768542", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768542" }, { "category": "external", "summary": "1768564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768564" }, { "category": "external", "summary": "1768568", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768568" }, { "category": "external", "summary": "1768599", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768599" }, { "category": "external", "summary": "1768611", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768611" }, { "category": "external", "summary": "1768614", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768614" }, { "category": "external", "summary": "1768616", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768616" }, { "category": "external", "summary": "1768639", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768639" }, { "category": "external", "summary": "1768654", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768654" }, { "category": "external", "summary": "1768662", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768662" }, { "category": "external", "summary": "1768684", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768684" }, { "category": "external", "summary": "1768685", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768685" }, { "category": "external", "summary": "1768688", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768688" }, { "category": "external", "summary": "1768701", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768701" }, { "category": "external", "summary": "1768716", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768716" }, { "category": "external", "summary": "1768723", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768723" }, { "category": "external", "summary": "1768765", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768765" }, { "category": "external", "summary": "1768769", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768769" }, { "category": "external", "summary": "1768771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768771" }, { "category": "external", "summary": "1768782", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768782" }, { "category": "external", "summary": "1768814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768814" }, { "category": "external", "summary": "1768820", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768820" }, { "category": "external", "summary": "1768877", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768877" }, { "category": "external", "summary": "1768905", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768905" }, { "category": "external", "summary": "1768926", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768926" }, { "category": "external", "summary": "1768936", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768936" }, { "category": "external", "summary": "1768938", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768938" }, { "category": "external", "summary": "1769005", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769005" }, { "category": "external", "summary": "1769011", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769011" }, { "category": "external", "summary": "1769012", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769012" }, { "category": "external", "summary": "1769013", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769013" }, { "category": "external", "summary": "1769016", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769016" }, { "category": "external", "summary": "1769017", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769017" }, { "category": "external", "summary": "1769076", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769076" }, { "category": "external", "summary": "1769151", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769151" }, { "category": "external", "summary": "1769157", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769157" }, { "category": "external", "summary": "1769167", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769167" }, { "category": "external", "summary": "1769174", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769174" }, { "category": "external", "summary": "1769263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769263" }, { "category": "external", "summary": "1769303", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769303" }, { "category": "external", "summary": "1769325", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769325" }, { "category": "external", "summary": "1769331", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769331" }, { "category": "external", "summary": "1769391", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769391" }, { "category": "external", "summary": "1769395", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769395" }, { "category": "external", "summary": "1769412", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769412" }, { "category": "external", "summary": "1769422", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769422" }, { "category": "external", "summary": "1769435", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769435" }, { "category": "external", "summary": "1769455", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769455" }, { "category": "external", "summary": "1769468", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769468" }, { "category": "external", "summary": "1769578", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769578" }, { "category": "external", "summary": "1769585", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769585" }, { "category": "external", "summary": "1769601", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769601" }, { "category": "external", "summary": "1769602", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769602" }, { "category": "external", "summary": "1769609", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769609" }, { "category": "external", "summary": "1769612", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769612" }, { "category": "external", "summary": "1769615", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769615" }, { "category": "external", "summary": "1769641", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769641" }, { "category": "external", "summary": "1769645", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769645" }, { "category": "external", "summary": "1769647", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769647" }, { "category": "external", "summary": "1769700", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769700" }, { "category": "external", "summary": "1769704", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769704" }, { "category": "external", "summary": "1769742", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769742" }, { "category": "external", "summary": "1769768", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769768" }, { "category": "external", "summary": "1769779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769779" }, { "category": "external", "summary": "1769793", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769793" }, { "category": "external", "summary": "1769807", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769807" }, { "category": "external", "summary": "1769915", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769915" }, { "category": "external", "summary": "1769949", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769949" }, { "category": "external", "summary": "1769962", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769962" }, { "category": "external", "summary": "1769985", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1769985" }, { "category": "external", "summary": "1770003", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770003" }, { "category": "external", "summary": "1770006", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770006" }, { "category": "external", "summary": "1770084", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770084" }, { "category": "external", "summary": "1770101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770101" }, { "category": "external", "summary": "1770108", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770108" }, { "category": "external", "summary": "1770109", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770109" }, { "category": "external", "summary": "1770144", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770144" }, { "category": "external", "summary": "1770152", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770152" }, { "category": "external", "summary": "1770269", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770269" }, { "category": "external", "summary": "1770273", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770273" }, { "category": "external", "summary": "1770348", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770348" }, { "category": "external", "summary": "1770387", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770387" }, { "category": "external", "summary": "1770406", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770406" }, { "category": "external", "summary": "1770441", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770441" }, { "category": "external", "summary": "1770573", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770573" }, { "category": "external", "summary": "1770642", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770642" }, { "category": "external", "summary": "1770654", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770654" }, { "category": "external", "summary": "1770655", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770655" }, { "category": "external", "summary": "1770665", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770665" }, { "category": "external", "summary": "1770709", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770709" }, { "category": "external", "summary": "1770724", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770724" }, { "category": "external", "summary": "1770749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770749" }, { "category": "external", "summary": "1770757", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770757" }, { "category": "external", "summary": "1770808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770808" }, { "category": "external", "summary": "1770903", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770903" }, { "category": "external", "summary": "1770970", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1770970" }, { "category": "external", "summary": "1771003", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771003" }, { "category": "external", "summary": "1771017", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771017" }, { "category": "external", "summary": "1771172", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771172" }, { "category": "external", "summary": "1771233", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771233" }, { "category": "external", "summary": "1771245", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771245" }, { "category": "external", "summary": "1771249", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771249" }, { "category": "external", "summary": "1771273", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771273" }, { "category": "external", "summary": "1771321", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771321" }, { "category": "external", "summary": "1771335", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771335" }, { "category": "external", "summary": "1771355", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771355" }, { "category": "external", "summary": "1771389", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771389" }, { "category": "external", "summary": "1771431", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771431" }, { "category": "external", "summary": "1771522", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771522" }, { "category": "external", "summary": "1771736", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771736" }, { "category": "external", "summary": "1771744", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771744" }, { "category": "external", "summary": "1771783", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771783" }, { "category": "external", "summary": "1771784", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771784" }, { "category": "external", "summary": "1771813", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771813" }, { "category": "external", "summary": "1771843", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771843" }, { "category": "external", "summary": "1771850", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771850" }, { "category": "external", "summary": "1771851", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771851" }, { "category": "external", "summary": "1771919", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771919" }, { "category": "external", "summary": "1771931", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771931" }, { "category": "external", "summary": "1771995", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1771995" }, { "category": "external", "summary": "1772000", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772000" }, { "category": "external", "summary": "1772002", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772002" }, { "category": "external", "summary": "1772049", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772049" }, { "category": "external", "summary": "1772067", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772067" }, { "category": "external", "summary": "1772080", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772080" }, { "category": "external", "summary": "1772094", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772094" }, { "category": "external", "summary": "1772154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772154" }, { "category": "external", "summary": "1772155", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772155" }, { "category": "external", "summary": "1772163", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772163" }, { "category": "external", "summary": "1772190", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772190" }, { "category": "external", "summary": "1772317", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772317" }, { "category": "external", "summary": "1772340", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772340" }, { "category": "external", "summary": "1772346", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772346" }, { "category": "external", "summary": "1772392", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772392" }, { "category": "external", "summary": "1772451", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772451" }, { "category": "external", "summary": "1772455", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772455" }, { "category": "external", "summary": "1772477", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772477" }, { "category": "external", "summary": "1772502", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772502" }, { "category": "external", "summary": "1772509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772509" }, { "category": "external", "summary": "1772599", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772599" }, { "category": "external", "summary": "1772687", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772687" }, { "category": "external", "summary": "1772767", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772767" }, { "category": "external", "summary": "1772796", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772796" }, { "category": "external", "summary": "1772804", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772804" }, { "category": "external", "summary": "1772849", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772849" }, { "category": "external", "summary": "1772874", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772874" }, { "category": "external", "summary": "1772900", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772900" }, { "category": "external", "summary": "1772912", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772912" }, { "category": "external", "summary": "1773243", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773243" }, { "category": "external", "summary": "1773431", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773431" }, { "category": "external", "summary": "1773480", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773480" }, { "category": "external", "summary": "1773634", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773634" }, { "category": "external", "summary": "1773661", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773661" }, { "category": "external", "summary": "1773686", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773686" }, { "category": "external", "summary": "1773725", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773725" }, { "category": "external", "summary": "1773727", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773727" }, { "category": "external", "summary": "1773733", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773733" }, { "category": "external", "summary": "1773847", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773847" }, { "category": "external", "summary": "1773854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773854" }, { "category": "external", "summary": "1773995", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773995" }, { "category": "external", "summary": "1774060", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774060" }, { "category": "external", "summary": "1774173", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774173" }, { "category": "external", "summary": "1774212", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774212" }, { "category": "external", "summary": "1774352", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774352" }, { "category": "external", "summary": "1774353", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774353" }, { "category": "external", "summary": "1774369", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774369" }, { "category": "external", "summary": "1774451", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774451" }, { "category": "external", "summary": "1774589", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774589" }, { "category": "external", "summary": "1774630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774630" }, { "category": "external", "summary": "1774642", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774642" }, { "category": "external", "summary": "1774720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774720" }, { "category": "external", "summary": "1774813", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774813" }, { "category": "external", "summary": "1774837", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774837" }, { "category": "external", "summary": "1774841", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774841" }, { "category": "external", "summary": "1774907", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774907" }, { "category": "external", "summary": "1774912", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774912" }, { "category": "external", "summary": "1774917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774917" }, { "category": "external", "summary": "1774930", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774930" }, { "category": "external", "summary": "1774936", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774936" }, { "category": "external", "summary": "1775009", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775009" }, { "category": "external", "summary": "1775055", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775055" }, { "category": "external", "summary": "1775119", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775119" }, { "category": "external", "summary": "1775131", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775131" }, { "category": "external", "summary": "1775156", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775156" }, { "category": "external", "summary": "1775170", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775170" }, { "category": "external", "summary": "1775245", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775245" }, { "category": "external", "summary": "1775279", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775279" }, { "category": "external", "summary": "1775323", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775323" }, { "category": "external", "summary": "1775379", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775379" }, { "category": "external", "summary": "1775384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775384" }, { "category": "external", "summary": "1775527", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775527" }, { "category": "external", "summary": "1775580", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775580" }, { "category": "external", "summary": "1775643", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775643" }, { "category": "external", "summary": "1775723", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775723" }, { "category": "external", "summary": "1775730", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775730" }, { "category": "external", "summary": "1775742", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775742" }, { "category": "external", "summary": "1775752", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775752" }, { "category": "external", "summary": "1775826", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775826" }, { "category": "external", "summary": "1775849", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775849" }, { "category": "external", "summary": "1775874", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775874" }, { "category": "external", "summary": "1775878", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1775878" }, { "category": "external", "summary": "1776010", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776010" }, { "category": "external", "summary": "1776043", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776043" }, { "category": "external", "summary": "1776060", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776060" }, { "category": "external", "summary": "1776135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776135" }, { "category": "external", "summary": "1776189", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776189" }, { "category": "external", "summary": "1776193", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776193" }, { "category": "external", "summary": "1776213", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776213" }, { "category": "external", "summary": "1776295", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776295" }, { "category": "external", "summary": "1776297", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776297" }, { "category": "external", "summary": "1776305", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776305" }, { "category": "external", "summary": "1776311", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776311" }, { "category": "external", "summary": "1776339", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776339" }, { "category": "external", "summary": "1776401", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776401" }, { "category": "external", "summary": "1776421", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776421" }, { "category": "external", "summary": "1776474", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776474" }, { "category": "external", "summary": "1776486", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776486" }, { "category": "external", "summary": "1776493", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776493" }, { "category": "external", "summary": "1776521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776521" }, { "category": "external", "summary": "1776533", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776533" }, { "category": "external", "summary": "1776604", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776604" }, { "category": "external", "summary": "1776660", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776660" }, { "category": "external", "summary": "1776698", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776698" }, { "category": "external", "summary": "1776700", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776700" }, { "category": "external", "summary": "1776708", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776708" }, { "category": "external", "summary": "1776759", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776759" }, { "category": "external", "summary": "1776768", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776768" }, { "category": "external", "summary": "1776773", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776773" }, { "category": "external", "summary": "1776797", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776797" }, { "category": "external", "summary": "1776812", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776812" }, { "category": "external", "summary": "1776867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776867" }, { "category": "external", "summary": "1776885", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776885" }, { "category": "external", "summary": "1776897", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776897" }, { "category": "external", "summary": "1776914", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776914" }, { "category": "external", "summary": "1776935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776935" }, { "category": "external", "summary": "1776990", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1776990" }, { "category": "external", "summary": "1777036", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777036" }, { "category": "external", "summary": "1777178", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777178" }, { "category": "external", "summary": "1777205", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777205" }, { "category": "external", "summary": "1777229", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777229" }, { "category": "external", "summary": "1777233", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777233" }, { "category": "external", "summary": "1777273", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777273" }, { "category": "external", "summary": "1777281", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777281" }, { "category": "external", "summary": "1777291", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777291" }, { "category": "external", "summary": "1777388", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777388" }, { "category": "external", "summary": "1777424", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777424" }, { "category": "external", "summary": "1777477", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777477" }, { "category": "external", "summary": "1777513", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777513" }, { "category": "external", "summary": "1777517", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777517" }, { "category": "external", "summary": "1777593", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777593" }, { "category": "external", "summary": "1777732", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777732" }, { "category": "external", "summary": "1777753", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777753" }, { "category": "external", "summary": "1777776", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777776" }, { "category": "external", "summary": "1777838", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777838" }, { "category": "external", "summary": "1777970", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777970" }, { "category": "external", "summary": "1778017", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1778017" }, { "category": "external", "summary": "1778205", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1778205" }, { "category": "external", "summary": "1778213", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1778213" }, { "category": "external", "summary": "1778312", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1778312" }, { "category": "external", "summary": "1778535", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1778535" }, { "category": "external", "summary": "1778686", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1778686" }, { "category": "external", "summary": "1778894", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1778894" }, { "category": "external", "summary": "1778904", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1778904" }, { "category": "external", "summary": "1778930", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1778930" }, { "category": "external", "summary": "1778940", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1778940" }, { "category": "external", "summary": "1778954", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1778954" }, { "category": "external", "summary": "1779101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779101" }, { "category": "external", "summary": "1779189", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779189" }, { "category": "external", "summary": "1779191", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779191" }, { "category": "external", "summary": "1779195", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779195" }, { "category": "external", "summary": "1779222", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779222" }, { "category": "external", "summary": "1779237", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779237" }, { "category": "external", "summary": "1779316", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779316" }, { "category": "external", "summary": "1779322", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779322" }, { "category": "external", "summary": "1779329", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779329" }, { "category": "external", "summary": "1779332", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779332" }, { "category": "external", "summary": "1779348", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779348" }, { "category": "external", "summary": "1779383", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779383" }, { "category": "external", "summary": "1779487", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779487" }, { "category": "external", "summary": "1779491", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779491" }, { "category": "external", "summary": "1779492", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779492" }, { "category": "external", "summary": "1779524", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779524" }, { "category": "external", "summary": "1779535", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779535" }, { "category": "external", "summary": "1779665", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779665" }, { "category": "external", "summary": "1779679", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779679" }, { "category": "external", "summary": "1779681", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779681" }, { "category": "external", "summary": "1779741", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779741" }, { "category": "external", "summary": "1779791", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779791" }, { "category": "external", "summary": "1779831", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779831" }, { "category": "external", "summary": "1779913", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779913" }, { "category": "external", "summary": "1779915", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779915" }, { "category": "external", "summary": "1779916", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779916" }, { "category": "external", "summary": "1779956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779956" }, { "category": "external", "summary": "1779995", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1779995" }, { "category": "external", "summary": "1780142", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780142" }, { "category": "external", "summary": "1780379", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780379" }, { "category": "external", "summary": "1780384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780384" }, { "category": "external", "summary": "1780408", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780408" }, { "category": "external", "summary": "1780509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780509" }, { "category": "external", "summary": "1780587", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780587" }, { "category": "external", "summary": "1780590", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780590" }, { "category": "external", "summary": "1780736", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780736" }, { "category": "external", "summary": "1780738", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780738" }, { "category": "external", "summary": "1780835", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780835" }, { "category": "external", "summary": "1780843", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780843" }, { "category": "external", "summary": "1780953", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780953" }, { "category": "external", "summary": "1780982", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780982" }, { "category": "external", "summary": "1780989", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780989" }, { "category": "external", "summary": "1780994", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1780994" }, { "category": "external", "summary": "1781019", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781019" }, { "category": "external", "summary": "1781037", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781037" }, { "category": "external", "summary": "1781053", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781053" }, { "category": "external", "summary": "1781083", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781083" }, { "category": "external", "summary": "1781104", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781104" }, { "category": "external", "summary": "1781105", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781105" }, { "category": "external", "summary": "1781141", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781141" }, { "category": "external", "summary": "1781178", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781178" }, { "category": "external", "summary": "1781193", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781193" }, { "category": "external", "summary": "1781258", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781258" }, { "category": "external", "summary": "1781284", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781284" }, { "category": "external", "summary": "1781286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781286" }, { "category": "external", "summary": "1781290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781290" }, { "category": "external", "summary": "1781313", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781313" }, { "category": "external", "summary": "1781330", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781330" }, { "category": "external", "summary": "1781347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781347" }, { "category": "external", "summary": "1781558", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781558" }, { "category": "external", "summary": "1781577", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781577" }, { "category": "external", "summary": "1781678", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781678" }, { "category": "external", "summary": "1781763", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781763" }, { "category": "external", "summary": "1781795", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781795" }, { "category": "external", "summary": "1781798", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781798" }, { "category": "external", "summary": "1781843", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781843" }, { "category": "external", "summary": "1781869", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781869" }, { "category": "external", "summary": "1781950", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781950" }, { "category": "external", "summary": "1782104", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782104" }, { "category": "external", "summary": "1782119", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782119" }, { "category": "external", "summary": "1782124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782124" }, { "category": "external", "summary": "1782147", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782147" }, { "category": "external", "summary": "1782149", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782149" }, { "category": "external", "summary": "1782164", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782164" }, { "category": "external", "summary": "1782176", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782176" }, { "category": "external", "summary": "1782204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782204" }, { "category": "external", "summary": "1782224", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782224" }, { "category": "external", "summary": "1782237", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782237" }, { "category": "external", "summary": "1782312", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782312" }, { "category": "external", "summary": "1782409", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782409" }, { "category": "external", "summary": "1782447", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782447" }, { "category": "external", "summary": "1782546", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782546" }, { "category": "external", "summary": "1782584", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782584" }, { "category": "external", "summary": "1782728", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782728" }, { "category": "external", "summary": "1782795", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782795" }, { "category": "external", "summary": "1782817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782817" }, { "category": "external", "summary": "1782819", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782819" }, { "category": "external", "summary": "1782829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782829" }, { "category": "external", "summary": "1782837", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782837" }, { "category": "external", "summary": "1782860", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782860" }, { "category": "external", "summary": "1782992", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782992" }, { "category": "external", "summary": "1782997", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1782997" }, { "category": "external", "summary": "1783009", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783009" }, { "category": "external", "summary": "1783010", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783010" }, { "category": "external", "summary": "1783011", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783011" }, { "category": "external", "summary": "1783259", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783259" }, { "category": "external", "summary": "1783353", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783353" }, { "category": "external", "summary": "1783448", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783448" }, { "category": "external", "summary": "1783587", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783587" }, { "category": "external", "summary": "1783732", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783732" }, { "category": "external", "summary": "1783829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783829" }, { "category": "external", "summary": "1783846", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783846" }, { "category": "external", "summary": "1783892", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783892" }, { "category": "external", "summary": "1783974", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1783974" }, { "category": "external", "summary": "1784082", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784082" }, { "category": "external", "summary": "1784086", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784086" }, { "category": "external", "summary": "1784166", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784166" }, { "category": "external", "summary": "1784319", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784319" }, { "category": "external", "summary": "1784440", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784440" }, { "category": "external", "summary": "1784469", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784469" }, { "category": "external", "summary": "1784475", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784475" }, { "category": "external", "summary": "1784500", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784500" }, { "category": "external", "summary": "1784629", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784629" }, { "category": "external", "summary": "1784880", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784880" }, { "category": "external", "summary": "1784915", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784915" }, { "category": "external", "summary": "1784981", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1784981" }, { "category": "external", "summary": "1785138", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1785138" }, { "category": "external", "summary": "1785310", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1785310" }, { "category": "external", "summary": "1785419", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1785419" }, { "category": "external", "summary": "1785675", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1785675" }, { "category": "external", "summary": "1786141", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786141" }, { "category": "external", "summary": "1786300", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786300" }, { "category": "external", "summary": "1786993", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786993" }, { "category": "external", "summary": "1787334", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1787334" }, { "category": "external", "summary": "1787587", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1787587" }, { "category": "external", "summary": "1788054", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1788054" }, { "category": "external", "summary": "1788118", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1788118" }, { "category": "external", "summary": "1788321", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1788321" }, { "category": "external", "summary": "1788442", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1788442" }, { "category": "external", "summary": "1788580", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1788580" }, { "category": "external", "summary": "1788621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1788621" }, { "category": "external", "summary": "1788704", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1788704" }, { "category": "external", "summary": "1789001", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1789001" }, { "category": "external", "summary": "1789014", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1789014" }, { "category": "external", "summary": "1789601", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1789601" }, { "category": "external", "summary": "1790329", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1790329" }, { "category": "external", "summary": "1791332", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1791332" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhba-2020_0062.json" } ], "title": "Red Hat Bug Fix Advisory: OpenShift Container Platform 4.3 image release advisory", "tracking": { "current_release_date": "2024-11-05T15:56:05+00:00", "generator": { "date": "2024-11-05T15:56:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHBA-2020:0062", "initial_release_date": "2020-01-23T11:03:26+00:00", "revision_history": [ { "date": "2020-01-23T11:03:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-01-23T11:03:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T15:56:05+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.3", "product": { "name": "Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.3::el7" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.3", "product": { "name": "Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.3::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:59ae5a79f7579b59c6dfeab4ee21488d9d1de2eb501fb3ad83f76f05a3a1e1c1_amd64", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:59ae5a79f7579b59c6dfeab4ee21488d9d1de2eb501fb3ad83f76f05a3a1e1c1_amd64", "product_id": "openshift4/ose-cluster-autoscaler@sha256:59ae5a79f7579b59c6dfeab4ee21488d9d1de2eb501fb3ad83f76f05a3a1e1c1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:59ae5a79f7579b59c6dfeab4ee21488d9d1de2eb501fb3ad83f76f05a3a1e1c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:d3069db2b26c1b66161e700ab8b50f2dd3a6d9eb7e8a2d29edad4eaabe40a6c1_amd64", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:d3069db2b26c1b66161e700ab8b50f2dd3a6d9eb7e8a2d29edad4eaabe40a6c1_amd64", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:d3069db2b26c1b66161e700ab8b50f2dd3a6d9eb7e8a2d29edad4eaabe40a6c1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:d3069db2b26c1b66161e700ab8b50f2dd3a6d9eb7e8a2d29edad4eaabe40a6c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:f0a89689401f1d836ef12e7a9d5119549026cdb28c71c0c96f3e947c957fe07d_amd64", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:f0a89689401f1d836ef12e7a9d5119549026cdb28c71c0c96f3e947c957fe07d_amd64", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:f0a89689401f1d836ef12e7a9d5119549026cdb28c71c0c96f3e947c957fe07d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:f0a89689401f1d836ef12e7a9d5119549026cdb28c71c0c96f3e947c957fe07d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:14e59b09da6a818014ec9f6e0ed83fbfbb3d90f46097c1e66ef80594f0511b19_amd64", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:14e59b09da6a818014ec9f6e0ed83fbfbb3d90f46097c1e66ef80594f0511b19_amd64", "product_id": "openshift4/ose-cluster-network-operator@sha256:14e59b09da6a818014ec9f6e0ed83fbfbb3d90f46097c1e66ef80594f0511b19_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:14e59b09da6a818014ec9f6e0ed83fbfbb3d90f46097c1e66ef80594f0511b19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:8807e4b17886bf320c791b4a131607e515635cb26fe01fe9e7ed1718a0340dc0_amd64", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:8807e4b17886bf320c791b4a131607e515635cb26fe01fe9e7ed1718a0340dc0_amd64", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:8807e4b17886bf320c791b4a131607e515635cb26fe01fe9e7ed1718a0340dc0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:8807e4b17886bf320c791b4a131607e515635cb26fe01fe9e7ed1718a0340dc0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:18006bbb619155222bfbc1d5af372b80dff8a22b386d8096b88434e99fd97ef3_amd64", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:18006bbb619155222bfbc1d5af372b80dff8a22b386d8096b88434e99fd97ef3_amd64", "product_id": "openshift4/ose-cluster-version-operator@sha256:18006bbb619155222bfbc1d5af372b80dff8a22b386d8096b88434e99fd97ef3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:18006bbb619155222bfbc1d5af372b80dff8a22b386d8096b88434e99fd97ef3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:31938e349d61db5146e6387b05f5af2bd8f3aa822f93d2d3546c5a4369d35186_amd64", "product": { "name": "openshift4/ose-configmap-reloader@sha256:31938e349d61db5146e6387b05f5af2bd8f3aa822f93d2d3546c5a4369d35186_amd64", "product_id": "openshift4/ose-configmap-reloader@sha256:31938e349d61db5146e6387b05f5af2bd8f3aa822f93d2d3546c5a4369d35186_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:31938e349d61db5146e6387b05f5af2bd8f3aa822f93d2d3546c5a4369d35186?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:284195c16a37e10749452904ea6013010e7967e2a3c4b58e7b94665b58f22a7e_amd64", "product": { "name": "openshift4/ose-coredns@sha256:284195c16a37e10749452904ea6013010e7967e2a3c4b58e7b94665b58f22a7e_amd64", "product_id": "openshift4/ose-coredns@sha256:284195c16a37e10749452904ea6013010e7967e2a3c4b58e7b94665b58f22a7e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:284195c16a37e10749452904ea6013010e7967e2a3c4b58e7b94665b58f22a7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:13d5837cbf874b3d1a79254456f0a9a67af1f2872b79177b51e3c205a753dce9_amd64", "product": { "name": "openshift4/ose-oauth-proxy@sha256:13d5837cbf874b3d1a79254456f0a9a67af1f2872b79177b51e3c205a753dce9_amd64", "product_id": "openshift4/ose-oauth-proxy@sha256:13d5837cbf874b3d1a79254456f0a9a67af1f2872b79177b51e3c205a753dce9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:13d5837cbf874b3d1a79254456f0a9a67af1f2872b79177b51e3c205a753dce9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:db925a8ed36a1b705d7a88aefc59e96f92efa95277383c510ac1630f881d3f0c_amd64", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:db925a8ed36a1b705d7a88aefc59e96f92efa95277383c510ac1630f881d3f0c_amd64", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:db925a8ed36a1b705d7a88aefc59e96f92efa95277383c510ac1630f881d3f0c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:db925a8ed36a1b705d7a88aefc59e96f92efa95277383c510ac1630f881d3f0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:26af77641bd7a6c6daa4669309250e5e98f8a44b6f1562367003f7bdbcfb77f1_amd64", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:26af77641bd7a6c6daa4669309250e5e98f8a44b6f1562367003f7bdbcfb77f1_amd64", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:26af77641bd7a6c6daa4669309250e5e98f8a44b6f1562367003f7bdbcfb77f1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:26af77641bd7a6c6daa4669309250e5e98f8a44b6f1562367003f7bdbcfb77f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:91b840bbf21b792e0d749e1b29b42d05c4e93c422184defd0cea7d79c308846a_amd64", "product": { "name": "openshift4/ose-prometheus@sha256:91b840bbf21b792e0d749e1b29b42d05c4e93c422184defd0cea7d79c308846a_amd64", "product_id": "openshift4/ose-prometheus@sha256:91b840bbf21b792e0d749e1b29b42d05c4e93c422184defd0cea7d79c308846a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:91b840bbf21b792e0d749e1b29b42d05c4e93c422184defd0cea7d79c308846a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-grafana@sha256:af15dc66cdc248eed3988ab49adc684dc85ce5429c855b1933fc8fb13296d61a_amd64", "product": { "name": "openshift4/ose-grafana@sha256:af15dc66cdc248eed3988ab49adc684dc85ce5429c855b1933fc8fb13296d61a_amd64", "product_id": "openshift4/ose-grafana@sha256:af15dc66cdc248eed3988ab49adc684dc85ce5429c855b1933fc8fb13296d61a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-grafana@sha256:af15dc66cdc248eed3988ab49adc684dc85ce5429c855b1933fc8fb13296d61a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-grafana\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-rhel8@sha256:af700a1cb45374574f965bd228be3547752e3cd5858f92b008fced3382d7058a_amd64", "product": { "name": "openshift4/ose-ironic-rhel8@sha256:af700a1cb45374574f965bd228be3547752e3cd5858f92b008fced3382d7058a_amd64", "product_id": "openshift4/ose-ironic-rhel8@sha256:af700a1cb45374574f965bd228be3547752e3cd5858f92b008fced3382d7058a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-rhel8@sha256:af700a1cb45374574f965bd228be3547752e3cd5858f92b008fced3382d7058a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel8\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:794ffe21a7b408feed6c6616ff8a1cbe8710ea41f46f66d156d997ff042d5e87_amd64", "product": { "name": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:794ffe21a7b408feed6c6616ff8a1cbe8710ea41f46f66d156d997ff042d5e87_amd64", "product_id": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:794ffe21a7b408feed6c6616ff8a1cbe8710ea41f46f66d156d997ff042d5e87_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-hardware-inventory-recorder-rhel8@sha256:794ffe21a7b408feed6c6616ff8a1cbe8710ea41f46f66d156d997ff042d5e87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-hardware-inventory-recorder-rhel8\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-inspector-rhel8@sha256:4222c6a327cad220e46861c9a4b7ea500f037cb5f2348f59dbebde1b73e51ce7_amd64", "product": { "name": "openshift4/ose-ironic-inspector-rhel8@sha256:4222c6a327cad220e46861c9a4b7ea500f037cb5f2348f59dbebde1b73e51ce7_amd64", "product_id": "openshift4/ose-ironic-inspector-rhel8@sha256:4222c6a327cad220e46861c9a4b7ea500f037cb5f2348f59dbebde1b73e51ce7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-inspector-rhel8@sha256:4222c6a327cad220e46861c9a4b7ea500f037cb5f2348f59dbebde1b73e51ce7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-inspector-rhel8\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:9dab031f2f79c1f602c635b76ffd49f36d812e1d2375572de792cbd11417f1f9_amd64", "product": { "name": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:9dab031f2f79c1f602c635b76ffd49f36d812e1d2375572de792cbd11417f1f9_amd64", "product_id": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:9dab031f2f79c1f602c635b76ffd49f36d812e1d2375572de792cbd11417f1f9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-ipa-downloader-rhel8@sha256:9dab031f2f79c1f602c635b76ffd49f36d812e1d2375572de792cbd11417f1f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-ipa-downloader-rhel8\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:796fc08bdfdb88cca8efec6c5fa0020ae0a48e73df43830cf28e014451524e58_amd64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:796fc08bdfdb88cca8efec6c5fa0020ae0a48e73df43830cf28e014451524e58_amd64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:796fc08bdfdb88cca8efec6c5fa0020ae0a48e73df43830cf28e014451524e58_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel8@sha256:796fc08bdfdb88cca8efec6c5fa0020ae0a48e73df43830cf28e014451524e58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel8\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4e7428bb69d67db1a8764b5cda39904ff28e9639199ef5728d1ec1e4dc9d495e_amd64", "product": { "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4e7428bb69d67db1a8764b5cda39904ff28e9639199ef5728d1ec1e4dc9d495e_amd64", "product_id": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4e7428bb69d67db1a8764b5cda39904ff28e9639199ef5728d1ec1e4dc9d495e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-static-ip-manager-rhel8@sha256:4e7428bb69d67db1a8764b5cda39904ff28e9639199ef5728d1ec1e4dc9d495e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel8\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins-agent-maven@sha256:350cf998a4b63eb3233cd6104117c9ff1a389798eeaf9318a4fbd0788cfcb136_amd64", "product": { "name": "openshift4/ose-jenkins-agent-maven@sha256:350cf998a4b63eb3233cd6104117c9ff1a389798eeaf9318a4fbd0788cfcb136_amd64", "product_id": "openshift4/ose-jenkins-agent-maven@sha256:350cf998a4b63eb3233cd6104117c9ff1a389798eeaf9318a4fbd0788cfcb136_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins-agent-maven@sha256:350cf998a4b63eb3233cd6104117c9ff1a389798eeaf9318a4fbd0788cfcb136?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins-agent-maven\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:71a2fdcd1789e4e9451e19b5812d79d1f12a16a61cc6eb790e30993b304bd555_amd64", "product": { "name": "openshift4/ose-kube-proxy@sha256:71a2fdcd1789e4e9451e19b5812d79d1f12a16a61cc6eb790e30993b304bd555_amd64", "product_id": "openshift4/ose-kube-proxy@sha256:71a2fdcd1789e4e9451e19b5812d79d1f12a16a61cc6eb790e30993b304bd555_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:71a2fdcd1789e4e9451e19b5812d79d1f12a16a61cc6eb790e30993b304bd555?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:d7b1c8f2c94af9c767ab0f60f23f8fb5b7545fdfd7c10b1ef979b7701e495f36_amd64", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:d7b1c8f2c94af9c767ab0f60f23f8fb5b7545fdfd7c10b1ef979b7701e495f36_amd64", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:d7b1c8f2c94af9c767ab0f60f23f8fb5b7545fdfd7c10b1ef979b7701e495f36_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:d7b1c8f2c94af9c767ab0f60f23f8fb5b7545fdfd7c10b1ef979b7701e495f36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:fa07d12df9c1ba0f40d5f799207ccab2404518e578a912dec7833bde06ce17fa_amd64", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:fa07d12df9c1ba0f40d5f799207ccab2404518e578a912dec7833bde06ce17fa_amd64", "product_id": "openshift4/ose-kube-state-metrics@sha256:fa07d12df9c1ba0f40d5f799207ccab2404518e578a912dec7833bde06ce17fa_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:fa07d12df9c1ba0f40d5f799207ccab2404518e578a912dec7833bde06ce17fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-cni-rhel8@sha256:3bdf92c405607240de040e15023cd5ab2640fc31a4ed9750e41765fa0cf4d758_amd64", "product": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:3bdf92c405607240de040e15023cd5ab2640fc31a4ed9750e41765fa0cf4d758_amd64", "product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:3bdf92c405607240de040e15023cd5ab2640fc31a4ed9750e41765fa0cf4d758_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:3bdf92c405607240de040e15023cd5ab2640fc31a4ed9750e41765fa0cf4d758?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-controller-rhel8@sha256:84ce2c1480399488f846f8644532ecd08e4c048c81a65a994fa92b4fc3030896_amd64", "product": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:84ce2c1480399488f846f8644532ecd08e4c048c81a65a994fa92b4fc3030896_amd64", "product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:84ce2c1480399488f846f8644532ecd08e4c048c81a65a994fa92b4fc3030896_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:84ce2c1480399488f846f8644532ecd08e4c048c81a65a994fa92b4fc3030896?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-static-provisioner@sha256:ed74a10b8ab286e656ddc69711d2e02d4f7bc661864bf306fb306a73c159e9fb_amd64", "product": { "name": "openshift4/ose-local-storage-static-provisioner@sha256:ed74a10b8ab286e656ddc69711d2e02d4f7bc661864bf306fb306a73c159e9fb_amd64", "product_id": "openshift4/ose-local-storage-static-provisioner@sha256:ed74a10b8ab286e656ddc69711d2e02d4f7bc661864bf306fb306a73c159e9fb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-static-provisioner@sha256:ed74a10b8ab286e656ddc69711d2e02d4f7bc661864bf306fb306a73c159e9fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-static-provisioner\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:811346fb6951c166b2ee96c09feb173e50ec48167476bb2d4fcc4303f8ae7ecd_amd64", "product": { "name": "openshift4/ose-operator-marketplace@sha256:811346fb6951c166b2ee96c09feb173e50ec48167476bb2d4fcc4303f8ae7ecd_amd64", "product_id": "openshift4/ose-operator-marketplace@sha256:811346fb6951c166b2ee96c09feb173e50ec48167476bb2d4fcc4303f8ae7ecd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:811346fb6951c166b2ee96c09feb173e50ec48167476bb2d4fcc4303f8ae7ecd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:7ca9f9543092ee337bc2d7461451a18d707f78b89d1ca924cee9ba5e7f9dc75f_amd64", "product": { "name": "openshift4/ose-multus-cni@sha256:7ca9f9543092ee337bc2d7461451a18d707f78b89d1ca924cee9ba5e7f9dc75f_amd64", "product_id": "openshift4/ose-multus-cni@sha256:7ca9f9543092ee337bc2d7461451a18d707f78b89d1ca924cee9ba5e7f9dc75f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:7ca9f9543092ee337bc2d7461451a18d707f78b89d1ca924cee9ba5e7f9dc75f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:5b4d7ccfae31e068acba8065848d9c4ff206c0b4cf25e7792946a8752565a417_amd64", "product": { "name": "openshift4/ose-docker-builder@sha256:5b4d7ccfae31e068acba8065848d9c4ff206c0b4cf25e7792946a8752565a417_amd64", "product_id": "openshift4/ose-docker-builder@sha256:5b4d7ccfae31e068acba8065848d9c4ff206c0b4cf25e7792946a8752565a417_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:5b4d7ccfae31e068acba8065848d9c4ff206c0b4cf25e7792946a8752565a417?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:284d01ca7e20fab2f576fa3a011047dbd80e880d62ba86963b4131e9b1b45761_amd64", "product": { "name": "openshift4/ose-cli@sha256:284d01ca7e20fab2f576fa3a011047dbd80e880d62ba86963b4131e9b1b45761_amd64", "product_id": "openshift4/ose-cli@sha256:284d01ca7e20fab2f576fa3a011047dbd80e880d62ba86963b4131e9b1b45761_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:284d01ca7e20fab2f576fa3a011047dbd80e880d62ba86963b4131e9b1b45761?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:d6d433be9348624aa729410cc76bd7a9d5f71c2ec27c49aafbabbab18be0f16b_amd64", "product": { "name": "openshift4/ose-console@sha256:d6d433be9348624aa729410cc76bd7a9d5f71c2ec27c49aafbabbab18be0f16b_amd64", "product_id": "openshift4/ose-console@sha256:d6d433be9348624aa729410cc76bd7a9d5f71c2ec27c49aafbabbab18be0f16b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:d6d433be9348624aa729410cc76bd7a9d5f71c2ec27c49aafbabbab18be0f16b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:d6402c443c7c3469f3637f9e58366fea780e4d2464a0b1bcfea3c2d18167ae7a_amd64", "product": { "name": "openshift4/ose-console-operator@sha256:d6402c443c7c3469f3637f9e58366fea780e4d2464a0b1bcfea3c2d18167ae7a_amd64", "product_id": "openshift4/ose-console-operator@sha256:d6402c443c7c3469f3637f9e58366fea780e4d2464a0b1bcfea3c2d18167ae7a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:d6402c443c7c3469f3637f9e58366fea780e4d2464a0b1bcfea3c2d18167ae7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:dd06a8ddfda407007ce348b59424b36a1a43c17bf48102219775e902daad7037_amd64", "product": { "name": "openshift4/ose-deployer@sha256:dd06a8ddfda407007ce348b59424b36a1a43c17bf48102219775e902daad7037_amd64", "product_id": "openshift4/ose-deployer@sha256:dd06a8ddfda407007ce348b59424b36a1a43c17bf48102219775e902daad7037_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:dd06a8ddfda407007ce348b59424b36a1a43c17bf48102219775e902daad7037?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:87c6ad4e9b3111fcd96eaba4857ab3bbed53d8cfda37c86be76ad61e2db4d5f2_amd64", "product": { "name": "openshift4/ose-haproxy-router@sha256:87c6ad4e9b3111fcd96eaba4857ab3bbed53d8cfda37c86be76ad61e2db4d5f2_amd64", "product_id": "openshift4/ose-haproxy-router@sha256:87c6ad4e9b3111fcd96eaba4857ab3bbed53d8cfda37c86be76ad61e2db4d5f2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:87c6ad4e9b3111fcd96eaba4857ab3bbed53d8cfda37c86be76ad61e2db4d5f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:e656289cf230d0a9ab678b14fe6890f7e3101ee7b2daf0ab24363240ec6cb1c1_amd64", "product": { "name": "openshift4/ose-hyperkube@sha256:e656289cf230d0a9ab678b14fe6890f7e3101ee7b2daf0ab24363240ec6cb1c1_amd64", "product_id": "openshift4/ose-hyperkube@sha256:e656289cf230d0a9ab678b14fe6890f7e3101ee7b2daf0ab24363240ec6cb1c1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:e656289cf230d0a9ab678b14fe6890f7e3101ee7b2daf0ab24363240ec6cb1c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.3.0" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:a60f50e4e62d5908ed9f6f5e58b9e0fb6b0279c77eaa911db309caee1b54eca3_amd64", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:a60f50e4e62d5908ed9f6f5e58b9e0fb6b0279c77eaa911db309caee1b54eca3_amd64", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:a60f50e4e62d5908ed9f6f5e58b9e0fb6b0279c77eaa911db309caee1b54eca3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:a60f50e4e62d5908ed9f6f5e58b9e0fb6b0279c77eaa911db309caee1b54eca3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:2dc3bdcb2b0bf1d6c6ae749be0163e6d7ca813ecfba5e5f5d88970c73a9d12a9_amd64", "product": { "name": "openshift4/ose-pod@sha256:2dc3bdcb2b0bf1d6c6ae749be0163e6d7ca813ecfba5e5f5d88970c73a9d12a9_amd64", "product_id": "openshift4/ose-pod@sha256:2dc3bdcb2b0bf1d6c6ae749be0163e6d7ca813ecfba5e5f5d88970c73a9d12a9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:2dc3bdcb2b0bf1d6c6ae749be0163e6d7ca813ecfba5e5f5d88970c73a9d12a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:22aeef6864c2b168ba363866aa799a7949898976b4f89f50b4899ee9bf1fd86e_amd64", "product": { "name": "openshift4/ose-docker-registry@sha256:22aeef6864c2b168ba363866aa799a7949898976b4f89f50b4899ee9bf1fd86e_amd64", "product_id": "openshift4/ose-docker-registry@sha256:22aeef6864c2b168ba363866aa799a7949898976b4f89f50b4899ee9bf1fd86e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:22aeef6864c2b168ba363866aa799a7949898976b4f89f50b4899ee9bf1fd86e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:9718d5e50e6941a5ce281575372c89c95d90f479e6776d9287dd028365967355_amd64", "product": { "name": "openshift4/ose-tests@sha256:9718d5e50e6941a5ce281575372c89c95d90f479e6776d9287dd028365967355_amd64", "product_id": "openshift4/ose-tests@sha256:9718d5e50e6941a5ce281575372c89c95d90f479e6776d9287dd028365967355_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:9718d5e50e6941a5ce281575372c89c95d90f479e6776d9287dd028365967355?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins@sha256:dd5f1c5d14a8a72aa4ca51224c26a661c2e4f19ea3e5f9b7d8343f4952de5f0d_amd64", "product": { "name": "openshift4/ose-jenkins@sha256:dd5f1c5d14a8a72aa4ca51224c26a661c2e4f19ea3e5f9b7d8343f4952de5f0d_amd64", "product_id": "openshift4/ose-jenkins@sha256:dd5f1c5d14a8a72aa4ca51224c26a661c2e4f19ea3e5f9b7d8343f4952de5f0d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins@sha256:dd5f1c5d14a8a72aa4ca51224c26a661c2e4f19ea3e5f9b7d8343f4952de5f0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:dbde7140eb5c05e05252e2bc2891f47761aecf465803d08831c6b20c84bebbb8_amd64", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:dbde7140eb5c05e05252e2bc2891f47761aecf465803d08831c6b20c84bebbb8_amd64", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:dbde7140eb5c05e05252e2bc2891f47761aecf465803d08831c6b20c84bebbb8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:dbde7140eb5c05e05252e2bc2891f47761aecf465803d08831c6b20c84bebbb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:77d73250630dbcdb0126c966f48629f25e86b770d1c8dcf00e8ceb1f11aac9b2_amd64", "product": { "name": "openshift4/ose-operator-registry@sha256:77d73250630dbcdb0126c966f48629f25e86b770d1c8dcf00e8ceb1f11aac9b2_amd64", "product_id": "openshift4/ose-operator-registry@sha256:77d73250630dbcdb0126c966f48629f25e86b770d1c8dcf00e8ceb1f11aac9b2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:77d73250630dbcdb0126c966f48629f25e86b770d1c8dcf00e8ceb1f11aac9b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-aws-machine-controllers@sha256:96ad50c0bafdd4fdbfe48f4bf69c8ca20bba81c0fa857f8d37d550da2219148c_amd64", "product": { "name": "openshift4/ose-aws-machine-controllers@sha256:96ad50c0bafdd4fdbfe48f4bf69c8ca20bba81c0fa857f8d37d550da2219148c_amd64", "product_id": "openshift4/ose-aws-machine-controllers@sha256:96ad50c0bafdd4fdbfe48f4bf69c8ca20bba81c0fa857f8d37d550da2219148c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-machine-controllers@sha256:96ad50c0bafdd4fdbfe48f4bf69c8ca20bba81c0fa857f8d37d550da2219148c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-machine-controllers\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-azure-machine-controllers@sha256:d3c862dc76efe82edb9a29db423fd12cda3af34b131e4bcd0890e129e371cb12_amd64", "product": { "name": "openshift4/ose-azure-machine-controllers@sha256:d3c862dc76efe82edb9a29db423fd12cda3af34b131e4bcd0890e129e371cb12_amd64", "product_id": "openshift4/ose-azure-machine-controllers@sha256:d3c862dc76efe82edb9a29db423fd12cda3af34b131e4bcd0890e129e371cb12_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-machine-controllers@sha256:d3c862dc76efe82edb9a29db423fd12cda3af34b131e4bcd0890e129e371cb12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-machine-controllers\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:21bef813eb3f7a4e9363c736ab802f47c7ab1a477bbc5127d06a3b4c32357c79_amd64", "product": { "name": "openshift4/ose-cli-artifacts@sha256:21bef813eb3f7a4e9363c736ab802f47c7ab1a477bbc5127d06a3b4c32357c79_amd64", "product_id": "openshift4/ose-cli-artifacts@sha256:21bef813eb3f7a4e9363c736ab802f47c7ab1a477bbc5127d06a3b4c32357c79_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:21bef813eb3f7a4e9363c736ab802f47c7ab1a477bbc5127d06a3b4c32357c79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:1773268ac4f1ed0c9f27ac94fbc68a7ed56d1f745de4e649789dbb66c325d94a_amd64", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:1773268ac4f1ed0c9f27ac94fbc68a7ed56d1f745de4e649789dbb66c325d94a_amd64", "product_id": "openshift4/ose-cloud-credential-operator@sha256:1773268ac4f1ed0c9f27ac94fbc68a7ed56d1f745de4e649789dbb66c325d94a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:1773268ac4f1ed0c9f27ac94fbc68a7ed56d1f745de4e649789dbb66c325d94a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:a0b38882cb779a3f9ea1cbd333abb66812685f1649945226ea7dcae28dce54c9_amd64", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:a0b38882cb779a3f9ea1cbd333abb66812685f1649945226ea7dcae28dce54c9_amd64", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:a0b38882cb779a3f9ea1cbd333abb66812685f1649945226ea7dcae28dce54c9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:a0b38882cb779a3f9ea1cbd333abb66812685f1649945226ea7dcae28dce54c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:702706ac38dfdd0baacaa858d40e0bb58e0c612fa58167a998f55882e7d9538c_amd64", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:702706ac38dfdd0baacaa858d40e0bb58e0c612fa58167a998f55882e7d9538c_amd64", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:702706ac38dfdd0baacaa858d40e0bb58e0c612fa58167a998f55882e7d9538c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:702706ac38dfdd0baacaa858d40e0bb58e0c612fa58167a998f55882e7d9538c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:8dcda0b330bb56e505e096169860d32081f85735aa241daba41b56f9b54032a4_amd64", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:8dcda0b330bb56e505e096169860d32081f85735aa241daba41b56f9b54032a4_amd64", "product_id": "openshift4/ose-cluster-bootstrap@sha256:8dcda0b330bb56e505e096169860d32081f85735aa241daba41b56f9b54032a4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:8dcda0b330bb56e505e096169860d32081f85735aa241daba41b56f9b54032a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:e232e3e7c6902f749e4264229c67947fa5cfc248e7bf66db380d6333ba377238_amd64", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:e232e3e7c6902f749e4264229c67947fa5cfc248e7bf66db380d6333ba377238_amd64", "product_id": "openshift4/ose-cluster-config-operator@sha256:e232e3e7c6902f749e4264229c67947fa5cfc248e7bf66db380d6333ba377238_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:e232e3e7c6902f749e4264229c67947fa5cfc248e7bf66db380d6333ba377238?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:c7ae77c9fa112a2b538e8ce1659243147c77ebb8d6bdc200f69d58daf7a77a09_amd64", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:c7ae77c9fa112a2b538e8ce1659243147c77ebb8d6bdc200f69d58daf7a77a09_amd64", "product_id": "openshift4/ose-cluster-dns-operator@sha256:c7ae77c9fa112a2b538e8ce1659243147c77ebb8d6bdc200f69d58daf7a77a09_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:c7ae77c9fa112a2b538e8ce1659243147c77ebb8d6bdc200f69d58daf7a77a09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:ffa87c992c5a2c51290e6d67cb609f29893dd147c31cff639ff6785ae7a1cfe2_amd64", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:ffa87c992c5a2c51290e6d67cb609f29893dd147c31cff639ff6785ae7a1cfe2_amd64", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:ffa87c992c5a2c51290e6d67cb609f29893dd147c31cff639ff6785ae7a1cfe2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:ffa87c992c5a2c51290e6d67cb609f29893dd147c31cff639ff6785ae7a1cfe2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:9107a722c76c8c8932c2a28bd4d900ece7a817be26ebd940ae9e8d7607201f01_amd64", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:9107a722c76c8c8932c2a28bd4d900ece7a817be26ebd940ae9e8d7607201f01_amd64", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:9107a722c76c8c8932c2a28bd4d900ece7a817be26ebd940ae9e8d7607201f01_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:9107a722c76c8c8932c2a28bd4d900ece7a817be26ebd940ae9e8d7607201f01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:82da92bbb613ac348132603aa0b39a10978fb2f5c89954455b8777d3b68da944_amd64", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:82da92bbb613ac348132603aa0b39a10978fb2f5c89954455b8777d3b68da944_amd64", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:82da92bbb613ac348132603aa0b39a10978fb2f5c89954455b8777d3b68da944_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:82da92bbb613ac348132603aa0b39a10978fb2f5c89954455b8777d3b68da944?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b76f8f4582d98133993414af5208d0a271f635542f7c553f1f3b49404d3efbb5_amd64", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b76f8f4582d98133993414af5208d0a271f635542f7c553f1f3b49404d3efbb5_amd64", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b76f8f4582d98133993414af5208d0a271f635542f7c553f1f3b49404d3efbb5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:b76f8f4582d98133993414af5208d0a271f635542f7c553f1f3b49404d3efbb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:31f0ce692cd5609e07271fd64c592255083ca4d09c78b46c3704e3d69545789d_amd64", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:31f0ce692cd5609e07271fd64c592255083ca4d09c78b46c3704e3d69545789d_amd64", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:31f0ce692cd5609e07271fd64c592255083ca4d09c78b46c3704e3d69545789d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:31f0ce692cd5609e07271fd64c592255083ca4d09c78b46c3704e3d69545789d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:a214477ad7e55c68226dec45a6c7d7e621d9df790151db98f7607ceb1a33e801_amd64", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:a214477ad7e55c68226dec45a6c7d7e621d9df790151db98f7607ceb1a33e801_amd64", "product_id": "openshift4/ose-cluster-machine-approver@sha256:a214477ad7e55c68226dec45a6c7d7e621d9df790151db98f7607ceb1a33e801_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:a214477ad7e55c68226dec45a6c7d7e621d9df790151db98f7607ceb1a33e801?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:00ec58112784d340179e045bc70399ac1bd509ae43c4411e934ced23d016b2a1_amd64", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:00ec58112784d340179e045bc70399ac1bd509ae43c4411e934ced23d016b2a1_amd64", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:00ec58112784d340179e045bc70399ac1bd509ae43c4411e934ced23d016b2a1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:00ec58112784d340179e045bc70399ac1bd509ae43c4411e934ced23d016b2a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8123e4286ee4ff5935c09efc2472a8d3ca35ce51e7e0f0f54ea2058cae6221d8_amd64", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8123e4286ee4ff5935c09efc2472a8d3ca35ce51e7e0f0f54ea2058cae6221d8_amd64", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8123e4286ee4ff5935c09efc2472a8d3ca35ce51e7e0f0f54ea2058cae6221d8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:8123e4286ee4ff5935c09efc2472a8d3ca35ce51e7e0f0f54ea2058cae6221d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:73264887ad31031da31a193f5f6fe4499235ea2ae113c4cca315f34671bb92a7_amd64", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:73264887ad31031da31a193f5f6fe4499235ea2ae113c4cca315f34671bb92a7_amd64", "product_id": "openshift4/ose-cluster-samples-operator@sha256:73264887ad31031da31a193f5f6fe4499235ea2ae113c4cca315f34671bb92a7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:73264887ad31031da31a193f5f6fe4499235ea2ae113c4cca315f34671bb92a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:4507c95b842563b29ca3e45d4c80856855bb24823ef618e15ecb6854a3afe431_amd64", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:4507c95b842563b29ca3e45d4c80856855bb24823ef618e15ecb6854a3afe431_amd64", "product_id": "openshift4/ose-cluster-storage-operator@sha256:4507c95b842563b29ca3e45d4c80856855bb24823ef618e15ecb6854a3afe431_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:4507c95b842563b29ca3e45d4c80856855bb24823ef618e15ecb6854a3afe431?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:41db23a308387f34c1cc98bf5170843df3e5dab7768e5c47c0593d8ed085a1ae_amd64", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:41db23a308387f34c1cc98bf5170843df3e5dab7768e5c47c0593d8ed085a1ae_amd64", "product_id": "openshift4/ose-cluster-update-keys@sha256:41db23a308387f34c1cc98bf5170843df3e5dab7768e5c47c0593d8ed085a1ae_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:41db23a308387f34c1cc98bf5170843df3e5dab7768e5c47c0593d8ed085a1ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-etcd@sha256:7c6de86b5f3140fa33a69477c286afc901b4ecd6e73e82d0ccfc8a0e0fe5e648_amd64", "product": { "name": "openshift4/ose-etcd@sha256:7c6de86b5f3140fa33a69477c286afc901b4ecd6e73e82d0ccfc8a0e0fe5e648_amd64", "product_id": "openshift4/ose-etcd@sha256:7c6de86b5f3140fa33a69477c286afc901b4ecd6e73e82d0ccfc8a0e0fe5e648_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-etcd@sha256:7c6de86b5f3140fa33a69477c286afc901b4ecd6e73e82d0ccfc8a0e0fe5e648?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:2fc5146ce48ad7edb3cd162519483a0368ed7614a8544a9c474968900ca2b237_amd64", "product": { "name": "openshift4/ose-installer-artifacts@sha256:2fc5146ce48ad7edb3cd162519483a0368ed7614a8544a9c474968900ca2b237_amd64", "product_id": "openshift4/ose-installer-artifacts@sha256:2fc5146ce48ad7edb3cd162519483a0368ed7614a8544a9c474968900ca2b237_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:2fc5146ce48ad7edb3cd162519483a0368ed7614a8544a9c474968900ca2b237?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:537bedac3c10eed6f54ec061c2f4f52af0b2eb139b89519326fa6bcd28230756_amd64", "product": { "name": "openshift4/ose-installer@sha256:537bedac3c10eed6f54ec061c2f4f52af0b2eb139b89519326fa6bcd28230756_amd64", "product_id": "openshift4/ose-installer@sha256:537bedac3c10eed6f54ec061c2f4f52af0b2eb139b89519326fa6bcd28230756_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:537bedac3c10eed6f54ec061c2f4f52af0b2eb139b89519326fa6bcd28230756?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:58debef6496409ad07469140a6a62366aebd448c09e2b0e606b5747b56150c66_amd64", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:58debef6496409ad07469140a6a62366aebd448c09e2b0e606b5747b56150c66_amd64", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:58debef6496409ad07469140a6a62366aebd448c09e2b0e606b5747b56150c66_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:58debef6496409ad07469140a6a62366aebd448c09e2b0e606b5747b56150c66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:6f8916d4aa74f8b9a2d7d26b79be9ca6949dbb56b86bfbb6dd2f34d67bff9aa1_amd64", "product": { "name": "openshift4/ose-machine-api-operator@sha256:6f8916d4aa74f8b9a2d7d26b79be9ca6949dbb56b86bfbb6dd2f34d67bff9aa1_amd64", "product_id": "openshift4/ose-machine-api-operator@sha256:6f8916d4aa74f8b9a2d7d26b79be9ca6949dbb56b86bfbb6dd2f34d67bff9aa1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:6f8916d4aa74f8b9a2d7d26b79be9ca6949dbb56b86bfbb6dd2f34d67bff9aa1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:328fe29aa1114807b2b4462488650a23a7dde77f63af0f45e6a2ccaabfb56850_amd64", "product": { "name": "openshift4/ose-machine-config-operator@sha256:328fe29aa1114807b2b4462488650a23a7dde77f63af0f45e6a2ccaabfb56850_amd64", "product_id": "openshift4/ose-machine-config-operator@sha256:328fe29aa1114807b2b4462488650a23a7dde77f63af0f45e6a2ccaabfb56850_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:328fe29aa1114807b2b4462488650a23a7dde77f63af0f45e6a2ccaabfb56850?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:bbc0e9fbb5923f7019304a5b34fd653300f54fc9732c520bac8fa5390bf5dab5_amd64", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:bbc0e9fbb5923f7019304a5b34fd653300f54fc9732c520bac8fa5390bf5dab5_amd64", "product_id": "openshift4/ose-multus-admission-controller@sha256:bbc0e9fbb5923f7019304a5b34fd653300f54fc9732c520bac8fa5390bf5dab5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:bbc0e9fbb5923f7019304a5b34fd653300f54fc9732c520bac8fa5390bf5dab5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:fa97dba5c09052c95c1f6471eb6a917cf18028368b2ce66dd95907aaa7bda4ac_amd64", "product": { "name": "openshift4/ose-must-gather@sha256:fa97dba5c09052c95c1f6471eb6a917cf18028368b2ce66dd95907aaa7bda4ac_amd64", "product_id": "openshift4/ose-must-gather@sha256:fa97dba5c09052c95c1f6471eb6a917cf18028368b2ce66dd95907aaa7bda4ac_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:fa97dba5c09052c95c1f6471eb6a917cf18028368b2ce66dd95907aaa7bda4ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel7@sha256:248d2d3c94484a907bcf123d371f5349034802be877fc0cdab5391acf87da979_amd64", "product": { "name": "openshift4/ose-openshift-apiserver-rhel7@sha256:248d2d3c94484a907bcf123d371f5349034802be877fc0cdab5391acf87da979_amd64", "product_id": "openshift4/ose-openshift-apiserver-rhel7@sha256:248d2d3c94484a907bcf123d371f5349034802be877fc0cdab5391acf87da979_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel7@sha256:248d2d3c94484a907bcf123d371f5349034802be877fc0cdab5391acf87da979?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel7\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel7@sha256:d9b786c5fdf4a9a8ea56fa4d289b049722f19dae06388969178fda2cb02a9462_amd64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel7@sha256:d9b786c5fdf4a9a8ea56fa4d289b049722f19dae06388969178fda2cb02a9462_amd64", "product_id": "openshift4/ose-openshift-controller-manager-rhel7@sha256:d9b786c5fdf4a9a8ea56fa4d289b049722f19dae06388969178fda2cb02a9462_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel7@sha256:d9b786c5fdf4a9a8ea56fa4d289b049722f19dae06388969178fda2cb02a9462?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel7\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:9552704d9b1994f399dd709b34b953ea99665cddebc5e8e99cea8b459f6534ed_amd64", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:9552704d9b1994f399dd709b34b953ea99665cddebc5e8e99cea8b459f6534ed_amd64", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:9552704d9b1994f399dd709b34b953ea99665cddebc5e8e99cea8b459f6534ed_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:9552704d9b1994f399dd709b34b953ea99665cddebc5e8e99cea8b459f6534ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.3.0" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes@sha256:7d6ba1bcc4f403733e44cd2a008dafe1887501f7a3c74084566a4f4d1e46250d_amd64", "product": { "name": "openshift4/ose-ovn-kubernetes@sha256:7d6ba1bcc4f403733e44cd2a008dafe1887501f7a3c74084566a4f4d1e46250d_amd64", "product_id": "openshift4/ose-ovn-kubernetes@sha256:7d6ba1bcc4f403733e44cd2a008dafe1887501f7a3c74084566a4f4d1e46250d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes@sha256:7d6ba1bcc4f403733e44cd2a008dafe1887501f7a3c74084566a4f4d1e46250d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:72b7df02f2f67c278036224111179c59b40342ce53d21be4c8d988af24c2f228_amd64", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:72b7df02f2f67c278036224111179c59b40342ce53d21be4c8d988af24c2f228_amd64", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:72b7df02f2f67c278036224111179c59b40342ce53d21be4c8d988af24c2f228_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:72b7df02f2f67c278036224111179c59b40342ce53d21be4c8d988af24c2f228?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:f57ee886aa449aaeff6e49909d53746c2785bd7ab6b451d6cce0912684c33efe_amd64", "product": { "name": "openshift4/ose-service-ca-operator@sha256:f57ee886aa449aaeff6e49909d53746c2785bd7ab6b451d6cce0912684c33efe_amd64", "product_id": "openshift4/ose-service-ca-operator@sha256:f57ee886aa449aaeff6e49909d53746c2785bd7ab6b451d6cce0912684c33efe_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:f57ee886aa449aaeff6e49909d53746c2785bd7ab6b451d6cce0912684c33efe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:b99eb84b4ae632da7f994a25deed84d299ba358ffca09d93c02b78fdfe259578_amd64", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:b99eb84b4ae632da7f994a25deed84d299ba358ffca09d93c02b78fdfe259578_amd64", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:b99eb84b4ae632da7f994a25deed84d299ba358ffca09d93c02b78fdfe259578_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:b99eb84b4ae632da7f994a25deed84d299ba358ffca09d93c02b78fdfe259578?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:23b72d638653fa51dc8a2c0c4d46b092be75544a6a11143aaaa563804ff9550e_amd64", "product": { "name": "openshift4/ose-prometheus-operator@sha256:23b72d638653fa51dc8a2c0c4d46b092be75544a6a11143aaaa563804ff9550e_amd64", "product_id": "openshift4/ose-prometheus-operator@sha256:23b72d638653fa51dc8a2c0c4d46b092be75544a6a11143aaaa563804ff9550e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:23b72d638653fa51dc8a2c0c4d46b092be75544a6a11143aaaa563804ff9550e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:6ed57940ac48d1e8ee12c28dc01132cc2c7c4926954096bcb7abc24776c24398_amd64", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:6ed57940ac48d1e8ee12c28dc01132cc2c7c4926954096bcb7abc24776c24398_amd64", "product_id": "openshift4/ose-prom-label-proxy@sha256:6ed57940ac48d1e8ee12c28dc01132cc2c7c4926954096bcb7abc24776c24398_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:6ed57940ac48d1e8ee12c28dc01132cc2c7c4926954096bcb7abc24776c24398?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.3.0-202001211731" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:b49995a2e256dd8ff1463f605dc81f21bdd3795797b12d635513de0b214ada15_amd64", "product": { "name": "openshift4/ose-telemeter@sha256:b49995a2e256dd8ff1463f605dc81f21bdd3795797b12d635513de0b214ada15_amd64", "product_id": "openshift4/ose-telemeter@sha256:b49995a2e256dd8ff1463f605dc81f21bdd3795797b12d635513de0b214ada15_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:b49995a2e256dd8ff1463f605dc81f21bdd3795797b12d635513de0b214ada15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.3.0-202001211731" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-machine-controllers@sha256:96ad50c0bafdd4fdbfe48f4bf69c8ca20bba81c0fa857f8d37d550da2219148c_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-aws-machine-controllers@sha256:96ad50c0bafdd4fdbfe48f4bf69c8ca20bba81c0fa857f8d37d550da2219148c_amd64" }, "product_reference": "openshift4/ose-aws-machine-controllers@sha256:96ad50c0bafdd4fdbfe48f4bf69c8ca20bba81c0fa857f8d37d550da2219148c_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-machine-controllers@sha256:d3c862dc76efe82edb9a29db423fd12cda3af34b131e4bcd0890e129e371cb12_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-azure-machine-controllers@sha256:d3c862dc76efe82edb9a29db423fd12cda3af34b131e4bcd0890e129e371cb12_amd64" }, "product_reference": "openshift4/ose-azure-machine-controllers@sha256:d3c862dc76efe82edb9a29db423fd12cda3af34b131e4bcd0890e129e371cb12_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:d3069db2b26c1b66161e700ab8b50f2dd3a6d9eb7e8a2d29edad4eaabe40a6c1_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-baremetal-machine-controllers@sha256:d3069db2b26c1b66161e700ab8b50f2dd3a6d9eb7e8a2d29edad4eaabe40a6c1_amd64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:d3069db2b26c1b66161e700ab8b50f2dd3a6d9eb7e8a2d29edad4eaabe40a6c1_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:21bef813eb3f7a4e9363c736ab802f47c7ab1a477bbc5127d06a3b4c32357c79_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cli-artifacts@sha256:21bef813eb3f7a4e9363c736ab802f47c7ab1a477bbc5127d06a3b4c32357c79_amd64" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:21bef813eb3f7a4e9363c736ab802f47c7ab1a477bbc5127d06a3b4c32357c79_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:284d01ca7e20fab2f576fa3a011047dbd80e880d62ba86963b4131e9b1b45761_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cli@sha256:284d01ca7e20fab2f576fa3a011047dbd80e880d62ba86963b4131e9b1b45761_amd64" }, "product_reference": "openshift4/ose-cli@sha256:284d01ca7e20fab2f576fa3a011047dbd80e880d62ba86963b4131e9b1b45761_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:1773268ac4f1ed0c9f27ac94fbc68a7ed56d1f745de4e649789dbb66c325d94a_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cloud-credential-operator@sha256:1773268ac4f1ed0c9f27ac94fbc68a7ed56d1f745de4e649789dbb66c325d94a_amd64" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:1773268ac4f1ed0c9f27ac94fbc68a7ed56d1f745de4e649789dbb66c325d94a_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:a0b38882cb779a3f9ea1cbd333abb66812685f1649945226ea7dcae28dce54c9_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-authentication-operator@sha256:a0b38882cb779a3f9ea1cbd333abb66812685f1649945226ea7dcae28dce54c9_amd64" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:a0b38882cb779a3f9ea1cbd333abb66812685f1649945226ea7dcae28dce54c9_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:702706ac38dfdd0baacaa858d40e0bb58e0c612fa58167a998f55882e7d9538c_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-autoscaler-operator@sha256:702706ac38dfdd0baacaa858d40e0bb58e0c612fa58167a998f55882e7d9538c_amd64" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:702706ac38dfdd0baacaa858d40e0bb58e0c612fa58167a998f55882e7d9538c_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:59ae5a79f7579b59c6dfeab4ee21488d9d1de2eb501fb3ad83f76f05a3a1e1c1_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-autoscaler@sha256:59ae5a79f7579b59c6dfeab4ee21488d9d1de2eb501fb3ad83f76f05a3a1e1c1_amd64" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:59ae5a79f7579b59c6dfeab4ee21488d9d1de2eb501fb3ad83f76f05a3a1e1c1_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:8dcda0b330bb56e505e096169860d32081f85735aa241daba41b56f9b54032a4_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-bootstrap@sha256:8dcda0b330bb56e505e096169860d32081f85735aa241daba41b56f9b54032a4_amd64" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:8dcda0b330bb56e505e096169860d32081f85735aa241daba41b56f9b54032a4_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:e232e3e7c6902f749e4264229c67947fa5cfc248e7bf66db380d6333ba377238_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-config-operator@sha256:e232e3e7c6902f749e4264229c67947fa5cfc248e7bf66db380d6333ba377238_amd64" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:e232e3e7c6902f749e4264229c67947fa5cfc248e7bf66db380d6333ba377238_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:c7ae77c9fa112a2b538e8ce1659243147c77ebb8d6bdc200f69d58daf7a77a09_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-dns-operator@sha256:c7ae77c9fa112a2b538e8ce1659243147c77ebb8d6bdc200f69d58daf7a77a09_amd64" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:c7ae77c9fa112a2b538e8ce1659243147c77ebb8d6bdc200f69d58daf7a77a09_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:ffa87c992c5a2c51290e6d67cb609f29893dd147c31cff639ff6785ae7a1cfe2_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-image-registry-operator@sha256:ffa87c992c5a2c51290e6d67cb609f29893dd147c31cff639ff6785ae7a1cfe2_amd64" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:ffa87c992c5a2c51290e6d67cb609f29893dd147c31cff639ff6785ae7a1cfe2_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:9107a722c76c8c8932c2a28bd4d900ece7a817be26ebd940ae9e8d7607201f01_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-ingress-operator@sha256:9107a722c76c8c8932c2a28bd4d900ece7a817be26ebd940ae9e8d7607201f01_amd64" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:9107a722c76c8c8932c2a28bd4d900ece7a817be26ebd940ae9e8d7607201f01_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:82da92bbb613ac348132603aa0b39a10978fb2f5c89954455b8777d3b68da944_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-apiserver-operator@sha256:82da92bbb613ac348132603aa0b39a10978fb2f5c89954455b8777d3b68da944_amd64" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:82da92bbb613ac348132603aa0b39a10978fb2f5c89954455b8777d3b68da944_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b76f8f4582d98133993414af5208d0a271f635542f7c553f1f3b49404d3efbb5_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b76f8f4582d98133993414af5208d0a271f635542f7c553f1f3b49404d3efbb5_amd64" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b76f8f4582d98133993414af5208d0a271f635542f7c553f1f3b49404d3efbb5_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:31f0ce692cd5609e07271fd64c592255083ca4d09c78b46c3704e3d69545789d_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-scheduler-operator@sha256:31f0ce692cd5609e07271fd64c592255083ca4d09c78b46c3704e3d69545789d_amd64" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:31f0ce692cd5609e07271fd64c592255083ca4d09c78b46c3704e3d69545789d_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:a214477ad7e55c68226dec45a6c7d7e621d9df790151db98f7607ceb1a33e801_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-machine-approver@sha256:a214477ad7e55c68226dec45a6c7d7e621d9df790151db98f7607ceb1a33e801_amd64" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:a214477ad7e55c68226dec45a6c7d7e621d9df790151db98f7607ceb1a33e801_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:f0a89689401f1d836ef12e7a9d5119549026cdb28c71c0c96f3e947c957fe07d_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-monitoring-operator@sha256:f0a89689401f1d836ef12e7a9d5119549026cdb28c71c0c96f3e947c957fe07d_amd64" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:f0a89689401f1d836ef12e7a9d5119549026cdb28c71c0c96f3e947c957fe07d_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:14e59b09da6a818014ec9f6e0ed83fbfbb3d90f46097c1e66ef80594f0511b19_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-network-operator@sha256:14e59b09da6a818014ec9f6e0ed83fbfbb3d90f46097c1e66ef80594f0511b19_amd64" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:14e59b09da6a818014ec9f6e0ed83fbfbb3d90f46097c1e66ef80594f0511b19_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:8807e4b17886bf320c791b4a131607e515635cb26fe01fe9e7ed1718a0340dc0_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-node-tuning-operator@sha256:8807e4b17886bf320c791b4a131607e515635cb26fe01fe9e7ed1718a0340dc0_amd64" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:8807e4b17886bf320c791b4a131607e515635cb26fe01fe9e7ed1718a0340dc0_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:00ec58112784d340179e045bc70399ac1bd509ae43c4411e934ced23d016b2a1_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-openshift-apiserver-operator@sha256:00ec58112784d340179e045bc70399ac1bd509ae43c4411e934ced23d016b2a1_amd64" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:00ec58112784d340179e045bc70399ac1bd509ae43c4411e934ced23d016b2a1_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8123e4286ee4ff5935c09efc2472a8d3ca35ce51e7e0f0f54ea2058cae6221d8_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8123e4286ee4ff5935c09efc2472a8d3ca35ce51e7e0f0f54ea2058cae6221d8_amd64" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8123e4286ee4ff5935c09efc2472a8d3ca35ce51e7e0f0f54ea2058cae6221d8_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:73264887ad31031da31a193f5f6fe4499235ea2ae113c4cca315f34671bb92a7_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-samples-operator@sha256:73264887ad31031da31a193f5f6fe4499235ea2ae113c4cca315f34671bb92a7_amd64" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:73264887ad31031da31a193f5f6fe4499235ea2ae113c4cca315f34671bb92a7_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:4507c95b842563b29ca3e45d4c80856855bb24823ef618e15ecb6854a3afe431_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-storage-operator@sha256:4507c95b842563b29ca3e45d4c80856855bb24823ef618e15ecb6854a3afe431_amd64" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:4507c95b842563b29ca3e45d4c80856855bb24823ef618e15ecb6854a3afe431_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:41db23a308387f34c1cc98bf5170843df3e5dab7768e5c47c0593d8ed085a1ae_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-update-keys@sha256:41db23a308387f34c1cc98bf5170843df3e5dab7768e5c47c0593d8ed085a1ae_amd64" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:41db23a308387f34c1cc98bf5170843df3e5dab7768e5c47c0593d8ed085a1ae_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:18006bbb619155222bfbc1d5af372b80dff8a22b386d8096b88434e99fd97ef3_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-version-operator@sha256:18006bbb619155222bfbc1d5af372b80dff8a22b386d8096b88434e99fd97ef3_amd64" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:18006bbb619155222bfbc1d5af372b80dff8a22b386d8096b88434e99fd97ef3_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:31938e349d61db5146e6387b05f5af2bd8f3aa822f93d2d3546c5a4369d35186_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-configmap-reloader@sha256:31938e349d61db5146e6387b05f5af2bd8f3aa822f93d2d3546c5a4369d35186_amd64" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:31938e349d61db5146e6387b05f5af2bd8f3aa822f93d2d3546c5a4369d35186_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:d6402c443c7c3469f3637f9e58366fea780e4d2464a0b1bcfea3c2d18167ae7a_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-console-operator@sha256:d6402c443c7c3469f3637f9e58366fea780e4d2464a0b1bcfea3c2d18167ae7a_amd64" }, "product_reference": "openshift4/ose-console-operator@sha256:d6402c443c7c3469f3637f9e58366fea780e4d2464a0b1bcfea3c2d18167ae7a_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:d6d433be9348624aa729410cc76bd7a9d5f71c2ec27c49aafbabbab18be0f16b_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-console@sha256:d6d433be9348624aa729410cc76bd7a9d5f71c2ec27c49aafbabbab18be0f16b_amd64" }, "product_reference": "openshift4/ose-console@sha256:d6d433be9348624aa729410cc76bd7a9d5f71c2ec27c49aafbabbab18be0f16b_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:284195c16a37e10749452904ea6013010e7967e2a3c4b58e7b94665b58f22a7e_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-coredns@sha256:284195c16a37e10749452904ea6013010e7967e2a3c4b58e7b94665b58f22a7e_amd64" }, "product_reference": "openshift4/ose-coredns@sha256:284195c16a37e10749452904ea6013010e7967e2a3c4b58e7b94665b58f22a7e_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:dd06a8ddfda407007ce348b59424b36a1a43c17bf48102219775e902daad7037_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-deployer@sha256:dd06a8ddfda407007ce348b59424b36a1a43c17bf48102219775e902daad7037_amd64" }, "product_reference": "openshift4/ose-deployer@sha256:dd06a8ddfda407007ce348b59424b36a1a43c17bf48102219775e902daad7037_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:5b4d7ccfae31e068acba8065848d9c4ff206c0b4cf25e7792946a8752565a417_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-docker-builder@sha256:5b4d7ccfae31e068acba8065848d9c4ff206c0b4cf25e7792946a8752565a417_amd64" }, "product_reference": "openshift4/ose-docker-builder@sha256:5b4d7ccfae31e068acba8065848d9c4ff206c0b4cf25e7792946a8752565a417_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:22aeef6864c2b168ba363866aa799a7949898976b4f89f50b4899ee9bf1fd86e_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-docker-registry@sha256:22aeef6864c2b168ba363866aa799a7949898976b4f89f50b4899ee9bf1fd86e_amd64" }, "product_reference": "openshift4/ose-docker-registry@sha256:22aeef6864c2b168ba363866aa799a7949898976b4f89f50b4899ee9bf1fd86e_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd@sha256:7c6de86b5f3140fa33a69477c286afc901b4ecd6e73e82d0ccfc8a0e0fe5e648_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-etcd@sha256:7c6de86b5f3140fa33a69477c286afc901b4ecd6e73e82d0ccfc8a0e0fe5e648_amd64" }, "product_reference": "openshift4/ose-etcd@sha256:7c6de86b5f3140fa33a69477c286afc901b4ecd6e73e82d0ccfc8a0e0fe5e648_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-grafana@sha256:af15dc66cdc248eed3988ab49adc684dc85ce5429c855b1933fc8fb13296d61a_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-grafana@sha256:af15dc66cdc248eed3988ab49adc684dc85ce5429c855b1933fc8fb13296d61a_amd64" }, "product_reference": "openshift4/ose-grafana@sha256:af15dc66cdc248eed3988ab49adc684dc85ce5429c855b1933fc8fb13296d61a_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:87c6ad4e9b3111fcd96eaba4857ab3bbed53d8cfda37c86be76ad61e2db4d5f2_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-haproxy-router@sha256:87c6ad4e9b3111fcd96eaba4857ab3bbed53d8cfda37c86be76ad61e2db4d5f2_amd64" }, "product_reference": "openshift4/ose-haproxy-router@sha256:87c6ad4e9b3111fcd96eaba4857ab3bbed53d8cfda37c86be76ad61e2db4d5f2_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:e656289cf230d0a9ab678b14fe6890f7e3101ee7b2daf0ab24363240ec6cb1c1_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-hyperkube@sha256:e656289cf230d0a9ab678b14fe6890f7e3101ee7b2daf0ab24363240ec6cb1c1_amd64" }, "product_reference": "openshift4/ose-hyperkube@sha256:e656289cf230d0a9ab678b14fe6890f7e3101ee7b2daf0ab24363240ec6cb1c1_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:2fc5146ce48ad7edb3cd162519483a0368ed7614a8544a9c474968900ca2b237_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-installer-artifacts@sha256:2fc5146ce48ad7edb3cd162519483a0368ed7614a8544a9c474968900ca2b237_amd64" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:2fc5146ce48ad7edb3cd162519483a0368ed7614a8544a9c474968900ca2b237_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:537bedac3c10eed6f54ec061c2f4f52af0b2eb139b89519326fa6bcd28230756_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-installer@sha256:537bedac3c10eed6f54ec061c2f4f52af0b2eb139b89519326fa6bcd28230756_amd64" }, "product_reference": "openshift4/ose-installer@sha256:537bedac3c10eed6f54ec061c2f4f52af0b2eb139b89519326fa6bcd28230756_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins-agent-maven@sha256:350cf998a4b63eb3233cd6104117c9ff1a389798eeaf9318a4fbd0788cfcb136_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-jenkins-agent-maven@sha256:350cf998a4b63eb3233cd6104117c9ff1a389798eeaf9318a4fbd0788cfcb136_amd64" }, "product_reference": "openshift4/ose-jenkins-agent-maven@sha256:350cf998a4b63eb3233cd6104117c9ff1a389798eeaf9318a4fbd0788cfcb136_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins@sha256:dd5f1c5d14a8a72aa4ca51224c26a661c2e4f19ea3e5f9b7d8343f4952de5f0d_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-jenkins@sha256:dd5f1c5d14a8a72aa4ca51224c26a661c2e4f19ea3e5f9b7d8343f4952de5f0d_amd64" }, "product_reference": "openshift4/ose-jenkins@sha256:dd5f1c5d14a8a72aa4ca51224c26a661c2e4f19ea3e5f9b7d8343f4952de5f0d_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:72b7df02f2f67c278036224111179c59b40342ce53d21be4c8d988af24c2f228_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-k8s-prometheus-adapter@sha256:72b7df02f2f67c278036224111179c59b40342ce53d21be4c8d988af24c2f228_amd64" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:72b7df02f2f67c278036224111179c59b40342ce53d21be4c8d988af24c2f228_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:a60f50e4e62d5908ed9f6f5e58b9e0fb6b0279c77eaa911db309caee1b54eca3_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-keepalived-ipfailover@sha256:a60f50e4e62d5908ed9f6f5e58b9e0fb6b0279c77eaa911db309caee1b54eca3_amd64" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:a60f50e4e62d5908ed9f6f5e58b9e0fb6b0279c77eaa911db309caee1b54eca3_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:71a2fdcd1789e4e9451e19b5812d79d1f12a16a61cc6eb790e30993b304bd555_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-proxy@sha256:71a2fdcd1789e4e9451e19b5812d79d1f12a16a61cc6eb790e30993b304bd555_amd64" }, "product_reference": "openshift4/ose-kube-proxy@sha256:71a2fdcd1789e4e9451e19b5812d79d1f12a16a61cc6eb790e30993b304bd555_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:d7b1c8f2c94af9c767ab0f60f23f8fb5b7545fdfd7c10b1ef979b7701e495f36_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-rbac-proxy@sha256:d7b1c8f2c94af9c767ab0f60f23f8fb5b7545fdfd7c10b1ef979b7701e495f36_amd64" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:d7b1c8f2c94af9c767ab0f60f23f8fb5b7545fdfd7c10b1ef979b7701e495f36_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:fa07d12df9c1ba0f40d5f799207ccab2404518e578a912dec7833bde06ce17fa_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-state-metrics@sha256:fa07d12df9c1ba0f40d5f799207ccab2404518e578a912dec7833bde06ce17fa_amd64" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:fa07d12df9c1ba0f40d5f799207ccab2404518e578a912dec7833bde06ce17fa_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:58debef6496409ad07469140a6a62366aebd448c09e2b0e606b5747b56150c66_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-libvirt-machine-controllers@sha256:58debef6496409ad07469140a6a62366aebd448c09e2b0e606b5747b56150c66_amd64" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:58debef6496409ad07469140a6a62366aebd448c09e2b0e606b5747b56150c66_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-static-provisioner@sha256:ed74a10b8ab286e656ddc69711d2e02d4f7bc661864bf306fb306a73c159e9fb_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-local-storage-static-provisioner@sha256:ed74a10b8ab286e656ddc69711d2e02d4f7bc661864bf306fb306a73c159e9fb_amd64" }, "product_reference": "openshift4/ose-local-storage-static-provisioner@sha256:ed74a10b8ab286e656ddc69711d2e02d4f7bc661864bf306fb306a73c159e9fb_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:6f8916d4aa74f8b9a2d7d26b79be9ca6949dbb56b86bfbb6dd2f34d67bff9aa1_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-machine-api-operator@sha256:6f8916d4aa74f8b9a2d7d26b79be9ca6949dbb56b86bfbb6dd2f34d67bff9aa1_amd64" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:6f8916d4aa74f8b9a2d7d26b79be9ca6949dbb56b86bfbb6dd2f34d67bff9aa1_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:328fe29aa1114807b2b4462488650a23a7dde77f63af0f45e6a2ccaabfb56850_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-machine-config-operator@sha256:328fe29aa1114807b2b4462488650a23a7dde77f63af0f45e6a2ccaabfb56850_amd64" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:328fe29aa1114807b2b4462488650a23a7dde77f63af0f45e6a2ccaabfb56850_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:bbc0e9fbb5923f7019304a5b34fd653300f54fc9732c520bac8fa5390bf5dab5_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-multus-admission-controller@sha256:bbc0e9fbb5923f7019304a5b34fd653300f54fc9732c520bac8fa5390bf5dab5_amd64" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:bbc0e9fbb5923f7019304a5b34fd653300f54fc9732c520bac8fa5390bf5dab5_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:7ca9f9543092ee337bc2d7461451a18d707f78b89d1ca924cee9ba5e7f9dc75f_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-multus-cni@sha256:7ca9f9543092ee337bc2d7461451a18d707f78b89d1ca924cee9ba5e7f9dc75f_amd64" }, "product_reference": "openshift4/ose-multus-cni@sha256:7ca9f9543092ee337bc2d7461451a18d707f78b89d1ca924cee9ba5e7f9dc75f_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:fa97dba5c09052c95c1f6471eb6a917cf18028368b2ce66dd95907aaa7bda4ac_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-must-gather@sha256:fa97dba5c09052c95c1f6471eb6a917cf18028368b2ce66dd95907aaa7bda4ac_amd64" }, "product_reference": "openshift4/ose-must-gather@sha256:fa97dba5c09052c95c1f6471eb6a917cf18028368b2ce66dd95907aaa7bda4ac_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:13d5837cbf874b3d1a79254456f0a9a67af1f2872b79177b51e3c205a753dce9_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-oauth-proxy@sha256:13d5837cbf874b3d1a79254456f0a9a67af1f2872b79177b51e3c205a753dce9_amd64" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:13d5837cbf874b3d1a79254456f0a9a67af1f2872b79177b51e3c205a753dce9_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel7@sha256:248d2d3c94484a907bcf123d371f5349034802be877fc0cdab5391acf87da979_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-openshift-apiserver-rhel7@sha256:248d2d3c94484a907bcf123d371f5349034802be877fc0cdab5391acf87da979_amd64" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel7@sha256:248d2d3c94484a907bcf123d371f5349034802be877fc0cdab5391acf87da979_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel7@sha256:d9b786c5fdf4a9a8ea56fa4d289b049722f19dae06388969178fda2cb02a9462_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-openshift-controller-manager-rhel7@sha256:d9b786c5fdf4a9a8ea56fa4d289b049722f19dae06388969178fda2cb02a9462_amd64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel7@sha256:d9b786c5fdf4a9a8ea56fa4d289b049722f19dae06388969178fda2cb02a9462_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:9552704d9b1994f399dd709b34b953ea99665cddebc5e8e99cea8b459f6534ed_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-openstack-machine-controllers@sha256:9552704d9b1994f399dd709b34b953ea99665cddebc5e8e99cea8b459f6534ed_amd64" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:9552704d9b1994f399dd709b34b953ea99665cddebc5e8e99cea8b459f6534ed_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:dbde7140eb5c05e05252e2bc2891f47761aecf465803d08831c6b20c84bebbb8_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-lifecycle-manager@sha256:dbde7140eb5c05e05252e2bc2891f47761aecf465803d08831c6b20c84bebbb8_amd64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:dbde7140eb5c05e05252e2bc2891f47761aecf465803d08831c6b20c84bebbb8_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:811346fb6951c166b2ee96c09feb173e50ec48167476bb2d4fcc4303f8ae7ecd_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-marketplace@sha256:811346fb6951c166b2ee96c09feb173e50ec48167476bb2d4fcc4303f8ae7ecd_amd64" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:811346fb6951c166b2ee96c09feb173e50ec48167476bb2d4fcc4303f8ae7ecd_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:77d73250630dbcdb0126c966f48629f25e86b770d1c8dcf00e8ceb1f11aac9b2_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-registry@sha256:77d73250630dbcdb0126c966f48629f25e86b770d1c8dcf00e8ceb1f11aac9b2_amd64" }, "product_reference": "openshift4/ose-operator-registry@sha256:77d73250630dbcdb0126c966f48629f25e86b770d1c8dcf00e8ceb1f11aac9b2_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes@sha256:7d6ba1bcc4f403733e44cd2a008dafe1887501f7a3c74084566a4f4d1e46250d_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-ovn-kubernetes@sha256:7d6ba1bcc4f403733e44cd2a008dafe1887501f7a3c74084566a4f4d1e46250d_amd64" }, "product_reference": "openshift4/ose-ovn-kubernetes@sha256:7d6ba1bcc4f403733e44cd2a008dafe1887501f7a3c74084566a4f4d1e46250d_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:2dc3bdcb2b0bf1d6c6ae749be0163e6d7ca813ecfba5e5f5d88970c73a9d12a9_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-pod@sha256:2dc3bdcb2b0bf1d6c6ae749be0163e6d7ca813ecfba5e5f5d88970c73a9d12a9_amd64" }, "product_reference": "openshift4/ose-pod@sha256:2dc3bdcb2b0bf1d6c6ae749be0163e6d7ca813ecfba5e5f5d88970c73a9d12a9_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:6ed57940ac48d1e8ee12c28dc01132cc2c7c4926954096bcb7abc24776c24398_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-prom-label-proxy@sha256:6ed57940ac48d1e8ee12c28dc01132cc2c7c4926954096bcb7abc24776c24398_amd64" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:6ed57940ac48d1e8ee12c28dc01132cc2c7c4926954096bcb7abc24776c24398_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:db925a8ed36a1b705d7a88aefc59e96f92efa95277383c510ac1630f881d3f0c_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-alertmanager@sha256:db925a8ed36a1b705d7a88aefc59e96f92efa95277383c510ac1630f881d3f0c_amd64" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:db925a8ed36a1b705d7a88aefc59e96f92efa95277383c510ac1630f881d3f0c_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:b99eb84b4ae632da7f994a25deed84d299ba358ffca09d93c02b78fdfe259578_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-config-reloader@sha256:b99eb84b4ae632da7f994a25deed84d299ba358ffca09d93c02b78fdfe259578_amd64" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:b99eb84b4ae632da7f994a25deed84d299ba358ffca09d93c02b78fdfe259578_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:26af77641bd7a6c6daa4669309250e5e98f8a44b6f1562367003f7bdbcfb77f1_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-node-exporter@sha256:26af77641bd7a6c6daa4669309250e5e98f8a44b6f1562367003f7bdbcfb77f1_amd64" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:26af77641bd7a6c6daa4669309250e5e98f8a44b6f1562367003f7bdbcfb77f1_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:23b72d638653fa51dc8a2c0c4d46b092be75544a6a11143aaaa563804ff9550e_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-operator@sha256:23b72d638653fa51dc8a2c0c4d46b092be75544a6a11143aaaa563804ff9550e_amd64" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:23b72d638653fa51dc8a2c0c4d46b092be75544a6a11143aaaa563804ff9550e_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:91b840bbf21b792e0d749e1b29b42d05c4e93c422184defd0cea7d79c308846a_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus@sha256:91b840bbf21b792e0d749e1b29b42d05c4e93c422184defd0cea7d79c308846a_amd64" }, "product_reference": "openshift4/ose-prometheus@sha256:91b840bbf21b792e0d749e1b29b42d05c4e93c422184defd0cea7d79c308846a_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:f57ee886aa449aaeff6e49909d53746c2785bd7ab6b451d6cce0912684c33efe_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-service-ca-operator@sha256:f57ee886aa449aaeff6e49909d53746c2785bd7ab6b451d6cce0912684c33efe_amd64" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:f57ee886aa449aaeff6e49909d53746c2785bd7ab6b451d6cce0912684c33efe_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:b49995a2e256dd8ff1463f605dc81f21bdd3795797b12d635513de0b214ada15_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-telemeter@sha256:b49995a2e256dd8ff1463f605dc81f21bdd3795797b12d635513de0b214ada15_amd64" }, "product_reference": "openshift4/ose-telemeter@sha256:b49995a2e256dd8ff1463f605dc81f21bdd3795797b12d635513de0b214ada15_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:9718d5e50e6941a5ce281575372c89c95d90f479e6776d9287dd028365967355_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "7Server-RH7-RHOSE-4.3:openshift4/ose-tests@sha256:9718d5e50e6941a5ce281575372c89c95d90f479e6776d9287dd028365967355_amd64" }, "product_reference": "openshift4/ose-tests@sha256:9718d5e50e6941a5ce281575372c89c95d90f479e6776d9287dd028365967355_amd64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:794ffe21a7b408feed6c6616ff8a1cbe8710ea41f46f66d156d997ff042d5e87_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:794ffe21a7b408feed6c6616ff8a1cbe8710ea41f46f66d156d997ff042d5e87_amd64" }, "product_reference": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:794ffe21a7b408feed6c6616ff8a1cbe8710ea41f46f66d156d997ff042d5e87_amd64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-inspector-rhel8@sha256:4222c6a327cad220e46861c9a4b7ea500f037cb5f2348f59dbebde1b73e51ce7_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift4/ose-ironic-inspector-rhel8@sha256:4222c6a327cad220e46861c9a4b7ea500f037cb5f2348f59dbebde1b73e51ce7_amd64" }, "product_reference": "openshift4/ose-ironic-inspector-rhel8@sha256:4222c6a327cad220e46861c9a4b7ea500f037cb5f2348f59dbebde1b73e51ce7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:9dab031f2f79c1f602c635b76ffd49f36d812e1d2375572de792cbd11417f1f9_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:9dab031f2f79c1f602c635b76ffd49f36d812e1d2375572de792cbd11417f1f9_amd64" }, "product_reference": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:9dab031f2f79c1f602c635b76ffd49f36d812e1d2375572de792cbd11417f1f9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:796fc08bdfdb88cca8efec6c5fa0020ae0a48e73df43830cf28e014451524e58_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:796fc08bdfdb88cca8efec6c5fa0020ae0a48e73df43830cf28e014451524e58_amd64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:796fc08bdfdb88cca8efec6c5fa0020ae0a48e73df43830cf28e014451524e58_amd64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-rhel8@sha256:af700a1cb45374574f965bd228be3547752e3cd5858f92b008fced3382d7058a_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift4/ose-ironic-rhel8@sha256:af700a1cb45374574f965bd228be3547752e3cd5858f92b008fced3382d7058a_amd64" }, "product_reference": "openshift4/ose-ironic-rhel8@sha256:af700a1cb45374574f965bd228be3547752e3cd5858f92b008fced3382d7058a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4e7428bb69d67db1a8764b5cda39904ff28e9639199ef5728d1ec1e4dc9d495e_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4e7428bb69d67db1a8764b5cda39904ff28e9639199ef5728d1ec1e4dc9d495e_amd64" }, "product_reference": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4e7428bb69d67db1a8764b5cda39904ff28e9639199ef5728d1ec1e4dc9d495e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:3bdf92c405607240de040e15023cd5ab2640fc31a4ed9750e41765fa0cf4d758_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift4/ose-kuryr-cni-rhel8@sha256:3bdf92c405607240de040e15023cd5ab2640fc31a4ed9750e41765fa0cf4d758_amd64" }, "product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:3bdf92c405607240de040e15023cd5ab2640fc31a4ed9750e41765fa0cf4d758_amd64", "relates_to_product_reference": "8Base-RHOSE-4.3" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:84ce2c1480399488f846f8644532ecd08e4c048c81a65a994fa92b4fc3030896_amd64 as a component of Red Hat OpenShift Container Platform 4.3", "product_id": "8Base-RHOSE-4.3:openshift4/ose-kuryr-controller-rhel8@sha256:84ce2c1480399488f846f8644532ecd08e4c048c81a65a994fa92b4fc3030896_amd64" }, "product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:84ce2c1480399488f846f8644532ecd08e4c048c81a65a994fa92b4fc3030896_amd64", "relates_to_product_reference": "8Base-RHOSE-4.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-11840", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "discovery_date": "2019-03-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.3:openshift4/ose-aws-machine-controllers@sha256:96ad50c0bafdd4fdbfe48f4bf69c8ca20bba81c0fa857f8d37d550da2219148c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-azure-machine-controllers@sha256:d3c862dc76efe82edb9a29db423fd12cda3af34b131e4bcd0890e129e371cb12_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-baremetal-machine-controllers@sha256:d3069db2b26c1b66161e700ab8b50f2dd3a6d9eb7e8a2d29edad4eaabe40a6c1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cli-artifacts@sha256:21bef813eb3f7a4e9363c736ab802f47c7ab1a477bbc5127d06a3b4c32357c79_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cli@sha256:284d01ca7e20fab2f576fa3a011047dbd80e880d62ba86963b4131e9b1b45761_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cloud-credential-operator@sha256:1773268ac4f1ed0c9f27ac94fbc68a7ed56d1f745de4e649789dbb66c325d94a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-authentication-operator@sha256:a0b38882cb779a3f9ea1cbd333abb66812685f1649945226ea7dcae28dce54c9_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-autoscaler-operator@sha256:702706ac38dfdd0baacaa858d40e0bb58e0c612fa58167a998f55882e7d9538c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-autoscaler@sha256:59ae5a79f7579b59c6dfeab4ee21488d9d1de2eb501fb3ad83f76f05a3a1e1c1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-bootstrap@sha256:8dcda0b330bb56e505e096169860d32081f85735aa241daba41b56f9b54032a4_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-config-operator@sha256:e232e3e7c6902f749e4264229c67947fa5cfc248e7bf66db380d6333ba377238_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-dns-operator@sha256:c7ae77c9fa112a2b538e8ce1659243147c77ebb8d6bdc200f69d58daf7a77a09_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-image-registry-operator@sha256:ffa87c992c5a2c51290e6d67cb609f29893dd147c31cff639ff6785ae7a1cfe2_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-ingress-operator@sha256:9107a722c76c8c8932c2a28bd4d900ece7a817be26ebd940ae9e8d7607201f01_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-apiserver-operator@sha256:82da92bbb613ac348132603aa0b39a10978fb2f5c89954455b8777d3b68da944_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b76f8f4582d98133993414af5208d0a271f635542f7c553f1f3b49404d3efbb5_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-scheduler-operator@sha256:31f0ce692cd5609e07271fd64c592255083ca4d09c78b46c3704e3d69545789d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-machine-approver@sha256:a214477ad7e55c68226dec45a6c7d7e621d9df790151db98f7607ceb1a33e801_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-monitoring-operator@sha256:f0a89689401f1d836ef12e7a9d5119549026cdb28c71c0c96f3e947c957fe07d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-network-operator@sha256:14e59b09da6a818014ec9f6e0ed83fbfbb3d90f46097c1e66ef80594f0511b19_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-node-tuning-operator@sha256:8807e4b17886bf320c791b4a131607e515635cb26fe01fe9e7ed1718a0340dc0_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-openshift-apiserver-operator@sha256:00ec58112784d340179e045bc70399ac1bd509ae43c4411e934ced23d016b2a1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8123e4286ee4ff5935c09efc2472a8d3ca35ce51e7e0f0f54ea2058cae6221d8_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-samples-operator@sha256:73264887ad31031da31a193f5f6fe4499235ea2ae113c4cca315f34671bb92a7_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-storage-operator@sha256:4507c95b842563b29ca3e45d4c80856855bb24823ef618e15ecb6854a3afe431_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-update-keys@sha256:41db23a308387f34c1cc98bf5170843df3e5dab7768e5c47c0593d8ed085a1ae_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-version-operator@sha256:18006bbb619155222bfbc1d5af372b80dff8a22b386d8096b88434e99fd97ef3_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-configmap-reloader@sha256:31938e349d61db5146e6387b05f5af2bd8f3aa822f93d2d3546c5a4369d35186_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-console-operator@sha256:d6402c443c7c3469f3637f9e58366fea780e4d2464a0b1bcfea3c2d18167ae7a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-console@sha256:d6d433be9348624aa729410cc76bd7a9d5f71c2ec27c49aafbabbab18be0f16b_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-coredns@sha256:284195c16a37e10749452904ea6013010e7967e2a3c4b58e7b94665b58f22a7e_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-deployer@sha256:dd06a8ddfda407007ce348b59424b36a1a43c17bf48102219775e902daad7037_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-docker-builder@sha256:5b4d7ccfae31e068acba8065848d9c4ff206c0b4cf25e7792946a8752565a417_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-docker-registry@sha256:22aeef6864c2b168ba363866aa799a7949898976b4f89f50b4899ee9bf1fd86e_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-etcd@sha256:7c6de86b5f3140fa33a69477c286afc901b4ecd6e73e82d0ccfc8a0e0fe5e648_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-grafana@sha256:af15dc66cdc248eed3988ab49adc684dc85ce5429c855b1933fc8fb13296d61a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-haproxy-router@sha256:87c6ad4e9b3111fcd96eaba4857ab3bbed53d8cfda37c86be76ad61e2db4d5f2_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-installer-artifacts@sha256:2fc5146ce48ad7edb3cd162519483a0368ed7614a8544a9c474968900ca2b237_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-installer@sha256:537bedac3c10eed6f54ec061c2f4f52af0b2eb139b89519326fa6bcd28230756_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-jenkins-agent-maven@sha256:350cf998a4b63eb3233cd6104117c9ff1a389798eeaf9318a4fbd0788cfcb136_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-jenkins@sha256:dd5f1c5d14a8a72aa4ca51224c26a661c2e4f19ea3e5f9b7d8343f4952de5f0d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-k8s-prometheus-adapter@sha256:72b7df02f2f67c278036224111179c59b40342ce53d21be4c8d988af24c2f228_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-keepalived-ipfailover@sha256:a60f50e4e62d5908ed9f6f5e58b9e0fb6b0279c77eaa911db309caee1b54eca3_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-proxy@sha256:71a2fdcd1789e4e9451e19b5812d79d1f12a16a61cc6eb790e30993b304bd555_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-rbac-proxy@sha256:d7b1c8f2c94af9c767ab0f60f23f8fb5b7545fdfd7c10b1ef979b7701e495f36_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-state-metrics@sha256:fa07d12df9c1ba0f40d5f799207ccab2404518e578a912dec7833bde06ce17fa_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-libvirt-machine-controllers@sha256:58debef6496409ad07469140a6a62366aebd448c09e2b0e606b5747b56150c66_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-local-storage-static-provisioner@sha256:ed74a10b8ab286e656ddc69711d2e02d4f7bc661864bf306fb306a73c159e9fb_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-machine-api-operator@sha256:6f8916d4aa74f8b9a2d7d26b79be9ca6949dbb56b86bfbb6dd2f34d67bff9aa1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-machine-config-operator@sha256:328fe29aa1114807b2b4462488650a23a7dde77f63af0f45e6a2ccaabfb56850_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-multus-admission-controller@sha256:bbc0e9fbb5923f7019304a5b34fd653300f54fc9732c520bac8fa5390bf5dab5_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-multus-cni@sha256:7ca9f9543092ee337bc2d7461451a18d707f78b89d1ca924cee9ba5e7f9dc75f_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-must-gather@sha256:fa97dba5c09052c95c1f6471eb6a917cf18028368b2ce66dd95907aaa7bda4ac_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-oauth-proxy@sha256:13d5837cbf874b3d1a79254456f0a9a67af1f2872b79177b51e3c205a753dce9_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-openshift-apiserver-rhel7@sha256:248d2d3c94484a907bcf123d371f5349034802be877fc0cdab5391acf87da979_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-openshift-controller-manager-rhel7@sha256:d9b786c5fdf4a9a8ea56fa4d289b049722f19dae06388969178fda2cb02a9462_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-openstack-machine-controllers@sha256:9552704d9b1994f399dd709b34b953ea99665cddebc5e8e99cea8b459f6534ed_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-lifecycle-manager@sha256:dbde7140eb5c05e05252e2bc2891f47761aecf465803d08831c6b20c84bebbb8_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-marketplace@sha256:811346fb6951c166b2ee96c09feb173e50ec48167476bb2d4fcc4303f8ae7ecd_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-registry@sha256:77d73250630dbcdb0126c966f48629f25e86b770d1c8dcf00e8ceb1f11aac9b2_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-ovn-kubernetes@sha256:7d6ba1bcc4f403733e44cd2a008dafe1887501f7a3c74084566a4f4d1e46250d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-pod@sha256:2dc3bdcb2b0bf1d6c6ae749be0163e6d7ca813ecfba5e5f5d88970c73a9d12a9_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prom-label-proxy@sha256:6ed57940ac48d1e8ee12c28dc01132cc2c7c4926954096bcb7abc24776c24398_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-alertmanager@sha256:db925a8ed36a1b705d7a88aefc59e96f92efa95277383c510ac1630f881d3f0c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-config-reloader@sha256:b99eb84b4ae632da7f994a25deed84d299ba358ffca09d93c02b78fdfe259578_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-node-exporter@sha256:26af77641bd7a6c6daa4669309250e5e98f8a44b6f1562367003f7bdbcfb77f1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-operator@sha256:23b72d638653fa51dc8a2c0c4d46b092be75544a6a11143aaaa563804ff9550e_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus@sha256:91b840bbf21b792e0d749e1b29b42d05c4e93c422184defd0cea7d79c308846a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-service-ca-operator@sha256:f57ee886aa449aaeff6e49909d53746c2785bd7ab6b451d6cce0912684c33efe_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-telemeter@sha256:b49995a2e256dd8ff1463f605dc81f21bdd3795797b12d635513de0b214ada15_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-tests@sha256:9718d5e50e6941a5ce281575372c89c95d90f479e6776d9287dd028365967355_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:794ffe21a7b408feed6c6616ff8a1cbe8710ea41f46f66d156d997ff042d5e87_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-inspector-rhel8@sha256:4222c6a327cad220e46861c9a4b7ea500f037cb5f2348f59dbebde1b73e51ce7_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:9dab031f2f79c1f602c635b76ffd49f36d812e1d2375572de792cbd11417f1f9_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:796fc08bdfdb88cca8efec6c5fa0020ae0a48e73df43830cf28e014451524e58_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-rhel8@sha256:af700a1cb45374574f965bd228be3547752e3cd5858f92b008fced3382d7058a_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4e7428bb69d67db1a8764b5cda39904ff28e9639199ef5728d1ec1e4dc9d495e_amd64", "8Base-RHOSE-4.3:openshift4/ose-kuryr-cni-rhel8@sha256:3bdf92c405607240de040e15023cd5ab2640fc31a4ed9750e41765fa0cf4d758_amd64", "8Base-RHOSE-4.3:openshift4/ose-kuryr-controller-rhel8@sha256:84ce2c1480399488f846f8644532ecd08e4c048c81a65a994fa92b4fc3030896_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1691529" } ], "notes": [ { "category": "description", "text": "An issue was discovered in the supplementary Go cryptography library, golang.org/x/crypto, before v0.0.0-20190320223903-b7391e95e576. A flaw was found in the amd64 implementation of the golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa packages. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto: Keystream loop in amd64 assembly when overflowing 32-bit counter", "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": [ "7Server-RH7-RHOSE-4.3:openshift4/ose-hyperkube@sha256:e656289cf230d0a9ab678b14fe6890f7e3101ee7b2daf0ab24363240ec6cb1c1_amd64" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.3:openshift4/ose-aws-machine-controllers@sha256:96ad50c0bafdd4fdbfe48f4bf69c8ca20bba81c0fa857f8d37d550da2219148c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-azure-machine-controllers@sha256:d3c862dc76efe82edb9a29db423fd12cda3af34b131e4bcd0890e129e371cb12_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-baremetal-machine-controllers@sha256:d3069db2b26c1b66161e700ab8b50f2dd3a6d9eb7e8a2d29edad4eaabe40a6c1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cli-artifacts@sha256:21bef813eb3f7a4e9363c736ab802f47c7ab1a477bbc5127d06a3b4c32357c79_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cli@sha256:284d01ca7e20fab2f576fa3a011047dbd80e880d62ba86963b4131e9b1b45761_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cloud-credential-operator@sha256:1773268ac4f1ed0c9f27ac94fbc68a7ed56d1f745de4e649789dbb66c325d94a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-authentication-operator@sha256:a0b38882cb779a3f9ea1cbd333abb66812685f1649945226ea7dcae28dce54c9_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-autoscaler-operator@sha256:702706ac38dfdd0baacaa858d40e0bb58e0c612fa58167a998f55882e7d9538c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-autoscaler@sha256:59ae5a79f7579b59c6dfeab4ee21488d9d1de2eb501fb3ad83f76f05a3a1e1c1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-bootstrap@sha256:8dcda0b330bb56e505e096169860d32081f85735aa241daba41b56f9b54032a4_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-config-operator@sha256:e232e3e7c6902f749e4264229c67947fa5cfc248e7bf66db380d6333ba377238_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-dns-operator@sha256:c7ae77c9fa112a2b538e8ce1659243147c77ebb8d6bdc200f69d58daf7a77a09_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-image-registry-operator@sha256:ffa87c992c5a2c51290e6d67cb609f29893dd147c31cff639ff6785ae7a1cfe2_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-ingress-operator@sha256:9107a722c76c8c8932c2a28bd4d900ece7a817be26ebd940ae9e8d7607201f01_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-apiserver-operator@sha256:82da92bbb613ac348132603aa0b39a10978fb2f5c89954455b8777d3b68da944_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b76f8f4582d98133993414af5208d0a271f635542f7c553f1f3b49404d3efbb5_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-scheduler-operator@sha256:31f0ce692cd5609e07271fd64c592255083ca4d09c78b46c3704e3d69545789d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-machine-approver@sha256:a214477ad7e55c68226dec45a6c7d7e621d9df790151db98f7607ceb1a33e801_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-monitoring-operator@sha256:f0a89689401f1d836ef12e7a9d5119549026cdb28c71c0c96f3e947c957fe07d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-network-operator@sha256:14e59b09da6a818014ec9f6e0ed83fbfbb3d90f46097c1e66ef80594f0511b19_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-node-tuning-operator@sha256:8807e4b17886bf320c791b4a131607e515635cb26fe01fe9e7ed1718a0340dc0_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-openshift-apiserver-operator@sha256:00ec58112784d340179e045bc70399ac1bd509ae43c4411e934ced23d016b2a1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8123e4286ee4ff5935c09efc2472a8d3ca35ce51e7e0f0f54ea2058cae6221d8_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-samples-operator@sha256:73264887ad31031da31a193f5f6fe4499235ea2ae113c4cca315f34671bb92a7_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-storage-operator@sha256:4507c95b842563b29ca3e45d4c80856855bb24823ef618e15ecb6854a3afe431_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-update-keys@sha256:41db23a308387f34c1cc98bf5170843df3e5dab7768e5c47c0593d8ed085a1ae_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-version-operator@sha256:18006bbb619155222bfbc1d5af372b80dff8a22b386d8096b88434e99fd97ef3_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-configmap-reloader@sha256:31938e349d61db5146e6387b05f5af2bd8f3aa822f93d2d3546c5a4369d35186_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-console-operator@sha256:d6402c443c7c3469f3637f9e58366fea780e4d2464a0b1bcfea3c2d18167ae7a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-console@sha256:d6d433be9348624aa729410cc76bd7a9d5f71c2ec27c49aafbabbab18be0f16b_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-coredns@sha256:284195c16a37e10749452904ea6013010e7967e2a3c4b58e7b94665b58f22a7e_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-deployer@sha256:dd06a8ddfda407007ce348b59424b36a1a43c17bf48102219775e902daad7037_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-docker-builder@sha256:5b4d7ccfae31e068acba8065848d9c4ff206c0b4cf25e7792946a8752565a417_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-docker-registry@sha256:22aeef6864c2b168ba363866aa799a7949898976b4f89f50b4899ee9bf1fd86e_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-etcd@sha256:7c6de86b5f3140fa33a69477c286afc901b4ecd6e73e82d0ccfc8a0e0fe5e648_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-grafana@sha256:af15dc66cdc248eed3988ab49adc684dc85ce5429c855b1933fc8fb13296d61a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-haproxy-router@sha256:87c6ad4e9b3111fcd96eaba4857ab3bbed53d8cfda37c86be76ad61e2db4d5f2_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-installer-artifacts@sha256:2fc5146ce48ad7edb3cd162519483a0368ed7614a8544a9c474968900ca2b237_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-installer@sha256:537bedac3c10eed6f54ec061c2f4f52af0b2eb139b89519326fa6bcd28230756_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-jenkins-agent-maven@sha256:350cf998a4b63eb3233cd6104117c9ff1a389798eeaf9318a4fbd0788cfcb136_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-jenkins@sha256:dd5f1c5d14a8a72aa4ca51224c26a661c2e4f19ea3e5f9b7d8343f4952de5f0d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-k8s-prometheus-adapter@sha256:72b7df02f2f67c278036224111179c59b40342ce53d21be4c8d988af24c2f228_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-keepalived-ipfailover@sha256:a60f50e4e62d5908ed9f6f5e58b9e0fb6b0279c77eaa911db309caee1b54eca3_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-proxy@sha256:71a2fdcd1789e4e9451e19b5812d79d1f12a16a61cc6eb790e30993b304bd555_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-rbac-proxy@sha256:d7b1c8f2c94af9c767ab0f60f23f8fb5b7545fdfd7c10b1ef979b7701e495f36_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-state-metrics@sha256:fa07d12df9c1ba0f40d5f799207ccab2404518e578a912dec7833bde06ce17fa_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-libvirt-machine-controllers@sha256:58debef6496409ad07469140a6a62366aebd448c09e2b0e606b5747b56150c66_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-local-storage-static-provisioner@sha256:ed74a10b8ab286e656ddc69711d2e02d4f7bc661864bf306fb306a73c159e9fb_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-machine-api-operator@sha256:6f8916d4aa74f8b9a2d7d26b79be9ca6949dbb56b86bfbb6dd2f34d67bff9aa1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-machine-config-operator@sha256:328fe29aa1114807b2b4462488650a23a7dde77f63af0f45e6a2ccaabfb56850_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-multus-admission-controller@sha256:bbc0e9fbb5923f7019304a5b34fd653300f54fc9732c520bac8fa5390bf5dab5_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-multus-cni@sha256:7ca9f9543092ee337bc2d7461451a18d707f78b89d1ca924cee9ba5e7f9dc75f_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-must-gather@sha256:fa97dba5c09052c95c1f6471eb6a917cf18028368b2ce66dd95907aaa7bda4ac_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-oauth-proxy@sha256:13d5837cbf874b3d1a79254456f0a9a67af1f2872b79177b51e3c205a753dce9_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-openshift-apiserver-rhel7@sha256:248d2d3c94484a907bcf123d371f5349034802be877fc0cdab5391acf87da979_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-openshift-controller-manager-rhel7@sha256:d9b786c5fdf4a9a8ea56fa4d289b049722f19dae06388969178fda2cb02a9462_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-openstack-machine-controllers@sha256:9552704d9b1994f399dd709b34b953ea99665cddebc5e8e99cea8b459f6534ed_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-lifecycle-manager@sha256:dbde7140eb5c05e05252e2bc2891f47761aecf465803d08831c6b20c84bebbb8_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-marketplace@sha256:811346fb6951c166b2ee96c09feb173e50ec48167476bb2d4fcc4303f8ae7ecd_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-registry@sha256:77d73250630dbcdb0126c966f48629f25e86b770d1c8dcf00e8ceb1f11aac9b2_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-ovn-kubernetes@sha256:7d6ba1bcc4f403733e44cd2a008dafe1887501f7a3c74084566a4f4d1e46250d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-pod@sha256:2dc3bdcb2b0bf1d6c6ae749be0163e6d7ca813ecfba5e5f5d88970c73a9d12a9_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prom-label-proxy@sha256:6ed57940ac48d1e8ee12c28dc01132cc2c7c4926954096bcb7abc24776c24398_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-alertmanager@sha256:db925a8ed36a1b705d7a88aefc59e96f92efa95277383c510ac1630f881d3f0c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-config-reloader@sha256:b99eb84b4ae632da7f994a25deed84d299ba358ffca09d93c02b78fdfe259578_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-node-exporter@sha256:26af77641bd7a6c6daa4669309250e5e98f8a44b6f1562367003f7bdbcfb77f1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-operator@sha256:23b72d638653fa51dc8a2c0c4d46b092be75544a6a11143aaaa563804ff9550e_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus@sha256:91b840bbf21b792e0d749e1b29b42d05c4e93c422184defd0cea7d79c308846a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-service-ca-operator@sha256:f57ee886aa449aaeff6e49909d53746c2785bd7ab6b451d6cce0912684c33efe_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-telemeter@sha256:b49995a2e256dd8ff1463f605dc81f21bdd3795797b12d635513de0b214ada15_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-tests@sha256:9718d5e50e6941a5ce281575372c89c95d90f479e6776d9287dd028365967355_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:794ffe21a7b408feed6c6616ff8a1cbe8710ea41f46f66d156d997ff042d5e87_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-inspector-rhel8@sha256:4222c6a327cad220e46861c9a4b7ea500f037cb5f2348f59dbebde1b73e51ce7_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:9dab031f2f79c1f602c635b76ffd49f36d812e1d2375572de792cbd11417f1f9_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:796fc08bdfdb88cca8efec6c5fa0020ae0a48e73df43830cf28e014451524e58_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-rhel8@sha256:af700a1cb45374574f965bd228be3547752e3cd5858f92b008fced3382d7058a_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4e7428bb69d67db1a8764b5cda39904ff28e9639199ef5728d1ec1e4dc9d495e_amd64", "8Base-RHOSE-4.3:openshift4/ose-kuryr-cni-rhel8@sha256:3bdf92c405607240de040e15023cd5ab2640fc31a4ed9750e41765fa0cf4d758_amd64", "8Base-RHOSE-4.3:openshift4/ose-kuryr-controller-rhel8@sha256:84ce2c1480399488f846f8644532ecd08e4c048c81a65a994fa92b4fc3030896_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11840" }, { "category": "external", "summary": "RHBZ#1691529", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691529" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11840", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11840" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11840", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11840" }, { "category": "external", "summary": "https://groups.google.com/forum/#!msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ", "url": "https://groups.google.com/forum/#!msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ" } ], "release_date": "2019-03-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-01-23T11:03:26+00:00", "details": "Before applying this update, ensure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "7Server-RH7-RHOSE-4.3:openshift4/ose-hyperkube@sha256:e656289cf230d0a9ab678b14fe6890f7e3101ee7b2daf0ab24363240ec6cb1c1_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:0062" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.3:openshift4/ose-hyperkube@sha256:e656289cf230d0a9ab678b14fe6890f7e3101ee7b2daf0ab24363240ec6cb1c1_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/crypto: Keystream loop in amd64 assembly when overflowing 32-bit counter" }, { "cve": "CVE-2019-16276", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2019-09-26T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.3:openshift4/ose-cli-artifacts@sha256:21bef813eb3f7a4e9363c736ab802f47c7ab1a477bbc5127d06a3b4c32357c79_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cli@sha256:284d01ca7e20fab2f576fa3a011047dbd80e880d62ba86963b4131e9b1b45761_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-authentication-operator@sha256:a0b38882cb779a3f9ea1cbd333abb66812685f1649945226ea7dcae28dce54c9_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-dns-operator@sha256:c7ae77c9fa112a2b538e8ce1659243147c77ebb8d6bdc200f69d58daf7a77a09_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-image-registry-operator@sha256:ffa87c992c5a2c51290e6d67cb609f29893dd147c31cff639ff6785ae7a1cfe2_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-ingress-operator@sha256:9107a722c76c8c8932c2a28bd4d900ece7a817be26ebd940ae9e8d7607201f01_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-apiserver-operator@sha256:82da92bbb613ac348132603aa0b39a10978fb2f5c89954455b8777d3b68da944_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b76f8f4582d98133993414af5208d0a271f635542f7c553f1f3b49404d3efbb5_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-scheduler-operator@sha256:31f0ce692cd5609e07271fd64c592255083ca4d09c78b46c3704e3d69545789d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-openshift-apiserver-operator@sha256:00ec58112784d340179e045bc70399ac1bd509ae43c4411e934ced23d016b2a1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8123e4286ee4ff5935c09efc2472a8d3ca35ce51e7e0f0f54ea2058cae6221d8_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-update-keys@sha256:41db23a308387f34c1cc98bf5170843df3e5dab7768e5c47c0593d8ed085a1ae_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-version-operator@sha256:18006bbb619155222bfbc1d5af372b80dff8a22b386d8096b88434e99fd97ef3_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-console-operator@sha256:d6402c443c7c3469f3637f9e58366fea780e4d2464a0b1bcfea3c2d18167ae7a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-coredns@sha256:284195c16a37e10749452904ea6013010e7967e2a3c4b58e7b94665b58f22a7e_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-deployer@sha256:dd06a8ddfda407007ce348b59424b36a1a43c17bf48102219775e902daad7037_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-haproxy-router@sha256:87c6ad4e9b3111fcd96eaba4857ab3bbed53d8cfda37c86be76ad61e2db4d5f2_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-hyperkube@sha256:e656289cf230d0a9ab678b14fe6890f7e3101ee7b2daf0ab24363240ec6cb1c1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-installer-artifacts@sha256:2fc5146ce48ad7edb3cd162519483a0368ed7614a8544a9c474968900ca2b237_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-installer@sha256:537bedac3c10eed6f54ec061c2f4f52af0b2eb139b89519326fa6bcd28230756_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-jenkins-agent-maven@sha256:350cf998a4b63eb3233cd6104117c9ff1a389798eeaf9318a4fbd0788cfcb136_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-jenkins@sha256:dd5f1c5d14a8a72aa4ca51224c26a661c2e4f19ea3e5f9b7d8343f4952de5f0d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-keepalived-ipfailover@sha256:a60f50e4e62d5908ed9f6f5e58b9e0fb6b0279c77eaa911db309caee1b54eca3_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-proxy@sha256:71a2fdcd1789e4e9451e19b5812d79d1f12a16a61cc6eb790e30993b304bd555_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-oauth-proxy@sha256:13d5837cbf874b3d1a79254456f0a9a67af1f2872b79177b51e3c205a753dce9_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-openshift-apiserver-rhel7@sha256:248d2d3c94484a907bcf123d371f5349034802be877fc0cdab5391acf87da979_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-openshift-controller-manager-rhel7@sha256:d9b786c5fdf4a9a8ea56fa4d289b049722f19dae06388969178fda2cb02a9462_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-lifecycle-manager@sha256:dbde7140eb5c05e05252e2bc2891f47761aecf465803d08831c6b20c84bebbb8_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-registry@sha256:77d73250630dbcdb0126c966f48629f25e86b770d1c8dcf00e8ceb1f11aac9b2_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-alertmanager@sha256:db925a8ed36a1b705d7a88aefc59e96f92efa95277383c510ac1630f881d3f0c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-node-exporter@sha256:26af77641bd7a6c6daa4669309250e5e98f8a44b6f1562367003f7bdbcfb77f1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-operator@sha256:23b72d638653fa51dc8a2c0c4d46b092be75544a6a11143aaaa563804ff9550e_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus@sha256:91b840bbf21b792e0d749e1b29b42d05c4e93c422184defd0cea7d79c308846a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-service-ca-operator@sha256:f57ee886aa449aaeff6e49909d53746c2785bd7ab6b451d6cce0912684c33efe_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-tests@sha256:9718d5e50e6941a5ce281575372c89c95d90f479e6776d9287dd028365967355_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:794ffe21a7b408feed6c6616ff8a1cbe8710ea41f46f66d156d997ff042d5e87_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-inspector-rhel8@sha256:4222c6a327cad220e46861c9a4b7ea500f037cb5f2348f59dbebde1b73e51ce7_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:9dab031f2f79c1f602c635b76ffd49f36d812e1d2375572de792cbd11417f1f9_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:796fc08bdfdb88cca8efec6c5fa0020ae0a48e73df43830cf28e014451524e58_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-rhel8@sha256:af700a1cb45374574f965bd228be3547752e3cd5858f92b008fced3382d7058a_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4e7428bb69d67db1a8764b5cda39904ff28e9639199ef5728d1ec1e4dc9d495e_amd64", "8Base-RHOSE-4.3:openshift4/ose-kuryr-controller-rhel8@sha256:84ce2c1480399488f846f8644532ecd08e4c048c81a65a994fa92b4fc3030896_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1755969" } ], "notes": [ { "category": "description", "text": "It was discovered that net/http (through net/textproto) in golang does not correctly interpret HTTP requests where an HTTP header contains spaces before the colon. This could be abused by an attacker to smuggle HTTP requests when a proxy or a firewall is placed behind a server implemented in Go or to filter bypasses depending on the specific network configuration.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: HTTP/1.1 headers with a space before the colon leads to filter bypass or request smuggling", "title": "Vulnerability summary" }, { "category": "other", "text": "* This issue affects the versions of golang as shipped with Red Hat Enterprise Linux 7, however it was deprecated in Red Hat Enterprise Linux 7.6 and it does not receive updates anymore. Developers are encouraged to use the Go Toolset instead, which is available through the Red Hat Developer program. See https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.6_release_notes/chap-red_hat_enterprise_linux-7.6_release_notes-other_deprecated_functionality#idm140555585405248.\n* The version of golang provided in Red Hat Gluster Storage 3, Red Hat Ceph Storage 2 and Red Hat Ceph Storage 3 allows filter bypasses or request smuggling and contains the vulnerable code hence affected by this vulnerability.\n* In OpenShift Container Platform, all packages and container images built with a vulnerable version of Go and use the net/http package are affected by this flaw.", "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": [ "7Server-RH7-RHOSE-4.3:openshift4/ose-aws-machine-controllers@sha256:96ad50c0bafdd4fdbfe48f4bf69c8ca20bba81c0fa857f8d37d550da2219148c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-azure-machine-controllers@sha256:d3c862dc76efe82edb9a29db423fd12cda3af34b131e4bcd0890e129e371cb12_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-baremetal-machine-controllers@sha256:d3069db2b26c1b66161e700ab8b50f2dd3a6d9eb7e8a2d29edad4eaabe40a6c1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cloud-credential-operator@sha256:1773268ac4f1ed0c9f27ac94fbc68a7ed56d1f745de4e649789dbb66c325d94a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-autoscaler-operator@sha256:702706ac38dfdd0baacaa858d40e0bb58e0c612fa58167a998f55882e7d9538c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-autoscaler@sha256:59ae5a79f7579b59c6dfeab4ee21488d9d1de2eb501fb3ad83f76f05a3a1e1c1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-bootstrap@sha256:8dcda0b330bb56e505e096169860d32081f85735aa241daba41b56f9b54032a4_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-config-operator@sha256:e232e3e7c6902f749e4264229c67947fa5cfc248e7bf66db380d6333ba377238_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-machine-approver@sha256:a214477ad7e55c68226dec45a6c7d7e621d9df790151db98f7607ceb1a33e801_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-monitoring-operator@sha256:f0a89689401f1d836ef12e7a9d5119549026cdb28c71c0c96f3e947c957fe07d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-network-operator@sha256:14e59b09da6a818014ec9f6e0ed83fbfbb3d90f46097c1e66ef80594f0511b19_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-node-tuning-operator@sha256:8807e4b17886bf320c791b4a131607e515635cb26fe01fe9e7ed1718a0340dc0_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-samples-operator@sha256:73264887ad31031da31a193f5f6fe4499235ea2ae113c4cca315f34671bb92a7_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-storage-operator@sha256:4507c95b842563b29ca3e45d4c80856855bb24823ef618e15ecb6854a3afe431_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-configmap-reloader@sha256:31938e349d61db5146e6387b05f5af2bd8f3aa822f93d2d3546c5a4369d35186_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-console@sha256:d6d433be9348624aa729410cc76bd7a9d5f71c2ec27c49aafbabbab18be0f16b_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-docker-builder@sha256:5b4d7ccfae31e068acba8065848d9c4ff206c0b4cf25e7792946a8752565a417_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-docker-registry@sha256:22aeef6864c2b168ba363866aa799a7949898976b4f89f50b4899ee9bf1fd86e_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-etcd@sha256:7c6de86b5f3140fa33a69477c286afc901b4ecd6e73e82d0ccfc8a0e0fe5e648_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-grafana@sha256:af15dc66cdc248eed3988ab49adc684dc85ce5429c855b1933fc8fb13296d61a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-k8s-prometheus-adapter@sha256:72b7df02f2f67c278036224111179c59b40342ce53d21be4c8d988af24c2f228_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-rbac-proxy@sha256:d7b1c8f2c94af9c767ab0f60f23f8fb5b7545fdfd7c10b1ef979b7701e495f36_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-state-metrics@sha256:fa07d12df9c1ba0f40d5f799207ccab2404518e578a912dec7833bde06ce17fa_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-libvirt-machine-controllers@sha256:58debef6496409ad07469140a6a62366aebd448c09e2b0e606b5747b56150c66_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-local-storage-static-provisioner@sha256:ed74a10b8ab286e656ddc69711d2e02d4f7bc661864bf306fb306a73c159e9fb_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-machine-api-operator@sha256:6f8916d4aa74f8b9a2d7d26b79be9ca6949dbb56b86bfbb6dd2f34d67bff9aa1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-machine-config-operator@sha256:328fe29aa1114807b2b4462488650a23a7dde77f63af0f45e6a2ccaabfb56850_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-multus-admission-controller@sha256:bbc0e9fbb5923f7019304a5b34fd653300f54fc9732c520bac8fa5390bf5dab5_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-multus-cni@sha256:7ca9f9543092ee337bc2d7461451a18d707f78b89d1ca924cee9ba5e7f9dc75f_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-must-gather@sha256:fa97dba5c09052c95c1f6471eb6a917cf18028368b2ce66dd95907aaa7bda4ac_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-openstack-machine-controllers@sha256:9552704d9b1994f399dd709b34b953ea99665cddebc5e8e99cea8b459f6534ed_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-marketplace@sha256:811346fb6951c166b2ee96c09feb173e50ec48167476bb2d4fcc4303f8ae7ecd_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-ovn-kubernetes@sha256:7d6ba1bcc4f403733e44cd2a008dafe1887501f7a3c74084566a4f4d1e46250d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-pod@sha256:2dc3bdcb2b0bf1d6c6ae749be0163e6d7ca813ecfba5e5f5d88970c73a9d12a9_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prom-label-proxy@sha256:6ed57940ac48d1e8ee12c28dc01132cc2c7c4926954096bcb7abc24776c24398_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-config-reloader@sha256:b99eb84b4ae632da7f994a25deed84d299ba358ffca09d93c02b78fdfe259578_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-telemeter@sha256:b49995a2e256dd8ff1463f605dc81f21bdd3795797b12d635513de0b214ada15_amd64", "8Base-RHOSE-4.3:openshift4/ose-kuryr-cni-rhel8@sha256:3bdf92c405607240de040e15023cd5ab2640fc31a4ed9750e41765fa0cf4d758_amd64" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.3:openshift4/ose-cli-artifacts@sha256:21bef813eb3f7a4e9363c736ab802f47c7ab1a477bbc5127d06a3b4c32357c79_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cli@sha256:284d01ca7e20fab2f576fa3a011047dbd80e880d62ba86963b4131e9b1b45761_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-authentication-operator@sha256:a0b38882cb779a3f9ea1cbd333abb66812685f1649945226ea7dcae28dce54c9_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-dns-operator@sha256:c7ae77c9fa112a2b538e8ce1659243147c77ebb8d6bdc200f69d58daf7a77a09_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-image-registry-operator@sha256:ffa87c992c5a2c51290e6d67cb609f29893dd147c31cff639ff6785ae7a1cfe2_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-ingress-operator@sha256:9107a722c76c8c8932c2a28bd4d900ece7a817be26ebd940ae9e8d7607201f01_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-apiserver-operator@sha256:82da92bbb613ac348132603aa0b39a10978fb2f5c89954455b8777d3b68da944_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b76f8f4582d98133993414af5208d0a271f635542f7c553f1f3b49404d3efbb5_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-kube-scheduler-operator@sha256:31f0ce692cd5609e07271fd64c592255083ca4d09c78b46c3704e3d69545789d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-openshift-apiserver-operator@sha256:00ec58112784d340179e045bc70399ac1bd509ae43c4411e934ced23d016b2a1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8123e4286ee4ff5935c09efc2472a8d3ca35ce51e7e0f0f54ea2058cae6221d8_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-update-keys@sha256:41db23a308387f34c1cc98bf5170843df3e5dab7768e5c47c0593d8ed085a1ae_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-version-operator@sha256:18006bbb619155222bfbc1d5af372b80dff8a22b386d8096b88434e99fd97ef3_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-console-operator@sha256:d6402c443c7c3469f3637f9e58366fea780e4d2464a0b1bcfea3c2d18167ae7a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-coredns@sha256:284195c16a37e10749452904ea6013010e7967e2a3c4b58e7b94665b58f22a7e_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-deployer@sha256:dd06a8ddfda407007ce348b59424b36a1a43c17bf48102219775e902daad7037_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-haproxy-router@sha256:87c6ad4e9b3111fcd96eaba4857ab3bbed53d8cfda37c86be76ad61e2db4d5f2_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-hyperkube@sha256:e656289cf230d0a9ab678b14fe6890f7e3101ee7b2daf0ab24363240ec6cb1c1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-installer-artifacts@sha256:2fc5146ce48ad7edb3cd162519483a0368ed7614a8544a9c474968900ca2b237_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-installer@sha256:537bedac3c10eed6f54ec061c2f4f52af0b2eb139b89519326fa6bcd28230756_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-jenkins-agent-maven@sha256:350cf998a4b63eb3233cd6104117c9ff1a389798eeaf9318a4fbd0788cfcb136_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-jenkins@sha256:dd5f1c5d14a8a72aa4ca51224c26a661c2e4f19ea3e5f9b7d8343f4952de5f0d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-keepalived-ipfailover@sha256:a60f50e4e62d5908ed9f6f5e58b9e0fb6b0279c77eaa911db309caee1b54eca3_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-proxy@sha256:71a2fdcd1789e4e9451e19b5812d79d1f12a16a61cc6eb790e30993b304bd555_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-oauth-proxy@sha256:13d5837cbf874b3d1a79254456f0a9a67af1f2872b79177b51e3c205a753dce9_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-openshift-apiserver-rhel7@sha256:248d2d3c94484a907bcf123d371f5349034802be877fc0cdab5391acf87da979_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-openshift-controller-manager-rhel7@sha256:d9b786c5fdf4a9a8ea56fa4d289b049722f19dae06388969178fda2cb02a9462_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-lifecycle-manager@sha256:dbde7140eb5c05e05252e2bc2891f47761aecf465803d08831c6b20c84bebbb8_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-registry@sha256:77d73250630dbcdb0126c966f48629f25e86b770d1c8dcf00e8ceb1f11aac9b2_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-alertmanager@sha256:db925a8ed36a1b705d7a88aefc59e96f92efa95277383c510ac1630f881d3f0c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-node-exporter@sha256:26af77641bd7a6c6daa4669309250e5e98f8a44b6f1562367003f7bdbcfb77f1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-operator@sha256:23b72d638653fa51dc8a2c0c4d46b092be75544a6a11143aaaa563804ff9550e_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus@sha256:91b840bbf21b792e0d749e1b29b42d05c4e93c422184defd0cea7d79c308846a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-service-ca-operator@sha256:f57ee886aa449aaeff6e49909d53746c2785bd7ab6b451d6cce0912684c33efe_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-tests@sha256:9718d5e50e6941a5ce281575372c89c95d90f479e6776d9287dd028365967355_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:794ffe21a7b408feed6c6616ff8a1cbe8710ea41f46f66d156d997ff042d5e87_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-inspector-rhel8@sha256:4222c6a327cad220e46861c9a4b7ea500f037cb5f2348f59dbebde1b73e51ce7_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:9dab031f2f79c1f602c635b76ffd49f36d812e1d2375572de792cbd11417f1f9_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:796fc08bdfdb88cca8efec6c5fa0020ae0a48e73df43830cf28e014451524e58_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-rhel8@sha256:af700a1cb45374574f965bd228be3547752e3cd5858f92b008fced3382d7058a_amd64", "8Base-RHOSE-4.3:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4e7428bb69d67db1a8764b5cda39904ff28e9639199ef5728d1ec1e4dc9d495e_amd64", "8Base-RHOSE-4.3:openshift4/ose-kuryr-controller-rhel8@sha256:84ce2c1480399488f846f8644532ecd08e4c048c81a65a994fa92b4fc3030896_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16276" }, { "category": "external", "summary": "RHBZ#1755969", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1755969" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16276", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16276" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16276", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16276" }, { "category": "external", "summary": "https://groups.google.com/forum/#!msg/golang-announce/cszieYyuL9Q/g4Z7pKaqAgAJ", "url": "https://groups.google.com/forum/#!msg/golang-announce/cszieYyuL9Q/g4Z7pKaqAgAJ" } ], "release_date": "2019-09-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-01-23T11:03:26+00:00", "details": "Before applying this update, ensure all previously released errata\nrelevant to your system have been applied.", "product_ids": [ "7Server-RH7-RHOSE-4.3:openshift4/ose-aws-machine-controllers@sha256:96ad50c0bafdd4fdbfe48f4bf69c8ca20bba81c0fa857f8d37d550da2219148c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-azure-machine-controllers@sha256:d3c862dc76efe82edb9a29db423fd12cda3af34b131e4bcd0890e129e371cb12_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-baremetal-machine-controllers@sha256:d3069db2b26c1b66161e700ab8b50f2dd3a6d9eb7e8a2d29edad4eaabe40a6c1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cloud-credential-operator@sha256:1773268ac4f1ed0c9f27ac94fbc68a7ed56d1f745de4e649789dbb66c325d94a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-autoscaler-operator@sha256:702706ac38dfdd0baacaa858d40e0bb58e0c612fa58167a998f55882e7d9538c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-autoscaler@sha256:59ae5a79f7579b59c6dfeab4ee21488d9d1de2eb501fb3ad83f76f05a3a1e1c1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-bootstrap@sha256:8dcda0b330bb56e505e096169860d32081f85735aa241daba41b56f9b54032a4_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-config-operator@sha256:e232e3e7c6902f749e4264229c67947fa5cfc248e7bf66db380d6333ba377238_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-machine-approver@sha256:a214477ad7e55c68226dec45a6c7d7e621d9df790151db98f7607ceb1a33e801_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-monitoring-operator@sha256:f0a89689401f1d836ef12e7a9d5119549026cdb28c71c0c96f3e947c957fe07d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-network-operator@sha256:14e59b09da6a818014ec9f6e0ed83fbfbb3d90f46097c1e66ef80594f0511b19_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-node-tuning-operator@sha256:8807e4b17886bf320c791b4a131607e515635cb26fe01fe9e7ed1718a0340dc0_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-samples-operator@sha256:73264887ad31031da31a193f5f6fe4499235ea2ae113c4cca315f34671bb92a7_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-storage-operator@sha256:4507c95b842563b29ca3e45d4c80856855bb24823ef618e15ecb6854a3afe431_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-configmap-reloader@sha256:31938e349d61db5146e6387b05f5af2bd8f3aa822f93d2d3546c5a4369d35186_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-console@sha256:d6d433be9348624aa729410cc76bd7a9d5f71c2ec27c49aafbabbab18be0f16b_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-docker-builder@sha256:5b4d7ccfae31e068acba8065848d9c4ff206c0b4cf25e7792946a8752565a417_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-docker-registry@sha256:22aeef6864c2b168ba363866aa799a7949898976b4f89f50b4899ee9bf1fd86e_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-etcd@sha256:7c6de86b5f3140fa33a69477c286afc901b4ecd6e73e82d0ccfc8a0e0fe5e648_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-grafana@sha256:af15dc66cdc248eed3988ab49adc684dc85ce5429c855b1933fc8fb13296d61a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-k8s-prometheus-adapter@sha256:72b7df02f2f67c278036224111179c59b40342ce53d21be4c8d988af24c2f228_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-rbac-proxy@sha256:d7b1c8f2c94af9c767ab0f60f23f8fb5b7545fdfd7c10b1ef979b7701e495f36_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-state-metrics@sha256:fa07d12df9c1ba0f40d5f799207ccab2404518e578a912dec7833bde06ce17fa_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-libvirt-machine-controllers@sha256:58debef6496409ad07469140a6a62366aebd448c09e2b0e606b5747b56150c66_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-local-storage-static-provisioner@sha256:ed74a10b8ab286e656ddc69711d2e02d4f7bc661864bf306fb306a73c159e9fb_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-machine-api-operator@sha256:6f8916d4aa74f8b9a2d7d26b79be9ca6949dbb56b86bfbb6dd2f34d67bff9aa1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-machine-config-operator@sha256:328fe29aa1114807b2b4462488650a23a7dde77f63af0f45e6a2ccaabfb56850_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-multus-admission-controller@sha256:bbc0e9fbb5923f7019304a5b34fd653300f54fc9732c520bac8fa5390bf5dab5_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-multus-cni@sha256:7ca9f9543092ee337bc2d7461451a18d707f78b89d1ca924cee9ba5e7f9dc75f_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-must-gather@sha256:fa97dba5c09052c95c1f6471eb6a917cf18028368b2ce66dd95907aaa7bda4ac_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-openstack-machine-controllers@sha256:9552704d9b1994f399dd709b34b953ea99665cddebc5e8e99cea8b459f6534ed_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-marketplace@sha256:811346fb6951c166b2ee96c09feb173e50ec48167476bb2d4fcc4303f8ae7ecd_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-ovn-kubernetes@sha256:7d6ba1bcc4f403733e44cd2a008dafe1887501f7a3c74084566a4f4d1e46250d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-pod@sha256:2dc3bdcb2b0bf1d6c6ae749be0163e6d7ca813ecfba5e5f5d88970c73a9d12a9_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prom-label-proxy@sha256:6ed57940ac48d1e8ee12c28dc01132cc2c7c4926954096bcb7abc24776c24398_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-config-reloader@sha256:b99eb84b4ae632da7f994a25deed84d299ba358ffca09d93c02b78fdfe259578_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-telemeter@sha256:b49995a2e256dd8ff1463f605dc81f21bdd3795797b12d635513de0b214ada15_amd64", "8Base-RHOSE-4.3:openshift4/ose-kuryr-cni-rhel8@sha256:3bdf92c405607240de040e15023cd5ab2640fc31a4ed9750e41765fa0cf4d758_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:0062" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "7Server-RH7-RHOSE-4.3:openshift4/ose-aws-machine-controllers@sha256:96ad50c0bafdd4fdbfe48f4bf69c8ca20bba81c0fa857f8d37d550da2219148c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-azure-machine-controllers@sha256:d3c862dc76efe82edb9a29db423fd12cda3af34b131e4bcd0890e129e371cb12_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-baremetal-machine-controllers@sha256:d3069db2b26c1b66161e700ab8b50f2dd3a6d9eb7e8a2d29edad4eaabe40a6c1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cloud-credential-operator@sha256:1773268ac4f1ed0c9f27ac94fbc68a7ed56d1f745de4e649789dbb66c325d94a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-autoscaler-operator@sha256:702706ac38dfdd0baacaa858d40e0bb58e0c612fa58167a998f55882e7d9538c_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-autoscaler@sha256:59ae5a79f7579b59c6dfeab4ee21488d9d1de2eb501fb3ad83f76f05a3a1e1c1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-bootstrap@sha256:8dcda0b330bb56e505e096169860d32081f85735aa241daba41b56f9b54032a4_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-config-operator@sha256:e232e3e7c6902f749e4264229c67947fa5cfc248e7bf66db380d6333ba377238_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-machine-approver@sha256:a214477ad7e55c68226dec45a6c7d7e621d9df790151db98f7607ceb1a33e801_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-monitoring-operator@sha256:f0a89689401f1d836ef12e7a9d5119549026cdb28c71c0c96f3e947c957fe07d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-network-operator@sha256:14e59b09da6a818014ec9f6e0ed83fbfbb3d90f46097c1e66ef80594f0511b19_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-node-tuning-operator@sha256:8807e4b17886bf320c791b4a131607e515635cb26fe01fe9e7ed1718a0340dc0_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-samples-operator@sha256:73264887ad31031da31a193f5f6fe4499235ea2ae113c4cca315f34671bb92a7_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-cluster-storage-operator@sha256:4507c95b842563b29ca3e45d4c80856855bb24823ef618e15ecb6854a3afe431_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-configmap-reloader@sha256:31938e349d61db5146e6387b05f5af2bd8f3aa822f93d2d3546c5a4369d35186_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-console@sha256:d6d433be9348624aa729410cc76bd7a9d5f71c2ec27c49aafbabbab18be0f16b_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-docker-builder@sha256:5b4d7ccfae31e068acba8065848d9c4ff206c0b4cf25e7792946a8752565a417_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-docker-registry@sha256:22aeef6864c2b168ba363866aa799a7949898976b4f89f50b4899ee9bf1fd86e_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-etcd@sha256:7c6de86b5f3140fa33a69477c286afc901b4ecd6e73e82d0ccfc8a0e0fe5e648_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-grafana@sha256:af15dc66cdc248eed3988ab49adc684dc85ce5429c855b1933fc8fb13296d61a_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-k8s-prometheus-adapter@sha256:72b7df02f2f67c278036224111179c59b40342ce53d21be4c8d988af24c2f228_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-rbac-proxy@sha256:d7b1c8f2c94af9c767ab0f60f23f8fb5b7545fdfd7c10b1ef979b7701e495f36_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-kube-state-metrics@sha256:fa07d12df9c1ba0f40d5f799207ccab2404518e578a912dec7833bde06ce17fa_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-libvirt-machine-controllers@sha256:58debef6496409ad07469140a6a62366aebd448c09e2b0e606b5747b56150c66_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-local-storage-static-provisioner@sha256:ed74a10b8ab286e656ddc69711d2e02d4f7bc661864bf306fb306a73c159e9fb_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-machine-api-operator@sha256:6f8916d4aa74f8b9a2d7d26b79be9ca6949dbb56b86bfbb6dd2f34d67bff9aa1_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-machine-config-operator@sha256:328fe29aa1114807b2b4462488650a23a7dde77f63af0f45e6a2ccaabfb56850_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-multus-admission-controller@sha256:bbc0e9fbb5923f7019304a5b34fd653300f54fc9732c520bac8fa5390bf5dab5_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-multus-cni@sha256:7ca9f9543092ee337bc2d7461451a18d707f78b89d1ca924cee9ba5e7f9dc75f_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-must-gather@sha256:fa97dba5c09052c95c1f6471eb6a917cf18028368b2ce66dd95907aaa7bda4ac_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-openstack-machine-controllers@sha256:9552704d9b1994f399dd709b34b953ea99665cddebc5e8e99cea8b459f6534ed_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-operator-marketplace@sha256:811346fb6951c166b2ee96c09feb173e50ec48167476bb2d4fcc4303f8ae7ecd_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-ovn-kubernetes@sha256:7d6ba1bcc4f403733e44cd2a008dafe1887501f7a3c74084566a4f4d1e46250d_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-pod@sha256:2dc3bdcb2b0bf1d6c6ae749be0163e6d7ca813ecfba5e5f5d88970c73a9d12a9_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prom-label-proxy@sha256:6ed57940ac48d1e8ee12c28dc01132cc2c7c4926954096bcb7abc24776c24398_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-prometheus-config-reloader@sha256:b99eb84b4ae632da7f994a25deed84d299ba358ffca09d93c02b78fdfe259578_amd64", "7Server-RH7-RHOSE-4.3:openshift4/ose-telemeter@sha256:b49995a2e256dd8ff1463f605dc81f21bdd3795797b12d635513de0b214ada15_amd64", "8Base-RHOSE-4.3:openshift4/ose-kuryr-cni-rhel8@sha256:3bdf92c405607240de040e15023cd5ab2640fc31a4ed9750e41765fa0cf4d758_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: HTTP/1.1 headers with a space before the colon leads to filter bypass or request smuggling" } ] }
rhsa-2021_0079
Vulnerability from csaf_redhat
Published
2021-01-20 16:54
Modified
2024-11-05 23:11
Summary
Red Hat Security Advisory: OpenShift Container Platform 3.11.374 bug fix and security update
Notes
Topic
Red Hat OpenShift Container Platform release 3.11.374 is now available with updates to packages and images that fix several bugs.
This release also includes a security update for Red Hat OpenShift Container Platform 3.11.
Red Hat Product Security has rated this update as having a security impact of Moderate. 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.
Details
Red Hat OpenShift Container Platform is Red Hat's cloud computing
Kubernetes application platform solution designed for on-premise or private
cloud deployments.
This advisory contains the RPM packages for Red Hat OpenShift Container
Platform 3.11.374. See the following advisory for the container images for
this release:
https://access.redhat.com/errata/RHBA-2021:0080
Security Fix(es):
* golang.org/x/crypto: Keystream loop in amd64 assembly when overflowing 32-bit counter (CVE-2019-11840)
* kubernetes: MITM using LoadBalancer or ExternalIPs (CVE-2020-8554)
* python-urllib3: CRLF injection via HTTP request method (CVE-2020-26137)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 3.11.374 is now available with updates to packages and images that fix several bugs.\n\nThis release also includes a security update for Red Hat OpenShift Container Platform 3.11.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container\nPlatform 3.11.374. See the following advisory for the container images for\nthis release:\n\nhttps://access.redhat.com/errata/RHBA-2021:0080\n\nSecurity Fix(es):\n\n* golang.org/x/crypto: Keystream loop in amd64 assembly when overflowing 32-bit counter (CVE-2019-11840)\n\n* kubernetes: MITM using LoadBalancer or ExternalIPs (CVE-2020-8554)\n\n* python-urllib3: CRLF injection via HTTP request method (CVE-2020-26137)\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.", "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-2021:0079", "url": "https://access.redhat.com/errata/RHSA-2021:0079" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1691529", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691529" }, { "category": "external", "summary": "1866789", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1866789" }, { "category": "external", "summary": "1870050", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1870050" }, { "category": "external", "summary": "1881319", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1881319" }, { "category": "external", "summary": "1883632", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1883632" }, { "category": "external", "summary": "1891051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1891051" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0079.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 3.11.374 bug fix and security update", "tracking": { "current_release_date": "2024-11-05T23:11:21+00:00", "generator": { "date": "2024-11-05T23:11:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2021:0079", "initial_release_date": "2021-01-20T16:54:28+00:00", "revision_history": [ { "date": "2021-01-20T16:54:28+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-01-20T16:54:28+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T23:11:21+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 3.11", "product": { "name": "Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:3.11::el7" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src", "product": { "name": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src", "product_id": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift@3.11.374-1.git.0.ebd3ee9.el7?arch=src" } } }, { "category": "product_version", "name": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src", "product": { "name": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src", "product_id": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-descheduler@3.11.374-1.git.299.f128e96.el7?arch=src" } } }, { "category": "product_version", "name": "golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src", "product": { "name": "golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src", "product_id": "golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-alertmanager@3.11.374-1.git.0.3abd2a5.el7?arch=src" } } }, { "category": "product_version", "name": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src", "product": { "name": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src", "product_id": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-node-problem-detector@3.11.374-1.git.263.28335fb.el7?arch=src" } } }, { "category": "product_version", "name": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src", "product": { "name": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src", "product_id": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@3.11.374-1.git.1675.738abcc.el7?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src", "product": { "name": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src", "product_id": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-openshift-oauth-proxy@3.11.374-1.git.439.966c536.el7?arch=src" } } }, { "category": "product_version", "name": "golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src", "product": { "name": "golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src", "product_id": "golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-prometheus@3.11.374-1.git.5026.29379c4.el7?arch=src" } } }, { "category": "product_version", "name": "atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src", "product": { "name": "atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src", "product_id": "atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-dockerregistry@3.11.374-1.git.481.e6a880c.el7?arch=src" } } }, { "category": "product_version", "name": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src", "product": { "name": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src", "product_id": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@3.11.374-1.git.15.523a1f7.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src", "product": { "name": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src", "product_id": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-enterprise-autoheal@3.11.374-1.git.218.9cf7939.el7?arch=src" } } }, { "category": "product_version", "name": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src", "product": { "name": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src", "product_id": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-web-console@3.11.374-1.git.647.9e78d83.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src", "product": { "name": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src", "product_id": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-enterprise-cluster-capacity@3.11.374-1.git.379.80bd08f.el7?arch=src" } } }, { "category": "product_version", "name": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src", "product": { "name": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src", "product_id": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-metrics-server@3.11.374-1.git.53.9df25a9.el7?arch=src" } } }, { "category": "product_version", "name": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src", "product": { "name": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src", "product_id": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-cluster-autoscaler@3.11.374-1.git.0.2996f62.el7?arch=src" } } }, { "category": "product_version", "name": "golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src", "product": { "name": "golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src", "product_id": "golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-node_exporter@3.11.374-1.git.1062.490d6d5.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-kuryr-0:3.11.374-1.git.1478.ef11824.el7.src", "product": { "name": "openshift-kuryr-0:3.11.374-1.git.1478.ef11824.el7.src", "product_id": "openshift-kuryr-0:3.11.374-1.git.1478.ef11824.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr@3.11.374-1.git.1478.ef11824.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.src", "product": { "name": "openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.src", "product_id": "openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@3.11.374-1.git.0.92f5956.el7?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.26.2-1.el7.src", "product": { "name": "python-urllib3-0:1.26.2-1.el7.src", "product_id": "python-urllib3-0:1.26.2-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.26.2-1.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product": { "name": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_id": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift@3.11.374-1.git.0.ebd3ee9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product": { "name": "atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_id": "atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-clients@3.11.374-1.git.0.ebd3ee9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product": { "name": "atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_id": "atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-clients-redistributable@3.11.374-1.git.0.ebd3ee9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product": { "name": "atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_id": "atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-hyperkube@3.11.374-1.git.0.ebd3ee9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product": { "name": "atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_id": "atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-hypershift@3.11.374-1.git.0.ebd3ee9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product": { "name": "atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_id": "atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-master@3.11.374-1.git.0.ebd3ee9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product": { "name": "atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_id": "atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-node@3.11.374-1.git.0.ebd3ee9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product": { "name": "atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_id": "atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-pod@3.11.374-1.git.0.ebd3ee9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product": { "name": "atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_id": "atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-sdn-ovs@3.11.374-1.git.0.ebd3ee9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product": { "name": "atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_id": "atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-template-service-broker@3.11.374-1.git.0.ebd3ee9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product": { "name": "atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_id": "atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-tests@3.11.374-1.git.0.ebd3ee9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64", "product": { "name": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64", "product_id": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-descheduler@3.11.374-1.git.299.f128e96.el7?arch=x86_64" } } }, { "category": "product_version", "name": "prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64", "product": { "name": "prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64", "product_id": "prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/prometheus-alertmanager@3.11.374-1.git.0.3abd2a5.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64", "product": { "name": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64", "product_id": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-node-problem-detector@3.11.374-1.git.263.28335fb.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "product": { "name": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "product_id": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@3.11.374-1.git.1675.738abcc.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "product": { "name": "atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "product_id": "atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog-svcat@3.11.374-1.git.1675.738abcc.el7?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64", "product": { "name": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64", "product_id": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-openshift-oauth-proxy@3.11.374-1.git.439.966c536.el7?arch=x86_64" } } }, { "category": "product_version", "name": "prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64", "product": { "name": "prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64", "product_id": "prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/prometheus@3.11.374-1.git.5026.29379c4.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64", "product": { "name": "atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64", "product_id": "atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-dockerregistry@3.11.374-1.git.481.e6a880c.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64", "product": { "name": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64", "product_id": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@3.11.374-1.git.15.523a1f7.el7?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64", "product": { "name": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64", "product_id": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-enterprise-autoheal@3.11.374-1.git.218.9cf7939.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64", "product": { "name": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64", "product_id": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-web-console@3.11.374-1.git.647.9e78d83.el7?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64", "product": { "name": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64", "product_id": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-enterprise-cluster-capacity@3.11.374-1.git.379.80bd08f.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64", "product": { "name": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64", "product_id": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-metrics-server@3.11.374-1.git.53.9df25a9.el7?arch=x86_64" } } }, { "category": "product_version", "name": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64", "product": { "name": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64", "product_id": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-cluster-autoscaler@3.11.374-1.git.0.2996f62.el7?arch=x86_64" } } }, { "category": "product_version", "name": "prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64", "product": { "name": "prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64", "product_id": "prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/prometheus-node-exporter@3.11.374-1.git.1062.490d6d5.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product": { "name": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_id": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift@3.11.374-1.git.0.ebd3ee9.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product": { "name": "atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_id": "atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-clients@3.11.374-1.git.0.ebd3ee9.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product": { "name": "atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_id": "atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-hyperkube@3.11.374-1.git.0.ebd3ee9.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product": { "name": "atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_id": "atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-hypershift@3.11.374-1.git.0.ebd3ee9.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product": { "name": "atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_id": "atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-master@3.11.374-1.git.0.ebd3ee9.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product": { "name": "atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_id": "atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-node@3.11.374-1.git.0.ebd3ee9.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product": { "name": "atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_id": "atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-pod@3.11.374-1.git.0.ebd3ee9.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product": { "name": "atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_id": "atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-sdn-ovs@3.11.374-1.git.0.ebd3ee9.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product": { "name": "atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_id": "atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-template-service-broker@3.11.374-1.git.0.ebd3ee9.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product": { "name": "atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_id": "atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-tests@3.11.374-1.git.0.ebd3ee9.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le", "product": { "name": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le", "product_id": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-descheduler@3.11.374-1.git.299.f128e96.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le", "product": { "name": "prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le", "product_id": "prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/prometheus-alertmanager@3.11.374-1.git.0.3abd2a5.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le", "product": { "name": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le", "product_id": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-node-problem-detector@3.11.374-1.git.263.28335fb.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "product": { "name": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "product_id": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog@3.11.374-1.git.1675.738abcc.el7?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "product": { "name": "atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "product_id": "atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-enterprise-service-catalog-svcat@3.11.374-1.git.1675.738abcc.el7?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le", "product": { "name": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le", "product_id": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-openshift-oauth-proxy@3.11.374-1.git.439.966c536.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le", "product": { "name": "prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le", "product_id": "prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/prometheus@3.11.374-1.git.5026.29379c4.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le", "product": { "name": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le", "product_id": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@3.11.374-1.git.15.523a1f7.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le", "product": { "name": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le", "product_id": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-enterprise-autoheal@3.11.374-1.git.218.9cf7939.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le", "product": { "name": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le", "product_id": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-web-console@3.11.374-1.git.647.9e78d83.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le", "product": { "name": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le", "product_id": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-enterprise-cluster-capacity@3.11.374-1.git.379.80bd08f.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le", "product": { "name": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le", "product_id": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-metrics-server@3.11.374-1.git.53.9df25a9.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le", "product": { "name": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le", "product_id": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-cluster-autoscaler@3.11.374-1.git.0.2996f62.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le", "product": { "name": "prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le", "product_id": "prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/prometheus-node-exporter@3.11.374-1.git.1062.490d6d5.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "product": { "name": "atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "product_id": "atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-docker-excluder@3.11.374-1.git.0.ebd3ee9.el7?arch=noarch" } } }, { "category": "product_version", "name": "atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "product": { "name": "atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "product_id": "atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-excluder@3.11.374-1.git.0.ebd3ee9.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-cni-0:3.11.374-1.git.1478.ef11824.el7.noarch", "product": { "name": "openshift-kuryr-cni-0:3.11.374-1.git.1478.ef11824.el7.noarch", "product_id": "openshift-kuryr-cni-0:3.11.374-1.git.1478.ef11824.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-cni@3.11.374-1.git.1478.ef11824.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-common-0:3.11.374-1.git.1478.ef11824.el7.noarch", "product": { "name": "openshift-kuryr-common-0:3.11.374-1.git.1478.ef11824.el7.noarch", "product_id": "openshift-kuryr-common-0:3.11.374-1.git.1478.ef11824.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-common@3.11.374-1.git.1478.ef11824.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-controller-0:3.11.374-1.git.1478.ef11824.el7.noarch", "product": { "name": "openshift-kuryr-controller-0:3.11.374-1.git.1478.ef11824.el7.noarch", "product_id": "openshift-kuryr-controller-0:3.11.374-1.git.1478.ef11824.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-controller@3.11.374-1.git.1478.ef11824.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-kuryr-kubernetes-0:3.11.374-1.git.1478.ef11824.el7.noarch", "product": { "name": "python2-kuryr-kubernetes-0:3.11.374-1.git.1478.ef11824.el7.noarch", "product_id": "python2-kuryr-kubernetes-0:3.11.374-1.git.1478.ef11824.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-kuryr-kubernetes@3.11.374-1.git.1478.ef11824.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.noarch", "product": { "name": "openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.noarch", "product_id": "openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@3.11.374-1.git.0.92f5956.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-docs-0:3.11.374-1.git.0.92f5956.el7.noarch", "product": { "name": "openshift-ansible-docs-0:3.11.374-1.git.0.92f5956.el7.noarch", "product_id": "openshift-ansible-docs-0:3.11.374-1.git.0.92f5956.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible-docs@3.11.374-1.git.0.92f5956.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-playbooks-0:3.11.374-1.git.0.92f5956.el7.noarch", "product": { "name": "openshift-ansible-playbooks-0:3.11.374-1.git.0.92f5956.el7.noarch", "product_id": "openshift-ansible-playbooks-0:3.11.374-1.git.0.92f5956.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible-playbooks@3.11.374-1.git.0.92f5956.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-roles-0:3.11.374-1.git.0.92f5956.el7.noarch", "product": { "name": "openshift-ansible-roles-0:3.11.374-1.git.0.92f5956.el7.noarch", "product_id": "openshift-ansible-roles-0:3.11.374-1.git.0.92f5956.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible-roles@3.11.374-1.git.0.92f5956.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-test-0:3.11.374-1.git.0.92f5956.el7.noarch", "product": { "name": "openshift-ansible-test-0:3.11.374-1.git.0.92f5956.el7.noarch", "product_id": "openshift-ansible-test-0:3.11.374-1.git.0.92f5956.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible-test@3.11.374-1.git.0.92f5956.el7?arch=noarch" } } }, { "category": "product_version", "name": "python2-urllib3-0:1.26.2-1.el7.noarch", "product": { "name": "python2-urllib3-0:1.26.2-1.el7.noarch", "product_id": "python2-urllib3-0:1.26.2-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-urllib3@1.26.2-1.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le" }, "product_reference": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src" }, "product_reference": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64" }, "product_reference": "atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le" }, "product_reference": "atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64" }, "product_reference": "atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le" }, "product_reference": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src" }, "product_reference": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" }, "product_reference": "atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le" }, "product_reference": "atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" }, "product_reference": "atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" }, "product_reference": "atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le" }, "product_reference": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src" }, "product_reference": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64" }, "product_reference": "atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le" }, "product_reference": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src" }, "product_reference": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64" }, "product_reference": "atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch" }, "product_reference": "atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src" }, "product_reference": "atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64" }, "product_reference": "atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch" }, "product_reference": "atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le" }, "product_reference": "atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" }, "product_reference": "atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le" }, "product_reference": "atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" }, "product_reference": "atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le" }, "product_reference": "atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" }, "product_reference": "atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le" }, "product_reference": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src" }, "product_reference": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64" }, "product_reference": "atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le" }, "product_reference": "atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" }, "product_reference": "atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le" }, "product_reference": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src" }, "product_reference": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64" }, "product_reference": "atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le" }, "product_reference": "atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" }, "product_reference": "atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le" }, "product_reference": "atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" }, "product_reference": "atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le" }, "product_reference": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src" }, "product_reference": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64" }, "product_reference": "atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le" }, "product_reference": "atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" }, "product_reference": "atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le" }, "product_reference": "atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" }, "product_reference": "atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le" }, "product_reference": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src" }, "product_reference": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64" }, "product_reference": "atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le" }, "product_reference": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src" }, "product_reference": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64" }, "product_reference": "golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src" }, "product_reference": "golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src" }, "product_reference": "golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src" }, "product_reference": "golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.noarch" }, "product_reference": "openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.src" }, "product_reference": "openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-docs-0:3.11.374-1.git.0.92f5956.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.374-1.git.0.92f5956.el7.noarch" }, "product_reference": "openshift-ansible-docs-0:3.11.374-1.git.0.92f5956.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-playbooks-0:3.11.374-1.git.0.92f5956.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.374-1.git.0.92f5956.el7.noarch" }, "product_reference": "openshift-ansible-playbooks-0:3.11.374-1.git.0.92f5956.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-roles-0:3.11.374-1.git.0.92f5956.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.374-1.git.0.92f5956.el7.noarch" }, "product_reference": "openshift-ansible-roles-0:3.11.374-1.git.0.92f5956.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-test-0:3.11.374-1.git.0.92f5956.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.374-1.git.0.92f5956.el7.noarch" }, "product_reference": "openshift-ansible-test-0:3.11.374-1.git.0.92f5956.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le" }, "product_reference": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src" }, "product_reference": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64" }, "product_reference": "openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le" }, "product_reference": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src" }, "product_reference": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64" }, "product_reference": "openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-0:3.11.374-1.git.1478.ef11824.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.374-1.git.1478.ef11824.el7.src" }, "product_reference": "openshift-kuryr-0:3.11.374-1.git.1478.ef11824.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-cni-0:3.11.374-1.git.1478.ef11824.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.374-1.git.1478.ef11824.el7.noarch" }, "product_reference": "openshift-kuryr-cni-0:3.11.374-1.git.1478.ef11824.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-common-0:3.11.374-1.git.1478.ef11824.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.374-1.git.1478.ef11824.el7.noarch" }, "product_reference": "openshift-kuryr-common-0:3.11.374-1.git.1478.ef11824.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-controller-0:3.11.374-1.git.1478.ef11824.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.374-1.git.1478.ef11824.el7.noarch" }, "product_reference": "openshift-kuryr-controller-0:3.11.374-1.git.1478.ef11824.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le" }, "product_reference": "prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64" }, "product_reference": "prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le" }, "product_reference": "prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64" }, "product_reference": "prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le" }, "product_reference": "prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64 as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64" }, "product_reference": "prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.26.2-1.el7.src as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:python-urllib3-0:1.26.2-1.el7.src" }, "product_reference": "python-urllib3-0:1.26.2-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "python2-kuryr-kubernetes-0:3.11.374-1.git.1478.ef11824.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.374-1.git.1478.ef11824.el7.noarch" }, "product_reference": "python2-kuryr-kubernetes-0:3.11.374-1.git.1478.ef11824.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" }, { "category": "default_component_of", "full_product_name": { "name": "python2-urllib3-0:1.26.2-1.el7.noarch as a component of Red Hat OpenShift Container Platform 3.11", "product_id": "7Server-RH7-RHOSE-3.11:python2-urllib3-0:1.26.2-1.el7.noarch" }, "product_reference": "python2-urllib3-0:1.26.2-1.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-3.11" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-11840", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "discovery_date": "2019-03-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.src", "7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.374-1.git.1478.ef11824.el7.src", "7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:python-urllib3-0:1.26.2-1.el7.src", "7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:python2-urllib3-0:1.26.2-1.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1691529" } ], "notes": [ { "category": "description", "text": "An issue was discovered in the supplementary Go cryptography library, golang.org/x/crypto, before v0.0.0-20190320223903-b7391e95e576. A flaw was found in the amd64 implementation of the golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa packages. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/crypto: Keystream loop in amd64 assembly when overflowing 32-bit counter", "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": [ "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64" ], "known_not_affected": [ "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.src", "7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.374-1.git.1478.ef11824.el7.src", "7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:python-urllib3-0:1.26.2-1.el7.src", "7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:python2-urllib3-0:1.26.2-1.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11840" }, { "category": "external", "summary": "RHBZ#1691529", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691529" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11840", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11840" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11840", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11840" }, { "category": "external", "summary": "https://groups.google.com/forum/#!msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ", "url": "https://groups.google.com/forum/#!msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ" } ], "release_date": "2019-03-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-01-20T16:54:28+00:00", "details": "See the following documentation, which will be updated shortly for release\n3.11.374, for important instructions on how to upgrade your cluster and fully\napply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/articles/11258.", "product_ids": [ "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0079" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang.org/x/crypto: Keystream loop in amd64 assembly when overflowing 32-bit counter" }, { "acknowledgments": [ { "names": [ "the Kubernetes Product Security Committee" ] }, { "names": [ "Etienne Champetier" ], "organization": "Anevia", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-8554", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2020-10-22T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src", "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.src", "7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64", "7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.374-1.git.1478.ef11824.el7.src", "7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64", "7Server-RH7-RHOSE-3.11:python-urllib3-0:1.26.2-1.el7.src", "7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:python2-urllib3-0:1.26.2-1.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1891051" } ], "notes": [ { "category": "description", "text": "A flaw was found in kubernetes. If a potential attacker can already create or edit services and pods, then they may be able to intercept traffic from other pods (or nodes) in the cluster.", "title": "Vulnerability description" }, { "category": "summary", "text": "kubernetes: MITM using LoadBalancer or ExternalIPs", "title": "Vulnerability summary" }, { "category": "other", "text": "OpenShift Container Platform (OCP) includes a builtin externalIP admission plugin, which restricts the use of Service eternalIPs to those configured by a cluster-admin. In OCP4 all externalIP ranges are disabled by default. In OCP 3.11, the default range is \"0.0.0.0/0\", which allows all IP addresses.\n\nThe second attack vector, via patching the Status of a LoadBalancer Service, is not possible unless permission to patch service/status is granted. OCP does not grant this permission to users who are not cluster-admins.\n\nOCP 4 is not affected by this vulnerability as it is secure by default. OCP 3.11 is affected, however the vulnerability can be by mitigated by configuring the builtin externalIP admission plugin.", "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": [ "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" ], "known_not_affected": [ "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src", "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.src", "7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64", "7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.374-1.git.1478.ef11824.el7.src", "7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64", "7Server-RH7-RHOSE-3.11:python-urllib3-0:1.26.2-1.el7.src", "7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:python2-urllib3-0:1.26.2-1.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-8554" }, { "category": "external", "summary": "RHBZ#1891051", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1891051" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-8554", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8554" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-8554", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8554" }, { "category": "external", "summary": "https://blog.champtar.fr/K8S_MITM_LoadBalancer_ExternalIPs/", "url": "https://blog.champtar.fr/K8S_MITM_LoadBalancer_ExternalIPs/" }, { "category": "external", "summary": "https://groups.google.com/g/kubernetes-security-announce/c/iZWsF9nbKE8", "url": "https://groups.google.com/g/kubernetes-security-announce/c/iZWsF9nbKE8" } ], "release_date": "2020-12-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-01-20T16:54:28+00:00", "details": "See the following documentation, which will be updated shortly for release\n3.11.374, for important instructions on how to upgrade your cluster and fully\napply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/articles/11258.", "product_ids": [ "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0079" }, { "category": "workaround", "details": "ExternalIP addresses ranges can be configured as described below. OCP 4 is secure by default, though cluster-admins can whitelist externalIP addresses as needed. OCP 3.11 can be secured by changing `externalIPNetworkCIDR` to \"0.0.0.0/32\", which blocks all externalIP address values.\n\nhttps://docs.openshift.com/container-platform/4.6/networking/configuring_ingress_cluster_traffic/configuring-externalip.html\nhttps://docs.openshift.com/container-platform/3.11/admin_guide/tcp_ingress_external_ports.html#service-externalip\n\nUsers can check if they have permission to patch the Status of a LoadBalancer Service with the command: `kubectl auth can-i patch service --subresource=status`. In OCP, by default only cluster-admins are granted this permission.", "product_ids": [ "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src", "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.src", "7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64", "7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.374-1.git.1478.ef11824.el7.src", "7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64", "7Server-RH7-RHOSE-3.11:python-urllib3-0:1.26.2-1.el7.src", "7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:python2-urllib3-0:1.26.2-1.el7.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kubernetes: MITM using LoadBalancer or ExternalIPs" }, { "cve": "CVE-2020-26137", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2020-09-09T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src", "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.src", "7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64", "7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.374-1.git.1478.ef11824.el7.src", "7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64", "7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.374-1.git.1478.ef11824.el7.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1883632" } ], "notes": [ { "category": "description", "text": "A flaw was found in python-urllib3. The HTTPConnection.request() does not properly validate CRLF sequences in the HTTP request method, potentially allowing manipulation of the request by injecting additional HTTP headers. The highest threat from this vulnerability is to confidentiality and integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: CRLF injection via HTTP request method", "title": "Vulnerability summary" }, { "category": "other", "text": "* Red Hat OpenShift Container Platform (OCP) 4 delivers the python-urllib3 package, which includes a vulnerable version of the urllib3 module, however from OCP 4.6, the python-urllib3 package is no longer shipped and will not be fixed.\n* In Red Hat OpenStack Platform, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.\n\nNote: Versions of `python-pip` are marked as not affected because there is no way for a pip user to control the HTTP request method.", "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": [ "7Server-RH7-RHOSE-3.11:python-urllib3-0:1.26.2-1.el7.src", "7Server-RH7-RHOSE-3.11:python2-urllib3-0:1.26.2-1.el7.noarch" ], "known_not_affected": [ "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.src", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-enterprise-service-catalog-svcat-1:3.11.374-1.git.1675.738abcc.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-clients-redistributable-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-cluster-autoscaler-0:3.11.374-1.git.0.2996f62.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-descheduler-0:3.11.374-1.git.299.f128e96.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-docker-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-dockerregistry-0:3.11.374-1.git.481.e6a880c.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-excluder-0:3.11.374-1.git.0.ebd3ee9.el7.noarch", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hyperkube-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-hypershift-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-master-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-metrics-server-0:3.11.374-1.git.53.9df25a9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-node-problem-detector-0:3.11.374-1.git.263.28335fb.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-pod-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-sdn-ovs-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-service-idler-0:3.11.374-1.git.15.523a1f7.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-template-service-broker-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-tests-0:3.11.374-1.git.0.ebd3ee9.el7.x86_64", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.ppc64le", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.src", "7Server-RH7-RHOSE-3.11:atomic-openshift-web-console-0:3.11.374-1.git.647.9e78d83.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.ppc64le", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-openshift-oauth-proxy-0:3.11.374-1.git.439.966c536.el7.x86_64", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-node_exporter-0:3.11.374-1.git.1062.490d6d5.el7.src", "7Server-RH7-RHOSE-3.11:golang-github-prometheus-prometheus-0:3.11.374-1.git.5026.29379c4.el7.src", "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-0:3.11.374-1.git.0.92f5956.el7.src", "7Server-RH7-RHOSE-3.11:openshift-ansible-docs-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-playbooks-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-roles-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-ansible-test-0:3.11.374-1.git.0.92f5956.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-autoheal-0:3.11.374-1.git.218.9cf7939.el7.x86_64", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.ppc64le", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.src", "7Server-RH7-RHOSE-3.11:openshift-enterprise-cluster-capacity-0:3.11.374-1.git.379.80bd08f.el7.x86_64", "7Server-RH7-RHOSE-3.11:openshift-kuryr-0:3.11.374-1.git.1478.ef11824.el7.src", "7Server-RH7-RHOSE-3.11:openshift-kuryr-cni-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-common-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:openshift-kuryr-controller-0:3.11.374-1.git.1478.ef11824.el7.noarch", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-0:3.11.374-1.git.5026.29379c4.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-alertmanager-0:3.11.374-1.git.0.3abd2a5.el7.x86_64", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.ppc64le", "7Server-RH7-RHOSE-3.11:prometheus-node-exporter-0:3.11.374-1.git.1062.490d6d5.el7.x86_64", "7Server-RH7-RHOSE-3.11:python2-kuryr-kubernetes-0:3.11.374-1.git.1478.ef11824.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-26137" }, { "category": "external", "summary": "RHBZ#1883632", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1883632" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-26137", "url": "https://www.cve.org/CVERecord?id=CVE-2020-26137" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-26137", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26137" } ], "release_date": "2020-02-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-01-20T16:54:28+00:00", "details": "See the following documentation, which will be updated shortly for release\n3.11.374, for important instructions on how to upgrade your cluster and fully\napply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html\n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/articles/11258.", "product_ids": [ "7Server-RH7-RHOSE-3.11:python-urllib3-0:1.26.2-1.el7.src", "7Server-RH7-RHOSE-3.11:python2-urllib3-0:1.26.2-1.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0079" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-3.11:python-urllib3-0:1.26.2-1.el7.src", "7Server-RH7-RHOSE-3.11:python2-urllib3-0:1.26.2-1.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: CRLF injection via HTTP request method" } ] }
wid-sec-w-2022-0496
Vulnerability from csaf_certbund
Published
2021-01-20 23:00
Modified
2023-05-30 22:00
Summary
Red Hat OpenShift: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat OpenShift ist eine "Platform as a Service" (PaaS) Lösung zur Bereitstellung von Applikationen in der Cloud.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme
- Linux
{ "document": { "aggregate_severity": { "text": "mittel" }, "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": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um Informationen offenzulegen oder Sicherheitsvorkehrungen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "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-2022-0496 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2022-0496.json" }, { "category": "self", "summary": "WID-SEC-2022-0496 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0496" }, { "category": "external", "summary": "IBM Security Bulletin 6999317 vom 2023-05-30", "url": "https://www.ibm.com/support/pages/node/6999317" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:1631 vom 2021-05-18", "url": "https://access.redhat.com/errata/RHSA-2021:1631" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:1761 vom 2021-05-18", "url": "https://access.redhat.com/errata/RHSA-2021:1761" }, { "category": "external", "summary": "RedHat Security Advisory vom 2021-01-20", "url": "https://access.redhat.com/errata/RHSA-2021:0079" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:2461 vom 2021-06-16", "url": "https://access.redhat.com/errata/RHSA-2021:2461" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:2479 vom 2021-06-17", "url": "https://access.redhat.com/errata/RHSA-2021:2479" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2021-1668 vom 2021-06-23", "url": "https://alas.aws.amazon.com/AL2/ALAS-2021-1668.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2021:3119 vom 2021-08-10", "url": "https://access.redhat.com/errata/RHSA-2021:3119" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2022:5235 vom 2022-06-28", "url": "https://access.redhat.com/errata/RHSA-2022:5235" } ], "source_lang": "en-US", "title": "Red Hat OpenShift: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-05-30T22:00:00.000+00:00", "generator": { "date": "2024-02-15T16:50:19.875+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2022-0496", "initial_release_date": "2021-01-20T23:00:00.000+00:00", "revision_history": [ { "date": "2021-01-20T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2021-05-18T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-06-16T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-06-17T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2021-06-23T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2021-08-10T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2022-06-28T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-05-30T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von IBM aufgenommen" } ], "status": "final", "version": "8" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "IBM Security Guardium 11.4", "product": { "name": "IBM Security Guardium 11.4", "product_id": "1076561", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_guardium:11.4" } } }, { "category": "product_name", "name": "IBM Security Guardium 11.5", "product": { "name": "IBM Security Guardium 11.5", "product_id": "T026399", "product_identification_helper": { "cpe": "cpe:/a:ibm:security_guardium:11.5" } } } ], "category": "product_name", "name": "Security Guardium" } ], "category": "vendor", "name": "IBM" }, { "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": "product_name", "name": "Red Hat OpenShift 3.11.374", "product": { "name": "Red Hat OpenShift 3.11.374", "product_id": "T018141", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:3.11.374" } } } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-11840", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Red Hat OpenShift in den verwendeten zus\u00e4tzlichen Go-Kryptografie-Bibliotheken. Zur Schl\u00fcsselerstellung werden nur unzureichend zuf\u00e4llige Werte genutzt. Ein entfernter anonymer Angreifer kann diese Schwachstelle ausnutzen, um Informationen offenzulegen." } ], "product_status": { "known_affected": [ "67646", "1076561", "398363", "T018141", "T026399" ] }, "release_date": "2021-01-20T23:00:00Z", "title": "CVE-2019-11840" }, { "cve": "CVE-2020-26137", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Red Hat OpenShift. urllib3 erlaubt eine CRLF-Injektion, \u00fcber die HTTP-Request Methode. Ein entfernter anonymer Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsvorkehrungen zu umgehen und HTTP-Header zu injizieren." } ], "product_status": { "known_affected": [ "67646", "1076561", "398363", "T018141", "T026399" ] }, "release_date": "2021-01-20T23:00:00Z", "title": "CVE-2020-26137" } ] }
ghsa-r5c5-pr8j-pfp7
Vulnerability from github
Published
2022-05-24 16:45
Modified
2023-09-29 15:47
Severity ?
Summary
golang.org/x/crypto/salsa20/salsa uses insufficiently random values
Details
An issue was discovered in supplementary Go cryptography libraries, aka golang-googlecode-go-crypto, before 2019-03-20. A flaw was found in the amd64 implementation of golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications.
Specific Go Packages Affected
golang.org/x/crypto/salsa20/salsa
{ "affected": [ { "package": { "ecosystem": "Go", "name": "golang.org/x/crypto" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.0.0-20190320223903-b7391e95e576" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2019-11840" ], "database_specific": { "cwe_ids": [ "CWE-330" ], "github_reviewed": true, "github_reviewed_at": "2023-02-08T00:33:46Z", "nvd_published_at": "2019-05-09T16:29:00Z", "severity": "MODERATE" }, "details": "An issue was discovered in supplementary Go cryptography libraries, aka golang-googlecode-go-crypto, before 2019-03-20. A flaw was found in the amd64 implementation of golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications.\n\n### Specific Go Packages Affected\ngolang.org/x/crypto/salsa20/salsa", "id": "GHSA-r5c5-pr8j-pfp7", "modified": "2023-09-29T15:47:38Z", "published": "2022-05-24T16:45:25Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11840" }, { "type": "WEB", "url": "https://github.com/golang/go/issues/30965" }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691529" }, { "type": "PACKAGE", "url": "https://github.com/golang/go" }, { "type": "WEB", "url": "https://go.dev/cl/168406" }, { "type": "WEB", "url": "https://go.dev/issue/30965" }, { "type": "WEB", "url": "https://go.googlesource.com/crypto/+/b7391e95e576cacdcdd422573063bc057239113d" }, { "type": "WEB", "url": "https://groups.google.com/forum/#!msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ" }, { "type": "WEB", "url": "https://groups.google.com/g/golang-announce/c/tjyNcJxb2vQ/m/n0NRBziSCAAJ" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2019/06/msg00029.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2020/10/msg00014.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00016.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00030.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2021/01/msg00015.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00017.html" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2022-0209" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "golang.org/x/crypto/salsa20/salsa uses insufficiently random values" }
gsd-2019-11840
Vulnerability from gsd
Modified
2023-12-13 01:24
Details
An issue was discovered in supplementary Go cryptography libraries, aka golang-googlecode-go-crypto, before 2019-03-20. A flaw was found in the amd64 implementation of golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2019-11840", "description": "An issue was discovered in supplementary Go cryptography libraries, aka golang-googlecode-go-crypto, before 2019-03-20. A flaw was found in the amd64 implementation of golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications.", "id": "GSD-2019-11840", "references": [ "https://www.suse.com/security/cve/CVE-2019-11840.html", "https://access.redhat.com/errata/RHSA-2021:0079", "https://access.redhat.com/errata/RHBA-2020:0063", "https://access.redhat.com/errata/RHBA-2020:0062" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2019-11840" ], "details": "An issue was discovered in supplementary Go cryptography libraries, aka golang-googlecode-go-crypto, before 2019-03-20. A flaw was found in the amd64 implementation of golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications.", "id": "GSD-2019-11840", "modified": "2023-12-13T01:24:02.498992Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2019-11840", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "An issue was discovered in supplementary Go cryptography libraries, aka golang-googlecode-go-crypto, before 2019-03-20. A flaw was found in the amd64 implementation of golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://groups.google.com/forum/#!msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ", "refsource": "MISC", "url": "https://groups.google.com/forum/#!msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1691529", "refsource": "MISC", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691529" }, { "name": "https://go.googlesource.com/crypto/+/b7391e95e576cacdcdd422573063bc057239113d", "refsource": "MISC", "url": "https://go.googlesource.com/crypto/+/b7391e95e576cacdcdd422573063bc057239113d" }, { "name": "https://github.com/golang/go/issues/30965", "refsource": "MISC", "url": "https://github.com/golang/go/issues/30965" }, { "name": "[debian-lts-announce] 20190630 [SECURITY] [DLA 1840-1] golang-go.crypto security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2019/06/msg00029.html" }, { "name": "[debian-lts-announce] 20201007 [SECURITY] [DLA 2402-1] golang-go.crypto security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/10/msg00014.html" }, { "name": "[debian-lts-announce] 20201109 [SECURITY] [DLA 2442-1] obfs4proxy security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00016.html" }, { "name": "[debian-lts-announce] 20201118 [SECURITY] [DLA 2454-1] rclone security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00030.html" }, { "name": "[debian-lts-announce] 20210117 [SECURITY] [DLA 2527-1] snapd security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2021/01/msg00015.html" }, { "name": "[debian-lts-announce] 20230616 [SECURITY] [DLA 3455-1] golang-go.crypto security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00017.html" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c0.0.0-20190320223903-b7391e95e576", "affected_versions": "All versions before 0.0.0-20190320223903-b7391e95e576", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:N/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-330", "CWE-937" ], "date": "2023-02-24", "description": "An issue was discovered in supplementary Go cryptography libraries, aka golang-googlecode-go-crypto, before 2019-03-20. A flaw was found in the amd64 implementation of golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications.", "fixed_versions": [ "0.0.0-20190320223903-b7391e95e576" ], "identifier": "CVE-2019-11840", "identifiers": [ "GHSA-r5c5-pr8j-pfp7", "CVE-2019-11840" ], "not_impacted": "All versions starting from 0.0.0-20190320223903-b7391e95e576", "package_slug": "go/golang.org/x/crypto", "pubdate": "2022-05-24", "solution": "Upgrade to version 0.0.0-20190320223903-b7391e95e576 or above.", "title": "Use of Insufficiently Random Values", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-11840", "https://github.com/golang/go/issues/30965", "https://bugzilla.redhat.com/show_bug.cgi?id=1691529", "https://go.googlesource.com/crypto/+/b7391e95e576cacdcdd422573063bc057239113d", "https://groups.google.com/forum/#!msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ", "https://lists.debian.org/debian-lts-announce/2019/06/msg00029.html", "https://lists.debian.org/debian-lts-announce/2020/10/msg00014.html", "https://lists.debian.org/debian-lts-announce/2020/11/msg00016.html", "https://lists.debian.org/debian-lts-announce/2020/11/msg00030.html", "https://lists.debian.org/debian-lts-announce/2021/01/msg00015.html", "https://go.dev/cl/168406", "https://go.dev/issue/30965", "https://groups.google.com/g/golang-announce/c/tjyNcJxb2vQ/m/n0NRBziSCAAJ", "https://pkg.go.dev/vuln/GO-2022-0209", "https://github.com/advisories/GHSA-r5c5-pr8j-pfp7" ], "uuid": "d89b25af-5fe3-47da-9eab-0ead53332fc5" }, { "affected_range": "\u003c0.0.0-20190320223903-b7391e95e576", "affected_versions": "All versions before 0.0.0-20190320223903-b7391e95e576", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:N/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-330", "CWE-937" ], "date": "2023-02-08", "description": "An issue was discovered in supplementary Go cryptography libraries, aka golang-googlecode-go-crypto, before 2019-03-20. A flaw was found in the amd64 implementation of golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications.", "fixed_versions": [ "0.0.0-20190320223903-b7391e95e576" ], "identifier": "CVE-2019-11840", "identifiers": [ "GHSA-r5c5-pr8j-pfp7", "CVE-2019-11840" ], "not_impacted": "All versions starting from 0.0.0-20190320223903-b7391e95e576", "package_slug": "go/golang.org/x/crypto/salsa20/salsa", "pubdate": "2022-05-24", "solution": "Upgrade to version 0.0.0-20190320223903-b7391e95e576 or above.", "title": "Use of Insufficiently Random Values", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-11840", "https://github.com/golang/go/issues/30965", "https://bugzilla.redhat.com/show_bug.cgi?id=1691529", "https://go.googlesource.com/crypto/+/b7391e95e576cacdcdd422573063bc057239113d", "https://groups.google.com/forum/#!msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ", "https://lists.debian.org/debian-lts-announce/2019/06/msg00029.html", "https://lists.debian.org/debian-lts-announce/2020/10/msg00014.html", "https://lists.debian.org/debian-lts-announce/2020/11/msg00016.html", "https://lists.debian.org/debian-lts-announce/2020/11/msg00030.html", "https://lists.debian.org/debian-lts-announce/2021/01/msg00015.html", "https://go.dev/cl/168406", "https://go.dev/issue/30965", "https://groups.google.com/g/golang-announce/c/tjyNcJxb2vQ/m/n0NRBziSCAAJ", "https://pkg.go.dev/vuln/GO-2022-0209", "https://github.com/advisories/GHSA-r5c5-pr8j-pfp7" ], "uuid": "d2e69147-017f-4a2a-a891-f2de5dcbc2c2" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:golang:crypto:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2019-03-20", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2019-11840" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "An issue was discovered in supplementary Go cryptography libraries, aka golang-googlecode-go-crypto, before 2019-03-20. A flaw was found in the amd64 implementation of golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa. If more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. Repeated keystream bytes can lead to loss of confidentiality in encryption applications, or to predictability in CSPRNG applications." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-330" } ] } ] }, "references": { "reference_data": [ { "name": "https://groups.google.com/forum/#!msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ", "refsource": "MISC", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://groups.google.com/forum/#!msg/golang-announce/tjyNcJxb2vQ/n0NRBziSCAAJ" }, { "name": "https://go.googlesource.com/crypto/+/b7391e95e576cacdcdd422573063bc057239113d", "refsource": "MISC", "tags": [ "Mailing List", "Patch", "Third Party Advisory" ], "url": "https://go.googlesource.com/crypto/+/b7391e95e576cacdcdd422573063bc057239113d" }, { "name": "https://github.com/golang/go/issues/30965", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/golang/go/issues/30965" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1691529", "refsource": "MISC", "tags": [ "Issue Tracking", "Vendor Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691529" }, { "name": "[debian-lts-announce] 20190630 [SECURITY] [DLA 1840-1] golang-go.crypto security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2019/06/msg00029.html" }, { "name": "[debian-lts-announce] 20201007 [SECURITY] [DLA 2402-1] golang-go.crypto security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/10/msg00014.html" }, { "name": "[debian-lts-announce] 20201109 [SECURITY] [DLA 2442-1] obfs4proxy security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00016.html" }, { "name": "[debian-lts-announce] 20201118 [SECURITY] [DLA 2454-1] rclone security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/11/msg00030.html" }, { "name": "[debian-lts-announce] 20210117 [SECURITY] [DLA 2527-1] snapd security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2021/01/msg00015.html" }, { "name": "[debian-lts-announce] 20230616 [SECURITY] [DLA 3455-1] golang-go.crypto security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00017.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 2.2, "impactScore": 3.6 } }, "lastModifiedDate": "2023-06-17T00:15Z", "publishedDate": "2019-05-09T16:29Z" } } }
Loading...
Loading...
- 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.