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\",\"cveTags\":[],\"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-09-18 04:08
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_vex", "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 offerings.", "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://access.redhat.com/security/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-09-18T04:08:18+00:00", "generator": { "date": "2024-09-18T04:08:18+00:00", "engine": { "name": "Red Hat SDEngine", "version": "3.33.3" } }, "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-09-18T04:08:18+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", "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", "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", "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", "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", "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", "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", "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" } ] }
rhsa-2021_0079
Vulnerability from csaf_redhat
Published
2021-01-20 16:54
Modified
2024-09-18 04:29
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_vex", "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 offerings.", "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://access.redhat.com/security/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-09-18T04:29:39+00:00", "generator": { "date": "2024-09-18T04:29:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "3.33.3" } }, "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-09-18T04:29:39+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", "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", "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", "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-08-15T17:29:28.108+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "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:00.000+00:00", "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:00.000+00:00", "title": "CVE-2020-26137" } ] }
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" } } }
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" }
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.