Action not permitted
Modal body text goes here.
CVE-2020-36327
Vulnerability from cvelistv5
Published
2021-04-29 02:28
Modified
2024-08-04 17:23
Severity ?
EPSS score ?
Summary
Bundler 1.16.0 through 2.2.9 and 2.2.11 through 2.2.16 sometimes chooses a dependency source based on the highest gem version number, which means that a rogue gem found at a public source may be chosen, even if the intended choice was a private gem that is a dependency of another private gem that is explicitly depended on by the application. NOTE: it is not correct to use CVE-2021-24105 for every "Dependency Confusion" issue in every product.
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-04T17:23:10.451Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/rubygems/rubygems/issues/3982" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-24105" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://bundler.io/blog/2021/02/15/a-more-secure-bundler-we-fixed-our-source-priorities.html" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://mensfeld.pl/2021/02/rubygems-dependency-confusion-attack-side-of-things/" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.zofrex.com/blog/2021/04/29/bundler-still-vulnerable-dependency-confusion-cve-2020-36327/" }, { "name": "FEDORA-2021-36cdab1f8d", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MWXHK5UUHVSHF7HTHMX6JY3WXDVNIHSL/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "Bundler 1.16.0 through 2.2.9 and 2.2.11 through 2.2.16 sometimes chooses a dependency source based on the highest gem version number, which means that a rogue gem found at a public source may be chosen, even if the intended choice was a private gem that is a dependency of another private gem that is explicitly depended on by the application. NOTE: it is not correct to use CVE-2021-24105 for every \"Dependency Confusion\" issue in every product." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2021-07-29T02:06:19", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/rubygems/rubygems/issues/3982" }, { "tags": [ "x_refsource_MISC" ], "url": "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-24105" }, { "tags": [ "x_refsource_MISC" ], "url": "https://bundler.io/blog/2021/02/15/a-more-secure-bundler-we-fixed-our-source-priorities.html" }, { "tags": [ "x_refsource_MISC" ], "url": "https://mensfeld.pl/2021/02/rubygems-dependency-confusion-attack-side-of-things/" }, { "tags": [ "x_refsource_MISC" ], "url": "https://www.zofrex.com/blog/2021/04/29/bundler-still-vulnerable-dependency-confusion-cve-2020-36327/" }, { "name": "FEDORA-2021-36cdab1f8d", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MWXHK5UUHVSHF7HTHMX6JY3WXDVNIHSL/" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2020-36327", "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": "Bundler 1.16.0 through 2.2.9 and 2.2.11 through 2.2.16 sometimes chooses a dependency source based on the highest gem version number, which means that a rogue gem found at a public source may be chosen, even if the intended choice was a private gem that is a dependency of another private gem that is explicitly depended on by the application. NOTE: it is not correct to use CVE-2021-24105 for every \"Dependency Confusion\" issue in every product." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/rubygems/rubygems/issues/3982", "refsource": "MISC", "url": "https://github.com/rubygems/rubygems/issues/3982" }, { "name": "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-24105", "refsource": "MISC", "url": "https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-24105" }, { "name": "https://bundler.io/blog/2021/02/15/a-more-secure-bundler-we-fixed-our-source-priorities.html", "refsource": "MISC", "url": "https://bundler.io/blog/2021/02/15/a-more-secure-bundler-we-fixed-our-source-priorities.html" }, { "name": "https://mensfeld.pl/2021/02/rubygems-dependency-confusion-attack-side-of-things/", "refsource": "MISC", "url": "https://mensfeld.pl/2021/02/rubygems-dependency-confusion-attack-side-of-things/" }, { "name": "https://www.zofrex.com/blog/2021/04/29/bundler-still-vulnerable-dependency-confusion-cve-2020-36327/", "refsource": "MISC", "url": "https://www.zofrex.com/blog/2021/04/29/bundler-still-vulnerable-dependency-confusion-cve-2020-36327/" }, { "name": "FEDORA-2021-36cdab1f8d", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MWXHK5UUHVSHF7HTHMX6JY3WXDVNIHSL/" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2020-36327", "datePublished": "2021-04-29T02:28:54", "dateReserved": "2021-04-29T00:00:00", "dateUpdated": "2024-08-04T17:23:10.451Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2020-36327\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2021-04-29T03:15:08.710\",\"lastModified\":\"2024-11-21T05:29:17.540\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Bundler 1.16.0 through 2.2.9 and 2.2.11 through 2.2.16 sometimes chooses a dependency source based on the highest gem version number, which means that a rogue gem found at a public source may be chosen, even if the intended choice was a private gem that is a dependency of another private gem that is explicitly depended on by the application. NOTE: it is not correct to use CVE-2021-24105 for every \\\"Dependency Confusion\\\" issue in every product.\"},{\"lang\":\"es\",\"value\":\"Bundler versiones 1.16.0 hasta 2.2.9 y versiones 2.2.11 hasta 2.2.16, a veces elige una fuente de dependencia basada en el n\u00famero de versi\u00f3n de una gema m\u00e1s alto, lo que significa que se puede elegir una gema falsa que se encuentre en una fuente p\u00fablica, incluso si la elecci\u00f3n deseada fue una gema privada que depende de otra gema privada de la que depende expl\u00edcitamente la aplicaci\u00f3n.\u0026#xa0;NOTA: no es correcto usar CVE-2021-24105 para cada problema de \\\"Dependency Confusion\\\" en cada producto\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:C/I:C/A:C\",\"baseScore\":9.3,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":8.6,\"impactScore\":10.0,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:bundler:bundler:*:*:*:*:*:ruby:*:*\",\"versionStartIncluding\":\"1.16.0\",\"versionEndExcluding\":\"2.2.10\",\"matchCriteriaId\":\"B84C5D9C-16BD-4670-AF3E-5DCCB62276AB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:bundler:bundler:*:*:*:*:*:ruby:*:*\",\"versionStartIncluding\":\"2.2.11\",\"versionEndIncluding\":\"2.2.16\",\"matchCriteriaId\":\"01DEFBF9-648B-48E3-A88D-93A61FF8B965\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A930E247-0B43-43CB-98FF-6CE7B8189835\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:microsoft:package_manager_configurations:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"71D274DE-99A4-4FC3-A43B-53A2D68A0E09\"}]}]}],\"references\":[{\"url\":\"https://bundler.io/blog/2021/02/15/a-more-secure-bundler-we-fixed-our-source-priorities.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/rubygems/rubygems/issues/3982\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MWXHK5UUHVSHF7HTHMX6JY3WXDVNIHSL/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://mensfeld.pl/2021/02/rubygems-dependency-confusion-attack-side-of-things/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-24105\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://www.zofrex.com/blog/2021/04/29/bundler-still-vulnerable-dependency-confusion-cve-2020-36327/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://bundler.io/blog/2021/02/15/a-more-secure-bundler-we-fixed-our-source-priorities.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/rubygems/rubygems/issues/3982\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MWXHK5UUHVSHF7HTHMX6JY3WXDVNIHSL/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://mensfeld.pl/2021/02/rubygems-dependency-confusion-attack-side-of-things/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2021-24105\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://www.zofrex.com/blog/2021/04/29/bundler-still-vulnerable-dependency-confusion-cve-2020-36327/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]}]}}" } }
rhsa-2021_3559
Vulnerability from csaf_redhat
Published
2021-09-20 08:02
Modified
2024-11-15 11:56
Summary
Red Hat Security Advisory: rh-ruby27-ruby security update
Notes
Topic
An update for rh-ruby27-ruby is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.
The following packages have been upgraded to a later upstream version: rh-ruby27-ruby (2.7.4).
Security Fix(es):
* rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source (CVE-2020-36327)
* rubygem-rdoc: Command injection vulnerability in RDoc (CVE-2021-31799)
* ruby: FTP PASV command response can cause Net::FTP to connect to arbitrary host (CVE-2021-31810)
* ruby: StartTLS stripping vulnerability in Net::IMAP (CVE-2021-32066)
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": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rh-ruby27-ruby is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks. \n\nThe following packages have been upgraded to a later upstream version: rh-ruby27-ruby (2.7.4).\n\nSecurity Fix(es):\n\n* rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source (CVE-2020-36327)\n\n* rubygem-rdoc: Command injection vulnerability in RDoc (CVE-2021-31799)\n\n* ruby: FTP PASV command response can cause Net::FTP to connect to arbitrary host (CVE-2021-31810)\n\n* ruby: StartTLS stripping vulnerability in Net::IMAP (CVE-2021-32066)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:3559", "url": "https://access.redhat.com/errata/RHSA-2021:3559" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1958999", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1958999" }, { "category": "external", "summary": "1980126", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980126" }, { "category": "external", "summary": "1980128", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980128" }, { "category": "external", "summary": "1980132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980132" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_3559.json" } ], "title": "Red Hat Security Advisory: rh-ruby27-ruby security update", "tracking": { "current_release_date": "2024-11-15T11:56:25+00:00", "generator": { "date": "2024-11-15T11:56:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2021:3559", "initial_release_date": "2021-09-20T08:02:42+00:00", "revision_history": [ { "date": "2021-09-20T08:02:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-09-20T08:02:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-15T11:56:25+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "rh-ruby27-ruby-0:2.7.4-130.el7.src", "product": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.src", "product_id": "rh-ruby27-ruby-0:2.7.4-130.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby@2.7.4-130.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "product": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "product_id": "rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby@2.7.4-130.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "product": { "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "product_id": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby-devel@2.7.4-130.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "product": { "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "product_id": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby-libs@2.7.4-130.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "product": { "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "product_id": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-bigdecimal@2.0.0-130.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "product": { "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "product_id": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-io-console@0.5.6-130.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "product": { "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "product_id": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-json@2.3.0-130.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "product": { "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "product_id": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-openssl@2.1.2-130.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "product": { "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "product_id": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-psych@3.1.0-130.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "product": { "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "product_id": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-racc@1.4.16-130.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "product": { "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "product_id": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby-debuginfo@2.7.4-130.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "product": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "product_id": "rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby@2.7.4-130.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "product": { "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "product_id": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby-devel@2.7.4-130.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "product": { "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "product_id": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby-libs@2.7.4-130.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "product": { "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "product_id": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-bigdecimal@2.0.0-130.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "product": { "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "product_id": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-io-console@0.5.6-130.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "product": { "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "product_id": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-json@2.3.0-130.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "product": { "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "product_id": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-openssl@2.1.2-130.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "product": { "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "product_id": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-psych@3.1.0-130.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "product": { "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "product_id": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-racc@1.4.16-130.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "product": { "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "product_id": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby-debuginfo@2.7.4-130.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "product": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "product_id": "rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby@2.7.4-130.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "product": { "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "product_id": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby-devel@2.7.4-130.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "product": { "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "product_id": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby-libs@2.7.4-130.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "product": { "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "product_id": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-bigdecimal@2.0.0-130.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "product": { "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "product_id": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-io-console@0.5.6-130.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "product": { "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "product_id": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-json@2.3.0-130.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "product": { "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "product_id": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-openssl@2.1.2-130.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "product": { "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "product_id": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-psych@3.1.0-130.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "product": { "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "product_id": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-racc@1.4.16-130.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "product": { "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "product_id": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby-debuginfo@2.7.4-130.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "product": { "name": "rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "product_id": "rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-ruby-doc@2.7.4-130.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "product": { "name": "rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "product_id": "rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-bundler@2.2.24-130.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "product": { "name": "rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "product_id": "rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-did_you_mean@1.4.0-130.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "product": { "name": "rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "product_id": "rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-irb@1.2.6-130.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "product": { "name": "rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "product_id": "rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-minitest@5.13.0-130.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "product": { "name": "rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "product_id": "rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-net-telnet@0.2.0-130.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "product": { "name": "rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "product_id": "rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-power_assert@1.1.7-130.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "product": { "name": "rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "product_id": "rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-rake@13.0.1-130.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "product": { "name": "rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "product_id": "rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-rdoc@6.2.1.1-130.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "product": { "name": "rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "product_id": "rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-test-unit@3.3.4-130.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "product": { "name": "rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "product_id": "rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygem-xmlrpc@0.3.0-130.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "product": { "name": "rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "product_id": "rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygems@3.1.6-130.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "product": { "name": "rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "product_id": "rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby27-rubygems-devel@3.1.6-130.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le" }, "product_reference": "rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x" }, "product_reference": "rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src" }, "product_reference": "rh-ruby27-ruby-0:2.7.4-130.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64" }, "product_reference": "rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le" }, "product_reference": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x" }, "product_reference": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64" }, "product_reference": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le" }, "product_reference": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x" }, "product_reference": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64" }, "product_reference": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch" }, "product_reference": "rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le" }, "product_reference": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x" }, "product_reference": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64" }, "product_reference": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygems-0:3.1.6-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le" }, "product_reference": "rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x" }, "product_reference": "rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src" }, "product_reference": "rh-ruby27-ruby-0:2.7.4-130.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64" }, "product_reference": "rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le" }, "product_reference": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x" }, "product_reference": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64" }, "product_reference": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le" }, "product_reference": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x" }, "product_reference": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64" }, "product_reference": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch" }, "product_reference": "rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le" }, "product_reference": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x" }, "product_reference": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64" }, "product_reference": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygems-0:3.1.6-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le" }, "product_reference": "rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x" }, "product_reference": "rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src" }, "product_reference": "rh-ruby27-ruby-0:2.7.4-130.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-0:2.7.4-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64" }, "product_reference": "rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le" }, "product_reference": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x" }, "product_reference": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64" }, "product_reference": "rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le" }, "product_reference": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x" }, "product_reference": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64" }, "product_reference": "rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch" }, "product_reference": "rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le" }, "product_reference": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x" }, "product_reference": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64" }, "product_reference": "rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le" }, "product_reference": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x" }, "product_reference": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64" }, "product_reference": "rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygems-0:3.1.6-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.7" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" }, "product_reference": "rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.7" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-36327", "cwe": { "id": "CWE-494", "name": "Download of Code Without Integrity Check" }, "discovery_date": "2021-05-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1958999" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Bundler determined the source repository when installing dependencies of source-restricted gem packages. In configurations that use multiple gem repositories and explicitly define from which source repository certain gems are to be installed, a dependency of a source-restricted gem could be installed form a different source if that repository provided higher version of the package. This could lead to installation of a malicious gem version and arbitrary code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Satellite does not ship RubyGem bundler, however, the product consumes it from the Red Hat Software Collections (RHSCL) repository.", "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-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-36327" }, { "category": "external", "summary": "RHBZ#1958999", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1958999" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-36327", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36327" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36327", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36327" }, { "category": "external", "summary": "https://access.redhat.com/articles/6206172", "url": "https://access.redhat.com/articles/6206172" }, { "category": "external", "summary": "https://www.zofrex.com/blog/2021/04/29/bundler-still-vulnerable-dependency-confusion-cve-2020-36327/", "url": "https://www.zofrex.com/blog/2021/04/29/bundler-still-vulnerable-dependency-confusion-cve-2020-36327/" } ], "release_date": "2021-02-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-09-20T08:02:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:3559" }, { "category": "workaround", "details": "This issue only affects configurations where gem packages are installed from multiple sources and the source repositories are explicitly defined for at least some gems. Dependencies of those source-restricted gems may be installed form a different repository, even if the same repository provides those dependencies, which is inconsistent with the intended behaviour described in the Bundler documentation. There are multiple possible approaches to mitigate this issue - customers should evaluate which approaches are usable in their environments.\n\n* Explicitly define source for all dependency gems in the Gemfile configuration. When a dependency of a source-restricted gem is also to be installed form the same source, list such dependency explicitly in the Gemfile along with the specific source.\n\n* Avoid configurations with multiple source repositories. When using a private repository for non-public gems, use the same private repository to mirror any content required from any public gem repository, such as RubyGems.org. When preparing such mirror, ensure that no mirrored gems have names conflicting with names of the internal non-public gems.\n\n* Reserve internal package names in public repositories. For any internal private gem, also reserve the name in any public gem repository used, such as RubyGems.org. This will prevent attackers from registering those names and providing their malicious gems with higher versions.\n\nAdditional information about affected configurations can be found in the following Red Hat Knowledgebase article:\n\nhttps://access.redhat.com/articles/6206172", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source" }, { "cve": "CVE-2021-31799", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "discovery_date": "2021-05-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1980132" } ], "notes": [ { "category": "description", "text": "An operating system command injection flaw was found in RDoc. Using the rdoc command to generate documentation for a malicious Ruby source code could lead to execution of arbitrary commands with the privileges of the user running rdoc.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rdoc: Command injection vulnerability in RDoc", "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-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-31799" }, { "category": "external", "summary": "RHBZ#1980132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980132" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-31799", "url": "https://www.cve.org/CVERecord?id=CVE-2021-31799" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-31799", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-31799" }, { "category": "external", "summary": "https://www.ruby-lang.org/en/news/2021/05/02/os-command-injection-in-rdoc/", "url": "https://www.ruby-lang.org/en/news/2021/05/02/os-command-injection-in-rdoc/" } ], "release_date": "2021-05-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-09-20T08:02:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:3559" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rdoc: Command injection vulnerability in RDoc" }, { "cve": "CVE-2021-31810", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2021-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1980126" } ], "notes": [ { "category": "description", "text": "Ruby\u0027s Net::FTP module trusted the IP address included in the FTP server\u0027s response to the PASV command. A malicious FTP server could use this to make Ruby applications using the Net::FTP module to connect to arbitrary hosts and use this to perform port scanning or information extraction from systems not accessible from the FTP server.", "title": "Vulnerability description" }, { "category": "summary", "text": "ruby: FTP PASV command response can cause Net::FTP to connect to arbitrary host", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat CloudForms 5.11 does not ship Ruby or RubyGem net-ftp and thus not affected by the flaw. RubyGem net-sftp (Ruby implementation of Secure File Transfer Protocol) which product ship is different library component from the affected package.", "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-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-31810" }, { "category": "external", "summary": "RHBZ#1980126", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980126" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-31810", "url": "https://www.cve.org/CVERecord?id=CVE-2021-31810" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-31810", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-31810" }, { "category": "external", "summary": "https://www.ruby-lang.org/en/news/2021/07/07/trusting-pasv-responses-in-net-ftp/", "url": "https://www.ruby-lang.org/en/news/2021/07/07/trusting-pasv-responses-in-net-ftp/" } ], "release_date": "2021-07-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-09-20T08:02:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:3559" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ruby: FTP PASV command response can cause Net::FTP to connect to arbitrary host" }, { "cve": "CVE-2021-32066", "cwe": { "id": "CWE-319", "name": "Cleartext Transmission of Sensitive Information" }, "discovery_date": "2021-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1980128" } ], "notes": [ { "category": "description", "text": "Ruby\u0027s Net::IMAP module did not raise an exception when receiving an unexpected response to the STARTTLS command and the connection was not upgraded to use TLS. A man-in-the-middle attacker could use this flaw to prevent Ruby applications using Net::IMAP to enable TLS encryption for a connection to an IMAP server and subsequently eavesdrop on or modify data sent over the plain text connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "ruby: StartTLS stripping vulnerability in Net::IMAP", "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-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-32066" }, { "category": "external", "summary": "RHBZ#1980128", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980128" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-32066", "url": "https://www.cve.org/CVERecord?id=CVE-2021-32066" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-32066", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32066" }, { "category": "external", "summary": "https://www.ruby-lang.org/en/news/2021/07/07/starttls-stripping-in-net-imap/", "url": "https://www.ruby-lang.org/en/news/2021/07/07/starttls-stripping-in-net-imap/" } ], "release_date": "2021-07-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-09-20T08:02:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:3559" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7-7.7.Z:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Server-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Server-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Server-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.src", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-debuginfo-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-devel-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-doc-0:2.7.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-ruby-libs-0:2.7.4-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bigdecimal-0:2.0.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-bundler-0:2.2.24-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-did_you_mean-0:1.4.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-io-console-0:0.5.6-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-irb-0:1.2.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-json-0:2.3.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-minitest-0:5.13.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-net-telnet-0:0.2.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-openssl-0:2.1.2-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-power_assert-0:1.1.7-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-psych-0:3.1.0-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.s390x", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-racc-0:1.4.16-130.el7.x86_64", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rake-0:13.0.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-rdoc-0:6.2.1.1-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-test-unit-0:3.3.4-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygem-xmlrpc-0:0.3.0-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-0:3.1.6-130.el7.noarch", "7Workstation-RHSCL-3.7:rh-ruby27-rubygems-devel-0:3.1.6-130.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ruby: StartTLS stripping vulnerability in Net::IMAP" } ] }
rhsa-2022_0548
Vulnerability from csaf_redhat
Published
2022-02-16 11:20
Modified
2024-11-15 07:35
Summary
Red Hat Security Advisory: ruby:2.5 security update
Notes
Topic
An update for the ruby:2.5 module is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.
Security Fix(es):
* rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source (CVE-2020-36327)
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": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the ruby:2.5 module is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.\n\nSecurity Fix(es):\n\n* rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source (CVE-2020-36327)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:0548", "url": "https://access.redhat.com/errata/RHSA-2022:0548" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/articles/6206172", "url": "https://access.redhat.com/articles/6206172" }, { "category": "external", "summary": "1958999", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1958999" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_0548.json" } ], "title": "Red Hat Security Advisory: ruby:2.5 security update", "tracking": { "current_release_date": "2024-11-15T07:35:31+00:00", "generator": { "date": "2024-11-15T07:35:31+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:0548", "initial_release_date": "2022-02-16T11:20:43+00:00", "revision_history": [ { "date": "2022-02-16T11:20:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-02-16T11:20:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-15T07:35:31+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.1::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "ruby:2.5:8010020220201125517:c27ad7f8", "product": { "name": "ruby:2.5:8010020220201125517:c27ad7f8", "product_id": "ruby:2.5:8010020220201125517:c27ad7f8", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/ruby@2.5:8010020220201125517:c27ad7f8" } } }, { "category": "product_version", "name": "ruby-doc-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "ruby-doc-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "ruby-doc-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-doc@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "ruby-irb-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "ruby-irb-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "ruby-irb-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-irb@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-abrt@0.3.0-4.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-abrt-doc@0.3.0-4.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-bson-doc-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-bson-doc-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-bson-doc-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-doc@4.3.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch", "product": { "name": "rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch", "product_id": "rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bundler@1.16.1-4.module%2Bel8.1.0%2B14085%2Bcd0ba992?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-bundler-doc-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch", "product": { "name": "rubygem-bundler-doc-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch", "product_id": "rubygem-bundler-doc-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bundler-doc@1.16.1-4.module%2Bel8.1.0%2B14085%2Bcd0ba992?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-did_you_mean-0:1.2.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-did_you_mean-0:1.2.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-did_you_mean-0:1.2.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-did_you_mean@1.2.0-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-minitest-0:5.10.3-105.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-minitest-0:5.10.3-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-minitest-0:5.10.3-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-minitest@5.10.3-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mongo@2.5.1-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-mongo-doc-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-mongo-doc-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-mongo-doc-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mongo-doc@2.5.1-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-mysql2-doc-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-mysql2-doc-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-mysql2-doc-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-doc@0.4.10-4.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-net-telnet-0:0.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-net-telnet-0:0.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-net-telnet-0:0.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-net-telnet@0.1.1-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-pg-doc-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-pg-doc-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-pg-doc-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-doc@1.0.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-power_assert-0:1.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-power_assert-0:1.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-power_assert-0:1.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-power_assert@1.1.1-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-rake-0:12.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-rake-0:12.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-rake-0:12.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-rake@12.3.0-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-rdoc-0:6.0.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-rdoc-0:6.0.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-rdoc-0:6.0.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-rdoc@6.0.1-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-test-unit-0:3.2.7-105.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-test-unit-0:3.2.7-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-test-unit-0:3.2.7-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-test-unit@3.2.7-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-xmlrpc-0:0.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygem-xmlrpc-0:0.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygem-xmlrpc-0:0.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-xmlrpc@0.3.0-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygems-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygems-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygems-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygems@2.7.6.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } }, { "category": "product_version", "name": "rubygems-devel-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch", "product": { "name": "rubygems-devel-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_id": "rubygems-devel-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygems-devel@2.7.6.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.src", "product": { "name": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.src", "product_id": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=src" } } }, { "category": "product_version", "name": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.src", "product": { "name": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.src", "product_id": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-abrt@0.3.0-4.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=src" } } }, { "category": "product_version", "name": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.src", "product": { "name": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.src", "product_id": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson@4.3.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=src" } } }, { "category": "product_version", "name": "rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.src", "product": { "name": "rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.src", "product_id": "rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bundler@1.16.1-4.module%2Bel8.1.0%2B14085%2Bcd0ba992?arch=src" } } }, { "category": "product_version", "name": "rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.src", "product": { "name": "rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.src", "product_id": "rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mongo@2.5.1-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=src" } } }, { "category": "product_version", "name": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.src", "product": { "name": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.src", "product_id": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2@0.4.10-4.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=src" } } }, { "category": "product_version", "name": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.src", "product": { "name": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.src", "product_id": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg@1.0.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debugsource@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs-debuginfo@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal@1.3.4-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@1.3.4-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson@4.3.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-debuginfo@4.3.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-debugsource@4.3.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console@0.4.6-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.4.6-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json@2.1.0-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.1.0-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2@0.4.10-4.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.4.10-4.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.4.10-4.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl@2.1.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl-debuginfo@2.1.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg@1.0.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.0.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.0.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych@3.0.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product": { "name": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_id": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@3.0.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debugsource@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs-debuginfo@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal@1.3.4-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@1.3.4-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console@0.4.6-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.4.6-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json@2.1.0-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.1.0-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl@2.1.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl-debuginfo@2.1.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych@3.0.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } }, { "category": "product_version", "name": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "product": { "name": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "product_id": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@3.0.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debugsource@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs-debuginfo@2.5.5-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal@1.3.4-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@1.3.4-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson@4.3.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-debuginfo@4.3.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-debugsource@4.3.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console@0.4.6-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.4.6-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json@2.1.0-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.1.0-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2@0.4.10-4.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.4.10-4.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.4.10-4.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl@2.1.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl-debuginfo@2.1.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg@1.0.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.0.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.0.0-2.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych@3.0.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product": { "name": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_id": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@3.0.2-105.module%2Bel8.1.0%2B3656%2Bf80bfa1d?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, "product_reference": "ruby:2.5:8010020220201125517:c27ad7f8", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.src as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.src" }, "product_reference": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.src", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-doc-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-doc-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "ruby-doc-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-irb-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "ruby-irb-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.src as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.src" }, "product_reference": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.src", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.src as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.src" }, "product_reference": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.src", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-doc-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-doc-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-bson-doc-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch" }, "product_reference": "rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.src as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.src" }, "product_reference": "rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.src", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bundler-doc-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-doc-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch" }, "product_reference": "rubygem-bundler-doc-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-did_you_mean-0:1.2.0-105.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-did_you_mean-0:1.2.0-105.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-did_you_mean-0:1.2.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-minitest-0:5.10.3-105.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-minitest-0:5.10.3-105.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-minitest-0:5.10.3-105.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.src as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.src" }, "product_reference": "rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.src", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mongo-doc-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mongo-doc-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-mongo-doc-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.src as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.src" }, "product_reference": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.src", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-doc-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-doc-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-mysql2-doc-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-net-telnet-0:0.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-net-telnet-0:0.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-net-telnet-0:0.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.src as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.src" }, "product_reference": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.src", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-doc-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-doc-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-pg-doc-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-power_assert-0:1.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-power_assert-0:1.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-power_assert-0:1.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686" }, "product_reference": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le" }, "product_reference": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64 as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64" }, "product_reference": "rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rake-0:12.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-rake-0:12.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-rake-0:12.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rdoc-0:6.0.1-105.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-rdoc-0:6.0.1-105.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-rdoc-0:6.0.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-test-unit-0:3.2.7-105.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-test-unit-0:3.2.7-105.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-test-unit-0:3.2.7-105.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-xmlrpc-0:0.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-xmlrpc-0:0.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygem-xmlrpc-0:0.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygems-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygems-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygems-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" }, { "category": "default_component_of", "full_product_name": { "name": "rubygems-devel-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch as a component of ruby:2.5:8010020220201125517:c27ad7f8 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygems-devel-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch" }, "product_reference": "rubygems-devel-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-36327", "cwe": { "id": "CWE-494", "name": "Download of Code Without Integrity Check" }, "discovery_date": "2021-05-10T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-doc-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-irb-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-doc-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-did_you_mean-0:1.2.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-minitest-0:5.10.3-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mongo-doc-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-doc-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-net-telnet-0:0.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-doc-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-power_assert-0:1.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-rake-0:12.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-rdoc-0:6.0.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-test-unit-0:3.2.7-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-xmlrpc-0:0.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygems-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygems-devel-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1958999" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Bundler determined the source repository when installing dependencies of source-restricted gem packages. In configurations that use multiple gem repositories and explicitly define from which source repository certain gems are to be installed, a dependency of a source-restricted gem could be installed form a different source if that repository provided higher version of the package. This could lead to installation of a malicious gem version and arbitrary code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Satellite does not ship RubyGem bundler, however, the product consumes it from the Red Hat Software Collections (RHSCL) repository.", "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": [ "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-doc-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch" ], "known_not_affected": [ "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-doc-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-irb-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-doc-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-did_you_mean-0:1.2.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-minitest-0:5.10.3-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mongo-doc-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-doc-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-net-telnet-0:0.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-doc-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-power_assert-0:1.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-rake-0:12.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-rdoc-0:6.0.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-test-unit-0:3.2.7-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-xmlrpc-0:0.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygems-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygems-devel-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-36327" }, { "category": "external", "summary": "RHBZ#1958999", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1958999" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-36327", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36327" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36327", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36327" }, { "category": "external", "summary": "https://access.redhat.com/articles/6206172", "url": "https://access.redhat.com/articles/6206172" }, { "category": "external", "summary": "https://www.zofrex.com/blog/2021/04/29/bundler-still-vulnerable-dependency-confusion-cve-2020-36327/", "url": "https://www.zofrex.com/blog/2021/04/29/bundler-still-vulnerable-dependency-confusion-cve-2020-36327/" } ], "release_date": "2021-02-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-02-16T11:20:43+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-doc-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:0548" }, { "category": "workaround", "details": "This issue only affects configurations where gem packages are installed from multiple sources and the source repositories are explicitly defined for at least some gems. Dependencies of those source-restricted gems may be installed form a different repository, even if the same repository provides those dependencies, which is inconsistent with the intended behaviour described in the Bundler documentation. There are multiple possible approaches to mitigate this issue - customers should evaluate which approaches are usable in their environments.\n\n* Explicitly define source for all dependency gems in the Gemfile configuration. When a dependency of a source-restricted gem is also to be installed form the same source, list such dependency explicitly in the Gemfile along with the specific source.\n\n* Avoid configurations with multiple source repositories. When using a private repository for non-public gems, use the same private repository to mirror any content required from any public gem repository, such as RubyGems.org. When preparing such mirror, ensure that no mirrored gems have names conflicting with names of the internal non-public gems.\n\n* Reserve internal package names in public repositories. For any internal private gem, also reserve the name in any public gem repository used, such as RubyGems.org. This will prevent attackers from registering those names and providing their malicious gems with higher versions.\n\nAdditional information about affected configurations can be found in the following Red Hat Knowledgebase article:\n\nhttps://access.redhat.com/articles/6206172", "product_ids": [ "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-debugsource-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-devel-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-doc-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-irb-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:ruby-libs-debuginfo-0:2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bigdecimal-debuginfo-0:1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debuginfo-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-debugsource-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bson-doc-0:4.3.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-doc-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-did_you_mean-0:1.2.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-io-console-debuginfo-0:0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-json-debuginfo-0:2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-minitest-0:5.10.3-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mongo-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mongo-doc-0:2.5.1-2.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debuginfo-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-debugsource-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-mysql2-doc-0:0.4.10-4.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-net-telnet-0:0.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-openssl-debuginfo-0:2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debuginfo-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-debugsource-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-pg-doc-0:1.0.0-2.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-power_assert-0:1.1.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.i686", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.ppc64le", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-psych-debuginfo-0:3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-rake-0:12.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-rdoc-0:6.0.1-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-test-unit-0:3.2.7-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-xmlrpc-0:0.3.0-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygems-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygems-devel-0:2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.src", "AppStream-8.1.0.Z.E4S:ruby:2.5:8010020220201125517:c27ad7f8:rubygem-bundler-doc-0:1.16.1-4.module+el8.1.0+14085+cd0ba992.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source" } ] }
rhsa-2022_0708
Vulnerability from csaf_redhat
Published
2022-02-28 19:00
Modified
2024-11-15 12:00
Summary
Red Hat Security Advisory: rh-ruby26-ruby security, bug fix, and enhancement update
Notes
Topic
An update for rh-ruby26-ruby is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.
The following packages have been upgraded to a later upstream version: rh-ruby26-ruby (2.6.9). (BZ#2056947)
Security Fix(es):
* rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source (CVE-2020-36327)
* rubygem-rdoc: Command injection vulnerability in RDoc (CVE-2021-31799)
* ruby: FTP PASV command response can cause Net::FTP to connect to arbitrary host (CVE-2021-31810)
* ruby: StartTLS stripping vulnerability in Net::IMAP (CVE-2021-32066)
* ruby: Regular expression denial of service vulnerability of Date parsing methods (CVE-2021-41817)
* ruby: Cookie prefix spoofing in CGI::Cookie.parse (CVE-2021-41819)
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": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rh-ruby26-ruby is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks. \n\nThe following packages have been upgraded to a later upstream version: rh-ruby26-ruby (2.6.9). (BZ#2056947)\n\nSecurity Fix(es):\n\n* rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source (CVE-2020-36327)\n\n* rubygem-rdoc: Command injection vulnerability in RDoc (CVE-2021-31799)\n\n* ruby: FTP PASV command response can cause Net::FTP to connect to arbitrary host (CVE-2021-31810)\n\n* ruby: StartTLS stripping vulnerability in Net::IMAP (CVE-2021-32066)\n\n* ruby: Regular expression denial of service vulnerability of Date parsing methods (CVE-2021-41817)\n\n* ruby: Cookie prefix spoofing in CGI::Cookie.parse (CVE-2021-41819)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:0708", "url": "https://access.redhat.com/errata/RHSA-2022:0708" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/articles/6206172", "url": "https://access.redhat.com/articles/6206172" }, { "category": "external", "summary": "1958999", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1958999" }, { "category": "external", "summary": "1980126", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980126" }, { "category": "external", "summary": "1980128", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980128" }, { "category": "external", "summary": "1980132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980132" }, { "category": "external", "summary": "2025104", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2025104" }, { "category": "external", "summary": "2026757", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2026757" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_0708.json" } ], "title": "Red Hat Security Advisory: rh-ruby26-ruby security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-15T12:00:43+00:00", "generator": { "date": "2024-11-15T12:00:43+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:0708", "initial_release_date": "2022-02-28T19:00:13+00:00", "revision_history": [ { "date": "2022-02-28T19:00:13+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-02-28T19:00:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-15T12:00:43+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "rh-ruby26-ruby-0:2.6.9-120.el7.src", "product": { "name": "rh-ruby26-ruby-0:2.6.9-120.el7.src", "product_id": "rh-ruby26-ruby-0:2.6.9-120.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby@2.6.9-120.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "product": { "name": "rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "product_id": "rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby@2.6.9-120.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "product": { "name": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "product_id": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby-devel@2.6.9-120.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "product": { "name": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "product_id": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby-libs@2.6.9-120.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "product": { "name": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "product_id": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-bigdecimal@1.4.1-120.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "product": { "name": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "product_id": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-io-console@0.4.7-120.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "product": { "name": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "product_id": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-json@2.1.0-120.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "product": { "name": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "product_id": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-openssl@2.1.2-120.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "product": { "name": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "product_id": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-psych@3.1.0-120.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "product": { "name": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "product_id": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby-debuginfo@2.6.9-120.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "product": { "name": "rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "product_id": "rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby-doc@2.6.9-120.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "product": { "name": "rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "product_id": "rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-bundler@1.17.2-120.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "product": { "name": "rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "product_id": "rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-did_you_mean@1.3.0-120.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "product": { "name": "rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "product_id": "rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-irb@1.0.0-120.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "product": { "name": "rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "product_id": "rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-minitest@5.11.3-120.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "product": { "name": "rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "product_id": "rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-net-telnet@0.2.0-120.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "product": { "name": "rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "product_id": "rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-power_assert@1.1.3-120.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "product": { "name": "rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "product_id": "rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-rake@12.3.3-120.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "product": { "name": "rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "product_id": "rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-rdoc@6.1.2.1-120.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "product": { "name": "rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "product_id": "rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-test-unit@3.2.9-120.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "product": { "name": "rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "product_id": "rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-xmlrpc@0.3.0-120.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "product": { "name": "rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "product_id": "rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygems@3.0.3.1-120.el7?arch=noarch" } } }, { "category": "product_version", "name": "rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "product": { "name": "rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "product_id": "rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygems-devel@3.0.3.1-120.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "product": { "name": "rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "product_id": "rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby@2.6.9-120.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "product": { "name": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "product_id": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby-devel@2.6.9-120.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "product": { "name": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "product_id": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby-libs@2.6.9-120.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "product": { "name": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "product_id": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-bigdecimal@1.4.1-120.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "product": { "name": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "product_id": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-io-console@0.4.7-120.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "product": { "name": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "product_id": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-json@2.1.0-120.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "product": { "name": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "product_id": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-openssl@2.1.2-120.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "product": { "name": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "product_id": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-psych@3.1.0-120.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "product": { "name": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "product_id": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby-debuginfo@2.6.9-120.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "product": { "name": "rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "product_id": "rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby@2.6.9-120.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "product": { "name": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "product_id": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby-devel@2.6.9-120.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "product": { "name": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "product_id": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby-libs@2.6.9-120.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "product": { "name": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "product_id": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-bigdecimal@1.4.1-120.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "product": { "name": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "product_id": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-io-console@0.4.7-120.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "product": { "name": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "product_id": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-json@2.1.0-120.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "product": { "name": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "product_id": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-openssl@2.1.2-120.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "product": { "name": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "product_id": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-rubygem-psych@3.1.0-120.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "product": { "name": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "product_id": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-ruby26-ruby-debuginfo@2.6.9-120.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le" }, "product_reference": "rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-0:2.6.9-120.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x" }, "product_reference": "rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-0:2.6.9-120.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src" }, "product_reference": "rh-ruby26-ruby-0:2.6.9-120.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-0:2.6.9-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64" }, "product_reference": "rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le" }, "product_reference": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x" }, "product_reference": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64" }, "product_reference": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le" }, "product_reference": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x" }, "product_reference": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64" }, "product_reference": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch" }, "product_reference": "rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le" }, "product_reference": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x" }, "product_reference": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64" }, "product_reference": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le" }, "product_reference": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x" }, "product_reference": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64" }, "product_reference": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le" }, "product_reference": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x" }, "product_reference": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64" }, "product_reference": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le" }, "product_reference": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x" }, "product_reference": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64" }, "product_reference": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le" }, "product_reference": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x" }, "product_reference": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64" }, "product_reference": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le" }, "product_reference": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x" }, "product_reference": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64" }, "product_reference": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le" }, "product_reference": "rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-0:2.6.9-120.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x" }, "product_reference": "rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-0:2.6.9-120.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src" }, "product_reference": "rh-ruby26-ruby-0:2.6.9-120.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-0:2.6.9-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64" }, "product_reference": "rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le" }, "product_reference": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x" }, "product_reference": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64" }, "product_reference": "rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le" }, "product_reference": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x" }, "product_reference": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64" }, "product_reference": "rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch" }, "product_reference": "rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le" }, "product_reference": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x" }, "product_reference": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64" }, "product_reference": "rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le" }, "product_reference": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x" }, "product_reference": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64" }, "product_reference": "rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le" }, "product_reference": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x" }, "product_reference": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64" }, "product_reference": "rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le" }, "product_reference": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x" }, "product_reference": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64" }, "product_reference": "rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le" }, "product_reference": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x" }, "product_reference": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64" }, "product_reference": "rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le" }, "product_reference": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x" }, "product_reference": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64" }, "product_reference": "rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" }, "product_reference": "rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-36327", "cwe": { "id": "CWE-494", "name": "Download of Code Without Integrity Check" }, "discovery_date": "2021-05-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1958999" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way Bundler determined the source repository when installing dependencies of source-restricted gem packages. In configurations that use multiple gem repositories and explicitly define from which source repository certain gems are to be installed, a dependency of a source-restricted gem could be installed form a different source if that repository provided higher version of the package. This could lead to installation of a malicious gem version and arbitrary code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Satellite does not ship RubyGem bundler, however, the product consumes it from the Red Hat Software Collections (RHSCL) repository.", "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-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-36327" }, { "category": "external", "summary": "RHBZ#1958999", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1958999" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-36327", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36327" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36327", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36327" }, { "category": "external", "summary": "https://access.redhat.com/articles/6206172", "url": "https://access.redhat.com/articles/6206172" }, { "category": "external", "summary": "https://www.zofrex.com/blog/2021/04/29/bundler-still-vulnerable-dependency-confusion-cve-2020-36327/", "url": "https://www.zofrex.com/blog/2021/04/29/bundler-still-vulnerable-dependency-confusion-cve-2020-36327/" } ], "release_date": "2021-02-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-02-28T19:00:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:0708" }, { "category": "workaround", "details": "This issue only affects configurations where gem packages are installed from multiple sources and the source repositories are explicitly defined for at least some gems. Dependencies of those source-restricted gems may be installed form a different repository, even if the same repository provides those dependencies, which is inconsistent with the intended behaviour described in the Bundler documentation. There are multiple possible approaches to mitigate this issue - customers should evaluate which approaches are usable in their environments.\n\n* Explicitly define source for all dependency gems in the Gemfile configuration. When a dependency of a source-restricted gem is also to be installed form the same source, list such dependency explicitly in the Gemfile along with the specific source.\n\n* Avoid configurations with multiple source repositories. When using a private repository for non-public gems, use the same private repository to mirror any content required from any public gem repository, such as RubyGems.org. When preparing such mirror, ensure that no mirrored gems have names conflicting with names of the internal non-public gems.\n\n* Reserve internal package names in public repositories. For any internal private gem, also reserve the name in any public gem repository used, such as RubyGems.org. This will prevent attackers from registering those names and providing their malicious gems with higher versions.\n\nAdditional information about affected configurations can be found in the following Red Hat Knowledgebase article:\n\nhttps://access.redhat.com/articles/6206172", "product_ids": [ "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source" }, { "cve": "CVE-2021-31799", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "discovery_date": "2021-05-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1980132" } ], "notes": [ { "category": "description", "text": "An operating system command injection flaw was found in RDoc. Using the rdoc command to generate documentation for a malicious Ruby source code could lead to execution of arbitrary commands with the privileges of the user running rdoc.", "title": "Vulnerability description" }, { "category": "summary", "text": "rubygem-rdoc: Command injection vulnerability in RDoc", "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-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-31799" }, { "category": "external", "summary": "RHBZ#1980132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980132" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-31799", "url": "https://www.cve.org/CVERecord?id=CVE-2021-31799" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-31799", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-31799" }, { "category": "external", "summary": "https://www.ruby-lang.org/en/news/2021/05/02/os-command-injection-in-rdoc/", "url": "https://www.ruby-lang.org/en/news/2021/05/02/os-command-injection-in-rdoc/" } ], "release_date": "2021-05-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-02-28T19:00:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:0708" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rubygem-rdoc: Command injection vulnerability in RDoc" }, { "cve": "CVE-2021-31810", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2021-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1980126" } ], "notes": [ { "category": "description", "text": "Ruby\u0027s Net::FTP module trusted the IP address included in the FTP server\u0027s response to the PASV command. A malicious FTP server could use this to make Ruby applications using the Net::FTP module to connect to arbitrary hosts and use this to perform port scanning or information extraction from systems not accessible from the FTP server.", "title": "Vulnerability description" }, { "category": "summary", "text": "ruby: FTP PASV command response can cause Net::FTP to connect to arbitrary host", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat CloudForms 5.11 does not ship Ruby or RubyGem net-ftp and thus not affected by the flaw. RubyGem net-sftp (Ruby implementation of Secure File Transfer Protocol) which product ship is different library component from the affected package.", "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-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-31810" }, { "category": "external", "summary": "RHBZ#1980126", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980126" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-31810", "url": "https://www.cve.org/CVERecord?id=CVE-2021-31810" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-31810", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-31810" }, { "category": "external", "summary": "https://www.ruby-lang.org/en/news/2021/07/07/trusting-pasv-responses-in-net-ftp/", "url": "https://www.ruby-lang.org/en/news/2021/07/07/trusting-pasv-responses-in-net-ftp/" } ], "release_date": "2021-07-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-02-28T19:00:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:0708" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ruby: FTP PASV command response can cause Net::FTP to connect to arbitrary host" }, { "cve": "CVE-2021-32066", "cwe": { "id": "CWE-319", "name": "Cleartext Transmission of Sensitive Information" }, "discovery_date": "2021-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1980128" } ], "notes": [ { "category": "description", "text": "Ruby\u0027s Net::IMAP module did not raise an exception when receiving an unexpected response to the STARTTLS command and the connection was not upgraded to use TLS. A man-in-the-middle attacker could use this flaw to prevent Ruby applications using Net::IMAP to enable TLS encryption for a connection to an IMAP server and subsequently eavesdrop on or modify data sent over the plain text connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "ruby: StartTLS stripping vulnerability in Net::IMAP", "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-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-32066" }, { "category": "external", "summary": "RHBZ#1980128", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980128" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-32066", "url": "https://www.cve.org/CVERecord?id=CVE-2021-32066" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-32066", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32066" }, { "category": "external", "summary": "https://www.ruby-lang.org/en/news/2021/07/07/starttls-stripping-in-net-imap/", "url": "https://www.ruby-lang.org/en/news/2021/07/07/starttls-stripping-in-net-imap/" } ], "release_date": "2021-07-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-02-28T19:00:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:0708" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ruby: StartTLS stripping vulnerability in Net::IMAP" }, { "cve": "CVE-2021-41817", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2021-11-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2025104" } ], "notes": [ { "category": "description", "text": "A flaw was found in ruby, where the date object was found to be vulnerable to a regular expression denial of service (ReDoS) during the parsing of dates. This flaw allows an attacker to hang a ruby application by providing a specially crafted date string. The highest threat to this vulnerability is system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "ruby: Regular expression denial of service vulnerability of Date parsing methods", "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-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-41817" }, { "category": "external", "summary": "RHBZ#2025104", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2025104" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-41817", "url": "https://www.cve.org/CVERecord?id=CVE-2021-41817" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-41817", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41817" }, { "category": "external", "summary": "https://www.ruby-lang.org/en/news/2021/11/15/date-parsing-method-regexp-dos-cve-2021-41817/", "url": "https://www.ruby-lang.org/en/news/2021/11/15/date-parsing-method-regexp-dos-cve-2021-41817/" } ], "release_date": "2021-11-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-02-28T19:00:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:0708" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ruby: Regular expression denial of service vulnerability of Date parsing methods" }, { "cve": "CVE-2021-41819", "discovery_date": "2021-11-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2026757" } ], "notes": [ { "category": "description", "text": "A flaw was found in Ruby. RubyGems cgi gem could allow a remote attacker to conduct spoofing attacks caused by the mishandling of security prefixes in cookie names in the CGI::Cookie.parse function. By sending a specially-crafted request, an attacker could perform cookie prefix spoofing attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "ruby: Cookie prefix spoofing in CGI::Cookie.parse", "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-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-41819" }, { "category": "external", "summary": "RHBZ#2026757", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2026757" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-41819", "url": "https://www.cve.org/CVERecord?id=CVE-2021-41819" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-41819", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41819" } ], "release_date": "2021-11-24T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-02-28T19:00:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:0708" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Server-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Server-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Server-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.src", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-debuginfo-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-devel-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-doc-0:2.6.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-ruby-libs-0:2.6.9-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bigdecimal-0:1.4.1-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-bundler-0:1.17.2-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-did_you_mean-0:1.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-io-console-0:0.4.7-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-irb-0:1.0.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-json-0:2.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-minitest-0:5.11.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-net-telnet-0:0.2.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-openssl-0:2.1.2-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-power_assert-0:1.1.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.s390x", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-psych-0:3.1.0-120.el7.x86_64", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rake-0:12.3.3-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-rdoc-0:6.1.2.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-test-unit-0:3.2.9-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygem-xmlrpc-0:0.3.0-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-0:3.0.3.1-120.el7.noarch", "7Workstation-RHSCL-3.8:rh-ruby26-rubygems-devel-0:3.0.3.1-120.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ruby: Cookie prefix spoofing in CGI::Cookie.parse" } ] }
rhsa-2022_0582
Vulnerability from csaf_redhat
Published
2022-02-21 09:04
Modified
2024-11-15 12:00
Summary
Red Hat Security Advisory: ruby:2.6 security update
Notes
Topic
An update for the ruby:2.6 module is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.
Security Fix(es):
* rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source (CVE-2020-36327)
* ruby: NUL injection vulnerability of File.fnmatch and File.fnmatch? (CVE-2019-15845)
* ruby: Regular expression denial of service vulnerability of WEBrick's Digest authentication (CVE-2019-16201)
* ruby: Code injection via command argument of Shell#test / Shell#[] (CVE-2019-16255)
* rubygem-json: Unsafe object creation vulnerability in JSON (CVE-2020-10663)
* ruby: BasicSocket#read_nonblock method leads to information disclosure (CVE-2020-10933)
* ruby: Potential HTTP request smuggling in WEBrick (CVE-2020-25613)
* ruby: XML round-trip vulnerability in REXML (CVE-2021-28965)
* rubygem-rdoc: Command injection vulnerability in RDoc (CVE-2021-31799)
* ruby: FTP PASV command response can cause Net::FTP to connect to arbitrary host (CVE-2021-31810)
* ruby: StartTLS stripping vulnerability in Net::IMAP (CVE-2021-32066)
* ruby: Regular expression denial of service vulnerability of Date parsing methods (CVE-2021-41817)
* ruby: Cookie prefix spoofing in CGI::Cookie.parse (CVE-2021-41819)
* ruby: HTTP response splitting in WEBrick (CVE-2019-16254)
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": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the ruby:2.6 module is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.\n\nSecurity Fix(es):\n\n* rubygem-bundler: Dependencies of gems with explicit source may be installed from a different source (CVE-2020-36327)\n\n* ruby: NUL injection vulnerability of File.fnmatch and File.fnmatch? (CVE-2019-15845)\n\n* ruby: Regular expression denial of service vulnerability of WEBrick\u0027s Digest authentication (CVE-2019-16201)\n\n* ruby: Code injection via command argument of Shell#test / Shell#[] (CVE-2019-16255)\n\n* rubygem-json: Unsafe object creation vulnerability in JSON (CVE-2020-10663)\n\n* ruby: BasicSocket#read_nonblock method leads to information disclosure (CVE-2020-10933)\n\n* ruby: Potential HTTP request smuggling in WEBrick (CVE-2020-25613)\n\n* ruby: XML round-trip vulnerability in REXML (CVE-2021-28965)\n\n* rubygem-rdoc: Command injection vulnerability in RDoc (CVE-2021-31799)\n\n* ruby: FTP PASV command response can cause Net::FTP to connect to arbitrary host (CVE-2021-31810)\n\n* ruby: StartTLS stripping vulnerability in Net::IMAP (CVE-2021-32066)\n\n* ruby: Regular expression denial of service vulnerability of Date parsing methods (CVE-2021-41817)\n\n* ruby: Cookie prefix spoofing in CGI::Cookie.parse (CVE-2021-41819)\n\n* ruby: HTTP response splitting in WEBrick (CVE-2019-16254)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:0582", "url": "https://access.redhat.com/errata/RHSA-2022:0582" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/articles/6206172", "url": "https://access.redhat.com/articles/6206172" }, { "category": "external", "summary": "1773728", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773728" }, { "category": "external", "summary": "1789407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1789407" }, { "category": "external", "summary": "1789556", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1789556" }, { "category": "external", "summary": "1793683", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1793683" }, { "category": "external", "summary": "1827500", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1827500" }, { "category": "external", "summary": "1833291", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1833291" }, { "category": "external", "summary": "1883623", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1883623" }, { "category": "external", "summary": "1947526", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1947526" }, { "category": "external", "summary": "1958999", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1958999" }, { "category": "external", "summary": "1980126", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980126" }, { "category": "external", "summary": "1980128", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980128" }, { "category": "external", "summary": "1980132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980132" }, { "category": "external", "summary": "2025104", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2025104" }, { "category": "external", "summary": "2026757", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2026757" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_0582.json" } ], "title": "Red Hat Security Advisory: ruby:2.6 security update", "tracking": { "current_release_date": "2024-11-15T12:00:19+00:00", "generator": { "date": "2024-11-15T12:00:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:0582", "initial_release_date": "2022-02-21T09:04:29+00:00", "revision_history": [ { "date": "2022-02-21T09:04:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-02-21T09:04:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-15T12:00:19+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "ruby:2.6:8020020220201131207:4cda2c84", "product": { "name": "ruby:2.6:8020020220201131207:4cda2c84", "product_id": "ruby:2.6:8020020220201131207:4cda2c84", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/ruby@2.6:8020020220201131207:4cda2c84" } } }, { "category": "product_version", "name": "ruby-doc-0:2.6.9-107.module+el8.2.0+14086+86d863af.noarch", "product": { "name": "ruby-doc-0:2.6.9-107.module+el8.2.0+14086+86d863af.noarch", "product_id": "ruby-doc-0:2.6.9-107.module+el8.2.0+14086+86d863af.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-doc@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "product": { "name": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "product_id": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-abrt@0.3.0-4.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "product": { "name": "rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "product_id": "rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-abrt-doc@0.3.0-4.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-bson-doc-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.noarch", "product": { "name": "rubygem-bson-doc-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.noarch", "product_id": "rubygem-bson-doc-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-doc@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-bundler-0:1.17.2-107.module+el8.2.0+14086+86d863af.noarch", "product": { "name": "rubygem-bundler-0:1.17.2-107.module+el8.2.0+14086+86d863af.noarch", "product_id": "rubygem-bundler-0:1.17.2-107.module+el8.2.0+14086+86d863af.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bundler@1.17.2-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-did_you_mean-0:1.3.0-107.module+el8.2.0+14086+86d863af.noarch", "product": { "name": "rubygem-did_you_mean-0:1.3.0-107.module+el8.2.0+14086+86d863af.noarch", "product_id": "rubygem-did_you_mean-0:1.3.0-107.module+el8.2.0+14086+86d863af.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-did_you_mean@1.3.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-irb-0:1.0.0-107.module+el8.2.0+14086+86d863af.noarch", "product": { "name": "rubygem-irb-0:1.0.0-107.module+el8.2.0+14086+86d863af.noarch", "product_id": "rubygem-irb-0:1.0.0-107.module+el8.2.0+14086+86d863af.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-irb@1.0.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-minitest-0:5.11.3-107.module+el8.2.0+14086+86d863af.noarch", "product": { "name": "rubygem-minitest-0:5.11.3-107.module+el8.2.0+14086+86d863af.noarch", "product_id": "rubygem-minitest-0:5.11.3-107.module+el8.2.0+14086+86d863af.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-minitest@5.11.3-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "product": { "name": "rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "product_id": "rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mongo@2.8.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-mongo-doc-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "product": { "name": "rubygem-mongo-doc-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "product_id": "rubygem-mongo-doc-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mongo-doc@2.8.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-mysql2-doc-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.noarch", "product": { "name": "rubygem-mysql2-doc-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.noarch", "product_id": "rubygem-mysql2-doc-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-doc@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-net-telnet-0:0.2.0-107.module+el8.2.0+14086+86d863af.noarch", "product": { "name": "rubygem-net-telnet-0:0.2.0-107.module+el8.2.0+14086+86d863af.noarch", "product_id": "rubygem-net-telnet-0:0.2.0-107.module+el8.2.0+14086+86d863af.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-net-telnet@0.2.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-pg-doc-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.noarch", "product": { "name": "rubygem-pg-doc-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.noarch", "product_id": "rubygem-pg-doc-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-doc@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-power_assert-0:1.1.3-107.module+el8.2.0+14086+86d863af.noarch", "product": { "name": "rubygem-power_assert-0:1.1.3-107.module+el8.2.0+14086+86d863af.noarch", "product_id": "rubygem-power_assert-0:1.1.3-107.module+el8.2.0+14086+86d863af.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-power_assert@1.1.3-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-rake-0:12.3.3-107.module+el8.2.0+14086+86d863af.noarch", "product": { "name": "rubygem-rake-0:12.3.3-107.module+el8.2.0+14086+86d863af.noarch", "product_id": "rubygem-rake-0:12.3.3-107.module+el8.2.0+14086+86d863af.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-rake@12.3.3-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-rdoc-0:6.1.2.1-107.module+el8.2.0+14086+86d863af.noarch", "product": { "name": "rubygem-rdoc-0:6.1.2.1-107.module+el8.2.0+14086+86d863af.noarch", "product_id": "rubygem-rdoc-0:6.1.2.1-107.module+el8.2.0+14086+86d863af.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-rdoc@6.1.2.1-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-test-unit-0:3.2.9-107.module+el8.2.0+14086+86d863af.noarch", "product": { "name": "rubygem-test-unit-0:3.2.9-107.module+el8.2.0+14086+86d863af.noarch", "product_id": "rubygem-test-unit-0:3.2.9-107.module+el8.2.0+14086+86d863af.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-test-unit@3.2.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-xmlrpc-0:0.3.0-107.module+el8.2.0+14086+86d863af.noarch", "product": { "name": "rubygem-xmlrpc-0:0.3.0-107.module+el8.2.0+14086+86d863af.noarch", "product_id": "rubygem-xmlrpc-0:0.3.0-107.module+el8.2.0+14086+86d863af.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-xmlrpc@0.3.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=noarch" } } }, { "category": "product_version", "name": "rubygems-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "product": { "name": "rubygems-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "product_id": "rubygems-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygems@3.0.3.1-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=noarch" } } }, { "category": "product_version", "name": "rubygems-devel-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "product": { "name": "rubygems-devel-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "product_id": "rubygems-devel-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygems-devel@3.0.3.1-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debugsource@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs-debuginfo@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal@1.4.1-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@1.4.1-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "product": { "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_id": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "product": { "name": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_id": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-debuginfo@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "product": { "name": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_id": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-debugsource@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console@0.4.7-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.4.7-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json@2.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "product": { "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_id": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "product": { "name": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_id": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "product": { "name": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_id": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl@2.1.2-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl-debuginfo@2.1.2-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "product": { "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_id": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "product": { "name": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_id": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "product": { "name": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_id": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych@3.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } }, { "category": "product_version", "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "product": { "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "product_id": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@3.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.src", "product": { "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.src", "product_id": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=src" } } }, { "category": "product_version", "name": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.src", "product": { "name": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.src", "product_id": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-abrt@0.3.0-4.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=src" } } }, { "category": "product_version", "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.src", "product": { "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.src", "product_id": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=src" } } }, { "category": "product_version", "name": "rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.src", "product": { "name": "rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.src", "product_id": "rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mongo@2.8.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=src" } } }, { "category": "product_version", "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.src", "product": { "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.src", "product_id": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=src" } } }, { "category": "product_version", "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.src", "product": { "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.src", "product_id": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debugsource@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs-debuginfo@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal@1.4.1-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@1.4.1-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product": { "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_id": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product": { "name": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_id": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-debuginfo@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product": { "name": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_id": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-debugsource@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console@0.4.7-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.4.7-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json@2.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product": { "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_id": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product": { "name": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_id": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product": { "name": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_id": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl@2.1.2-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl-debuginfo@2.1.2-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product": { "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_id": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product": { "name": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_id": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product": { "name": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_id": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych@3.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } }, { "category": "product_version", "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "product": { "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "product_id": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@3.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debugsource@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs-debuginfo@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal@1.4.1-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@1.4.1-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "product": { "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "product_id": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "product": { "name": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "product_id": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-debuginfo@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "product": { "name": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "product_id": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-debugsource@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console@0.4.7-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.4.7-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json@2.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "product": { "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "product_id": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "product": { "name": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "product_id": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "product": { "name": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "product_id": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl@2.1.2-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl-debuginfo@2.1.2-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "product": { "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "product_id": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "product": { "name": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "product_id": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "product": { "name": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "product_id": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych@3.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } }, { "category": "product_version", "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "product": { "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "product_id": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@3.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product_id": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product_id": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product_id": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debugsource@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product_id": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product_id": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product_id": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs-debuginfo@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "product_id": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal@1.4.1-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "product_id": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@1.4.1-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "product_id": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console@0.4.7-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "product_id": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.4.7-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "product_id": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json@2.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "product_id": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "product_id": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl@2.1.2-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "product_id": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl-debuginfo@2.1.2-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "product_id": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych@3.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } }, { "category": "product_version", "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "product": { "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "product_id": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@3.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debugsource@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs-debuginfo@2.6.9-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal@1.4.1-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@1.4.1-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "product": { "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_id": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "product": { "name": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_id": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-debuginfo@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "product": { "name": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_id": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-bson-debugsource@4.5.0-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console@0.4.7-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.4.7-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json@2.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "product": { "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_id": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "product": { "name": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_id": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "product": { "name": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_id": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.2-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl@2.1.2-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-openssl-debuginfo@2.1.2-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "product": { "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_id": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "product": { "name": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_id": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "product": { "name": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_id": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.1.4-1.module%2Bel8.1.0%2B3653%2Bbeb38eb0?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych@3.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } }, { "category": "product_version", "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "product": { "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "product_id": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@3.1.0-107.module%2Bel8.2.0%2B14086%2B86d863af?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, "product_reference": "ruby:2.6:8020020220201131207:4cda2c84", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.src as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.src" }, "product_reference": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-doc-0:2.6.9-107.module+el8.2.0+14086+86d863af.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-doc-0:2.6.9-107.module+el8.2.0+14086+86d863af.noarch" }, "product_reference": "ruby-doc-0:2.6.9-107.module+el8.2.0+14086+86d863af.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch" }, "product_reference": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.src as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.src" }, "product_reference": "rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch" }, "product_reference": "rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64" }, "product_reference": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le" }, "product_reference": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x" }, "product_reference": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.src as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.src" }, "product_reference": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64" }, "product_reference": "rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64" }, "product_reference": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le" }, "product_reference": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x" }, "product_reference": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64" }, "product_reference": "rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64" }, "product_reference": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le" }, "product_reference": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x" }, "product_reference": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64" }, "product_reference": "rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bson-doc-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-doc-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.noarch" }, "product_reference": "rubygem-bson-doc-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-bundler-0:1.17.2-107.module+el8.2.0+14086+86d863af.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bundler-0:1.17.2-107.module+el8.2.0+14086+86d863af.noarch" }, "product_reference": "rubygem-bundler-0:1.17.2-107.module+el8.2.0+14086+86d863af.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-did_you_mean-0:1.3.0-107.module+el8.2.0+14086+86d863af.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-did_you_mean-0:1.3.0-107.module+el8.2.0+14086+86d863af.noarch" }, "product_reference": "rubygem-did_you_mean-0:1.3.0-107.module+el8.2.0+14086+86d863af.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-irb-0:1.0.0-107.module+el8.2.0+14086+86d863af.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-irb-0:1.0.0-107.module+el8.2.0+14086+86d863af.noarch" }, "product_reference": "rubygem-irb-0:1.0.0-107.module+el8.2.0+14086+86d863af.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-minitest-0:5.11.3-107.module+el8.2.0+14086+86d863af.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-minitest-0:5.11.3-107.module+el8.2.0+14086+86d863af.noarch" }, "product_reference": "rubygem-minitest-0:5.11.3-107.module+el8.2.0+14086+86d863af.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch" }, "product_reference": "rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.src as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.src" }, "product_reference": "rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mongo-doc-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-doc-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch" }, "product_reference": "rubygem-mongo-doc-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64" }, "product_reference": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le" }, "product_reference": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x" }, "product_reference": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.src as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.src" }, "product_reference": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64" }, "product_reference": "rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64" }, "product_reference": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le" }, "product_reference": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x" }, "product_reference": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64" }, "product_reference": "rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64" }, "product_reference": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le" }, "product_reference": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x" }, "product_reference": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64" }, "product_reference": "rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-mysql2-doc-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-doc-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.noarch" }, "product_reference": "rubygem-mysql2-doc-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-net-telnet-0:0.2.0-107.module+el8.2.0+14086+86d863af.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-net-telnet-0:0.2.0-107.module+el8.2.0+14086+86d863af.noarch" }, "product_reference": "rubygem-net-telnet-0:0.2.0-107.module+el8.2.0+14086+86d863af.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64" }, "product_reference": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le" }, "product_reference": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x" }, "product_reference": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.src as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.src" }, "product_reference": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.src", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64" }, "product_reference": "rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64" }, "product_reference": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le" }, "product_reference": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x" }, "product_reference": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64" }, "product_reference": "rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64" }, "product_reference": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le" }, "product_reference": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x" }, "product_reference": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64" }, "product_reference": "rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-pg-doc-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-doc-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.noarch" }, "product_reference": "rubygem-pg-doc-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-power_assert-0:1.1.3-107.module+el8.2.0+14086+86d863af.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-power_assert-0:1.1.3-107.module+el8.2.0+14086+86d863af.noarch" }, "product_reference": "rubygem-power_assert-0:1.1.3-107.module+el8.2.0+14086+86d863af.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64" }, "product_reference": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686" }, "product_reference": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le" }, "product_reference": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x" }, "product_reference": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64 as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64" }, "product_reference": "rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rake-0:12.3.3-107.module+el8.2.0+14086+86d863af.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rake-0:12.3.3-107.module+el8.2.0+14086+86d863af.noarch" }, "product_reference": "rubygem-rake-0:12.3.3-107.module+el8.2.0+14086+86d863af.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-rdoc-0:6.1.2.1-107.module+el8.2.0+14086+86d863af.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rdoc-0:6.1.2.1-107.module+el8.2.0+14086+86d863af.noarch" }, "product_reference": "rubygem-rdoc-0:6.1.2.1-107.module+el8.2.0+14086+86d863af.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-test-unit-0:3.2.9-107.module+el8.2.0+14086+86d863af.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-test-unit-0:3.2.9-107.module+el8.2.0+14086+86d863af.noarch" }, "product_reference": "rubygem-test-unit-0:3.2.9-107.module+el8.2.0+14086+86d863af.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-xmlrpc-0:0.3.0-107.module+el8.2.0+14086+86d863af.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-xmlrpc-0:0.3.0-107.module+el8.2.0+14086+86d863af.noarch" }, "product_reference": "rubygem-xmlrpc-0:0.3.0-107.module+el8.2.0+14086+86d863af.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygems-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch" }, "product_reference": "rubygems-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "rubygems-devel-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch as a component of ruby:2.6:8020020220201131207:4cda2c84 as a component of Red Hat Enterprise Linux AppStream EUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-devel-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch" }, "product_reference": "rubygems-devel-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-15845", "cwe": { "id": "CWE-41", "name": "Improper Resolution of Path Equivalence" }, "discovery_date": "2020-01-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1789407" } ], "notes": [ { "category": "description", "text": "A flaw was discovered in Ruby in the way certain functions handled strings containing NULL bytes. Specifically, the built-in methods File.fnmatch and its alias File.fnmatch? did not properly handle path patterns containing the NULL byte. A remote attacker could exploit this flaw to make a Ruby script access unexpected files and to bypass intended file system access restrictions.", "title": "Vulnerability description" }, { "category": "summary", "text": "ruby: NUL injection vulnerability of File.fnmatch and File.fnmatch?", "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": [ "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-doc-0:2.6.9-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-doc-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bundler-0:1.17.2-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-did_you_mean-0:1.3.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-irb-0:1.0.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-minitest-0:5.11.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-doc-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-doc-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-net-telnet-0:0.2.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-doc-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-power_assert-0:1.1.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rake-0:12.3.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rdoc-0:6.1.2.1-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-test-unit-0:3.2.9-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-xmlrpc-0:0.3.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-devel-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-15845" }, { "category": "external", "summary": "RHBZ#1789407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1789407" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-15845", "url": "https://www.cve.org/CVERecord?id=CVE-2019-15845" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-15845", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-15845" }, { "category": "external", "summary": "https://www.ruby-lang.org/en/news/2019/10/01/nul-injection-file-fnmatch-cve-2019-15845/", "url": "https://www.ruby-lang.org/en/news/2019/10/01/nul-injection-file-fnmatch-cve-2019-15845/" } ], "release_date": "2019-10-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-02-21T09:04:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-doc-0:2.6.9-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-doc-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bundler-0:1.17.2-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-did_you_mean-0:1.3.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-irb-0:1.0.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-minitest-0:5.11.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-doc-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-doc-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-net-telnet-0:0.2.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-doc-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-power_assert-0:1.1.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rake-0:12.3.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rdoc-0:6.1.2.1-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-test-unit-0:3.2.9-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-xmlrpc-0:0.3.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-devel-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:0582" }, { "category": "workaround", "details": "It is possible to test for presence of the NULL byte manually prior to call the affected methods with an untrusted string.", "product_ids": [ "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-doc-0:2.6.9-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-doc-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bundler-0:1.17.2-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-did_you_mean-0:1.3.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-irb-0:1.0.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-minitest-0:5.11.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-doc-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-doc-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-net-telnet-0:0.2.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-doc-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-power_assert-0:1.1.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rake-0:12.3.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rdoc-0:6.1.2.1-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-test-unit-0:3.2.9-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-xmlrpc-0:0.3.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-devel-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch" ] } ], "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": [ "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-doc-0:2.6.9-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-doc-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bundler-0:1.17.2-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-did_you_mean-0:1.3.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-irb-0:1.0.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-minitest-0:5.11.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-doc-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-doc-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-net-telnet-0:0.2.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-doc-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-power_assert-0:1.1.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rake-0:12.3.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rdoc-0:6.1.2.1-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-test-unit-0:3.2.9-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-xmlrpc-0:0.3.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-devel-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ruby: NUL injection vulnerability of File.fnmatch and File.fnmatch?" }, { "cve": "CVE-2019-16201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2019-11-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1773728" } ], "notes": [ { "category": "description", "text": "WEBrick::HTTPAuth::DigestAuth in Ruby through 2.4.7, 2.5.x through 2.5.6, and 2.6.x through 2.6.4 has a regular expression Denial of Service cause by looping/backtracking. A victim must expose a WEBrick server that uses DigestAuth to the Internet or a untrusted network.", "title": "Vulnerability description" }, { "category": "summary", "text": "ruby: Regular expression denial of service vulnerability of WEBrick\u0027s Digest authentication", "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": [ "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-doc-0:2.6.9-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-doc-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bundler-0:1.17.2-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-did_you_mean-0:1.3.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-irb-0:1.0.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-minitest-0:5.11.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-doc-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-doc-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-net-telnet-0:0.2.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-doc-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-power_assert-0:1.1.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rake-0:12.3.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rdoc-0:6.1.2.1-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-test-unit-0:3.2.9-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-xmlrpc-0:0.3.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-devel-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16201" }, { "category": "external", "summary": "RHBZ#1773728", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1773728" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16201", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16201" }, { "category": "external", "summary": "https://www.ruby-lang.org/en/news/2019/10/01/webrick-regexp-digestauth-dos-cve-2019-16201/", "url": "https://www.ruby-lang.org/en/news/2019/10/01/webrick-regexp-digestauth-dos-cve-2019-16201/" } ], "release_date": "2019-10-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-02-21T09:04:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-doc-0:2.6.9-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-doc-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bundler-0:1.17.2-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-did_you_mean-0:1.3.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-irb-0:1.0.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-minitest-0:5.11.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-doc-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-doc-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-net-telnet-0:0.2.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-doc-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-power_assert-0:1.1.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rake-0:12.3.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-rdoc-0:6.1.2.1-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-test-unit-0:3.2.9-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-xmlrpc-0:0.3.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygems-devel-0:3.0.3.1-107.module+el8.2.0+14086+86d863af.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:0582" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-debugsource-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-devel-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-doc-0:2.6.9-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:ruby-libs-debuginfo-0:2.6.9-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-abrt-doc-0:0.3.0-4.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bigdecimal-debuginfo-0:1.4.1-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debuginfo-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-debugsource-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bson-doc-0:4.5.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-bundler-0:1.17.2-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-did_you_mean-0:1.3.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-io-console-debuginfo-0:0.4.7-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-irb-0:1.0.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-json-debuginfo-0:2.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-minitest-0:5.11.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mongo-doc-0:2.8.0-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debuginfo-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-debugsource-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-mysql2-doc-0:0.5.2-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-net-telnet-0:0.2.0-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-openssl-debuginfo-0:2.1.2-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.src", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debuginfo-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-debugsource-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-pg-doc-0:1.1.4-1.module+el8.1.0+3653+beb38eb0.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-power_assert-0:1.1.3-107.module+el8.2.0+14086+86d863af.noarch", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.aarch64", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.i686", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.ppc64le", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.s390x", "AppStream-8.2.0.Z.EUS:ruby:2.6:8020020220201131207:4cda2c84:rubygem-psych-debuginfo-0:3.1.0-107.module+el8.2.0+14086+86d863af.x86_64",