Action not permitted
Modal body text goes here.
cve-2011-4815
Vulnerability from cvelistv5
Published
2011-12-30 01:00
Modified
2024-08-07 00:16
Severity ?
EPSS score ?
Summary
Ruby (aka CRuby) before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-07T00:16:35.050Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "47405", "tags": [ "third-party-advisory", "x_refsource_SECUNIA", "x_transferred" ], "url": "http://secunia.com/advisories/47405" }, { "name": "1026474", "tags": [ "vdb-entry", "x_refsource_SECTRACK", "x_transferred" ], "url": "http://www.securitytracker.com/id?1026474" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "http://www.nruns.com/_downloads/advisory28122011.pdf" }, { "name": "47822", "tags": [ "third-party-advisory", "x_refsource_SECUNIA", "x_transferred" ], "url": "http://secunia.com/advisories/47822" }, { "name": "RHSA-2012:0070", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "http://rhn.redhat.com/errata/RHSA-2012-0070.html" }, { "name": "JVN#90615481", "tags": [ "third-party-advisory", "x_refsource_JVN", "x_transferred" ], "url": "http://jvn.jp/en/jp/JVN90615481/index.html" }, { "name": "ruby-hash-dos(72020)", "tags": [ "vdb-entry", "x_refsource_XF", "x_transferred" ], "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/72020" }, { "name": "VU#903934", "tags": [ "third-party-advisory", "x_refsource_CERT-VN", "x_transferred" ], "url": "http://www.kb.cert.org/vuls/id/903934" }, { "name": "[ruby-talk] 20111228 [ANN] ruby 1.8.7 patchlevel 357 released", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/391606" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://www.ruby-lang.org/en/news/2011/12/28/denial-of-service-attack-was-found-for-rubys-hash-algorithm/" }, { "name": "20111228 n.runs-SA-2011.004 - web programming languages and platforms - DoS through hash table", "tags": [ "mailing-list", "x_refsource_BUGTRAQ", "x_transferred" ], "url": "http://archives.neohapsis.com/archives/bugtraq/2011-12/0181.html" }, { "name": "RHSA-2012:0069", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "http://rhn.redhat.com/errata/RHSA-2012-0069.html" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://support.apple.com/kb/HT5281" }, { "name": "APPLE-SA-2012-05-09-1", "tags": [ "vendor-advisory", "x_refsource_APPLE", "x_transferred" ], "url": "http://lists.apple.com/archives/security-announce/2012/May/msg00001.html" }, { "name": "JVNDB-2012-000066", "tags": [ "third-party-advisory", "x_refsource_JVNDB", "x_transferred" ], "url": "http://jvndb.jvn.jp/ja/contents/2012/JVNDB-2012-000066.html" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "http://www.ocert.org/advisories/ocert-2011-003.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "datePublic": "2011-12-28T00:00:00", "descriptions": [ { "lang": "en", "value": "Ruby (aka CRuby) before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2017-08-28T12:57:01", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "name": "47405", "tags": [ "third-party-advisory", "x_refsource_SECUNIA" ], "url": "http://secunia.com/advisories/47405" }, { "name": "1026474", "tags": [ "vdb-entry", "x_refsource_SECTRACK" ], "url": "http://www.securitytracker.com/id?1026474" }, { "tags": [ "x_refsource_MISC" ], "url": "http://www.nruns.com/_downloads/advisory28122011.pdf" }, { "name": "47822", "tags": [ "third-party-advisory", "x_refsource_SECUNIA" ], "url": "http://secunia.com/advisories/47822" }, { "name": "RHSA-2012:0070", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "http://rhn.redhat.com/errata/RHSA-2012-0070.html" }, { "name": "JVN#90615481", "tags": [ "third-party-advisory", "x_refsource_JVN" ], "url": "http://jvn.jp/en/jp/JVN90615481/index.html" }, { "name": "ruby-hash-dos(72020)", "tags": [ "vdb-entry", "x_refsource_XF" ], "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/72020" }, { "name": "VU#903934", "tags": [ "third-party-advisory", "x_refsource_CERT-VN" ], "url": "http://www.kb.cert.org/vuls/id/903934" }, { "name": "[ruby-talk] 20111228 [ANN] ruby 1.8.7 patchlevel 357 released", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/391606" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "http://www.ruby-lang.org/en/news/2011/12/28/denial-of-service-attack-was-found-for-rubys-hash-algorithm/" }, { "name": "20111228 n.runs-SA-2011.004 - web programming languages and platforms - DoS through hash table", "tags": [ "mailing-list", "x_refsource_BUGTRAQ" ], "url": "http://archives.neohapsis.com/archives/bugtraq/2011-12/0181.html" }, { "name": "RHSA-2012:0069", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "http://rhn.redhat.com/errata/RHSA-2012-0069.html" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "http://support.apple.com/kb/HT5281" }, { "name": "APPLE-SA-2012-05-09-1", "tags": [ "vendor-advisory", "x_refsource_APPLE" ], "url": "http://lists.apple.com/archives/security-announce/2012/May/msg00001.html" }, { "name": "JVNDB-2012-000066", "tags": [ "third-party-advisory", "x_refsource_JVNDB" ], "url": "http://jvndb.jvn.jp/ja/contents/2012/JVNDB-2012-000066.html" }, { "tags": [ "x_refsource_MISC" ], "url": "http://www.ocert.org/advisories/ocert-2011-003.html" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2011-4815", "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": "Ruby (aka CRuby) before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "47405", "refsource": "SECUNIA", "url": "http://secunia.com/advisories/47405" }, { "name": "1026474", "refsource": "SECTRACK", "url": "http://www.securitytracker.com/id?1026474" }, { "name": "http://www.nruns.com/_downloads/advisory28122011.pdf", "refsource": "MISC", "url": "http://www.nruns.com/_downloads/advisory28122011.pdf" }, { "name": "47822", "refsource": "SECUNIA", "url": "http://secunia.com/advisories/47822" }, { "name": "RHSA-2012:0070", "refsource": "REDHAT", "url": "http://rhn.redhat.com/errata/RHSA-2012-0070.html" }, { "name": "JVN#90615481", "refsource": "JVN", "url": "http://jvn.jp/en/jp/JVN90615481/index.html" }, { "name": "ruby-hash-dos(72020)", "refsource": "XF", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/72020" }, { "name": "VU#903934", "refsource": "CERT-VN", "url": "http://www.kb.cert.org/vuls/id/903934" }, { "name": "[ruby-talk] 20111228 [ANN] ruby 1.8.7 patchlevel 357 released", "refsource": "MLIST", "url": "http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/391606" }, { "name": "http://www.ruby-lang.org/en/news/2011/12/28/denial-of-service-attack-was-found-for-rubys-hash-algorithm/", "refsource": "CONFIRM", "url": "http://www.ruby-lang.org/en/news/2011/12/28/denial-of-service-attack-was-found-for-rubys-hash-algorithm/" }, { "name": "20111228 n.runs-SA-2011.004 - web programming languages and platforms - DoS through hash table", "refsource": "BUGTRAQ", "url": "http://archives.neohapsis.com/archives/bugtraq/2011-12/0181.html" }, { "name": "RHSA-2012:0069", "refsource": "REDHAT", "url": "http://rhn.redhat.com/errata/RHSA-2012-0069.html" }, { "name": "http://support.apple.com/kb/HT5281", "refsource": "CONFIRM", "url": "http://support.apple.com/kb/HT5281" }, { "name": "APPLE-SA-2012-05-09-1", "refsource": "APPLE", "url": "http://lists.apple.com/archives/security-announce/2012/May/msg00001.html" }, { "name": "JVNDB-2012-000066", "refsource": "JVNDB", "url": "http://jvndb.jvn.jp/ja/contents/2012/JVNDB-2012-000066.html" }, { "name": "http://www.ocert.org/advisories/ocert-2011-003.html", "refsource": "MISC", "url": "http://www.ocert.org/advisories/ocert-2011-003.html" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2011-4815", "datePublished": "2011-12-30T01:00:00", "dateReserved": "2011-12-14T00:00:00", "dateUpdated": "2024-08-07T00:16:35.050Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2011-4815\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2011-12-30T01:55:01.437\",\"lastModified\":\"2017-08-29T01:30:35.443\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"Ruby (aka CRuby) before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.\"},{\"lang\":\"es\",\"value\":\"Ruby (tambi\u00e9n conocido como CRuby) anterior a v1.8.7-P357 calcula los valores de hash sin restringir la capacidad de desencadenar colisiones hash predecible, que permite a atacantes dependientes de contexto para causar una denegaci\u00f3n de servicio (consumo de CPU) a trav\u00e9s de entrada dise\u00f1ado para una aplicaci\u00f3n que mantiene un hash mesa.\"}],\"metrics\":{\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:N/A:C\",\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"COMPLETE\",\"baseScore\":7.8},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":10.0,\"impactScore\":6.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ruby-lang:ruby:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"1.8.7-p352\",\"matchCriteriaId\":\"CF503FC0-3CC4-48BC-89EF-F7DEBF4E2F85\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ruby-lang:ruby:1.8.7-p299:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F3F5F64A-855A-41D1-9F89-EE93D0F44D70\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ruby-lang:ruby:1.8.7-p302:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"27CC5244-6F8F-4D05-8301-7467A44B962F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ruby-lang:ruby:1.8.7-p330:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D17613F3-63F8-4809-84D1-7CAC943C7B1E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ruby-lang:ruby:1.8.7-p334:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"264C1C64-B631-4C63-9A0A-10C5E3F5D1BB\"}]}]}],\"references\":[{\"url\":\"http://archives.neohapsis.com/archives/bugtraq/2011-12/0181.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/391606\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://jvn.jp/en/jp/JVN90615481/index.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://jvndb.jvn.jp/ja/contents/2012/JVNDB-2012-000066.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://lists.apple.com/archives/security-announce/2012/May/msg00001.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://rhn.redhat.com/errata/RHSA-2012-0069.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://rhn.redhat.com/errata/RHSA-2012-0070.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://secunia.com/advisories/47405\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://secunia.com/advisories/47822\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://support.apple.com/kb/HT5281\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.kb.cert.org/vuls/id/903934\",\"source\":\"cve@mitre.org\",\"tags\":[\"US Government Resource\"]},{\"url\":\"http://www.nruns.com/_downloads/advisory28122011.pdf\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.ocert.org/advisories/ocert-2011-003.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.ruby-lang.org/en/news/2011/12/28/denial-of-service-attack-was-found-for-rubys-hash-algorithm/\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.securitytracker.com/id?1026474\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://exchange.xforce.ibmcloud.com/vulnerabilities/72020\",\"source\":\"cve@mitre.org\"}]}}" } }
rhsa-2012_0070
Vulnerability from csaf_redhat
Published
2012-01-30 18:23
Modified
2024-11-22 04:59
Summary
Red Hat Security Advisory: ruby security update
Notes
Topic
Updated ruby packages that fix two security issues are now available for
Red Hat Enterprise Linux 4 and 5.
The Red Hat Security Response Team has rated this update as having moderate
security impact. Common Vulnerability Scoring System (CVSS) base scores,
which give detailed severity ratings, are available for each vulnerability
from the CVE links in the References section.
Details
Ruby is an extensible, interpreted, object-oriented, scripting language. It
has features to process text files and to do system management tasks.
A denial of service flaw was found in the implementation of associative
arrays (hashes) in Ruby. An attacker able to supply a large number of
inputs to a Ruby application (such as HTTP POST request parameters sent to
a web application) that are used as keys when inserting data into an array
could trigger multiple hash function collisions, making array operations
take an excessive amount of CPU time. To mitigate this issue, randomization
has been added to the hash function to reduce the chance of an attacker
successfully causing intentional collisions. (CVE-2011-4815)
It was found that Ruby did not reinitialize the PRNG (pseudorandom number
generator) after forking a child process. This could eventually lead to the
PRNG returning the same result twice. An attacker keeping track of the
values returned by one child process could use this flaw to predict the
values the PRNG would return in other child processes (as long as the
parent process persisted). (CVE-2011-3009)
Red Hat would like to thank oCERT for reporting CVE-2011-4815. oCERT
acknowledges Julian Wälde and Alexander Klink as the original reporters of
CVE-2011-4815.
All users of ruby are advised to upgrade to these updated packages, which
contain backported patches to resolve these issues.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated ruby packages that fix two security issues are now available for\nRed Hat Enterprise Linux 4 and 5.\n\nThe Red Hat Security Response Team has rated this update as having moderate\nsecurity impact. Common Vulnerability Scoring System (CVSS) base scores,\nwhich give detailed severity ratings, are available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Ruby is an extensible, interpreted, object-oriented, scripting language. It\nhas features to process text files and to do system management tasks.\n\nA denial of service flaw was found in the implementation of associative\narrays (hashes) in Ruby. An attacker able to supply a large number of\ninputs to a Ruby application (such as HTTP POST request parameters sent to\na web application) that are used as keys when inserting data into an array\ncould trigger multiple hash function collisions, making array operations\ntake an excessive amount of CPU time. To mitigate this issue, randomization\nhas been added to the hash function to reduce the chance of an attacker\nsuccessfully causing intentional collisions. (CVE-2011-4815)\n\nIt was found that Ruby did not reinitialize the PRNG (pseudorandom number\ngenerator) after forking a child process. This could eventually lead to the\nPRNG returning the same result twice. An attacker keeping track of the\nvalues returned by one child process could use this flaw to predict the\nvalues the PRNG would return in other child processes (as long as the\nparent process persisted). (CVE-2011-3009)\n\nRed Hat would like to thank oCERT for reporting CVE-2011-4815. oCERT\nacknowledges Julian W\u00e4lde and Alexander Klink as the original reporters of\nCVE-2011-4815.\n\nAll users of ruby are advised to upgrade to these updated packages, which\ncontain backported patches to resolve these issues.", "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-2012:0070", "url": "https://access.redhat.com/errata/RHSA-2012:0070" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "http://www.ocert.org/advisories/ocert-2011-003.html", "url": "http://www.ocert.org/advisories/ocert-2011-003.html" }, { "category": "external", "summary": "722415", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=722415" }, { "category": "external", "summary": "750564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=750564" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2012/rhsa-2012_0070.json" } ], "title": "Red Hat Security Advisory: ruby security update", "tracking": { "current_release_date": "2024-11-22T04:59:38+00:00", "generator": { "date": "2024-11-22T04:59:38+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2012:0070", "initial_release_date": "2012-01-30T18:23:00+00:00", "revision_history": [ { "date": "2012-01-30T18:23:00+00:00", "number": "1", "summary": "Initial version" }, { "date": "2012-01-30T18:28:11+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T04:59:38+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 AS version 4", "product": { "name": "Red Hat Enterprise Linux AS version 4", "product_id": "4AS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:4::as" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop version 4", "product": { "name": "Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:4::desktop" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ES version 4", "product": { "name": "Red Hat Enterprise Linux ES version 4", "product_id": "4ES", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:4::es" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux WS version 4", "product": { "name": "Red Hat Enterprise Linux WS version 4", "product_id": "4WS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:4::ws" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop (v. 5 client)", "product": { "name": "Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::client" } } }, { "category": "product_name", "name": "RHEL Desktop Workstation (v. 5 client)", "product": { "name": "RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::client_workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux (v. 5 server)", "product": { "name": "Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "ruby-docs-0:1.8.1-18.el4.ia64", "product": { "name": "ruby-docs-0:1.8.1-18.el4.ia64", "product_id": "ruby-docs-0:1.8.1-18.el4.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.1-18.el4?arch=ia64" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.1-18.el4.ia64", "product": { "name": "ruby-libs-0:1.8.1-18.el4.ia64", "product_id": "ruby-libs-0:1.8.1-18.el4.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.1-18.el4?arch=ia64" } } }, { "category": "product_version", "name": "ruby-mode-0:1.8.1-18.el4.ia64", "product": { "name": "ruby-mode-0:1.8.1-18.el4.ia64", "product_id": "ruby-mode-0:1.8.1-18.el4.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-mode@1.8.1-18.el4?arch=ia64" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.1-18.el4.ia64", "product": { "name": "ruby-tcltk-0:1.8.1-18.el4.ia64", "product_id": "ruby-tcltk-0:1.8.1-18.el4.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.1-18.el4?arch=ia64" } } }, { "category": "product_version", "name": "ruby-devel-0:1.8.1-18.el4.ia64", "product": { "name": "ruby-devel-0:1.8.1-18.el4.ia64", "product_id": "ruby-devel-0:1.8.1-18.el4.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.1-18.el4?arch=ia64" } } }, { "category": "product_version", "name": "ruby-0:1.8.1-18.el4.ia64", "product": { "name": "ruby-0:1.8.1-18.el4.ia64", "product_id": "ruby-0:1.8.1-18.el4.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.1-18.el4?arch=ia64" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.1-18.el4.ia64", "product": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ia64", "product_id": "ruby-debuginfo-0:1.8.1-18.el4.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.1-18.el4?arch=ia64" } } }, { "category": "product_version", "name": "irb-0:1.8.1-18.el4.ia64", "product": { "name": "irb-0:1.8.1-18.el4.ia64", "product_id": "irb-0:1.8.1-18.el4.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/irb@1.8.1-18.el4?arch=ia64" } } }, { "category": "product_version", "name": "ruby-ri-0:1.8.5-22.el5_7.1.ia64", "product": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.ia64", "product_id": "ruby-ri-0:1.8.5-22.el5_7.1.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-ri@1.8.5-22.el5_7.1?arch=ia64" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.5-22.el5_7.1.ia64", "product": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.ia64", "product_id": "ruby-libs-0:1.8.5-22.el5_7.1.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.5-22.el5_7.1?arch=ia64" } } }, { "category": "product_version", "name": "ruby-devel-0:1.8.5-22.el5_7.1.ia64", "product": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.ia64", "product_id": "ruby-devel-0:1.8.5-22.el5_7.1.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.5-22.el5_7.1?arch=ia64" } } }, { "category": "product_version", "name": "ruby-0:1.8.5-22.el5_7.1.ia64", "product": { "name": "ruby-0:1.8.5-22.el5_7.1.ia64", "product_id": "ruby-0:1.8.5-22.el5_7.1.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.5-22.el5_7.1?arch=ia64" } } }, { "category": "product_version", "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "product": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "product_id": "ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-rdoc@1.8.5-22.el5_7.1?arch=ia64" } } }, { "category": "product_version", "name": "ruby-irb-0:1.8.5-22.el5_7.1.ia64", "product": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.ia64", "product_id": "ruby-irb-0:1.8.5-22.el5_7.1.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-irb@1.8.5-22.el5_7.1?arch=ia64" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "product": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "product_id": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.5-22.el5_7.1?arch=ia64" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "product": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "product_id": "ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.5-22.el5_7.1?arch=ia64" } } }, { "category": "product_version", "name": "ruby-docs-0:1.8.5-22.el5_7.1.ia64", "product": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.ia64", "product_id": "ruby-docs-0:1.8.5-22.el5_7.1.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.5-22.el5_7.1?arch=ia64" } } }, { "category": "product_version", "name": "ruby-mode-0:1.8.5-22.el5_7.1.ia64", "product": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.ia64", "product_id": "ruby-mode-0:1.8.5-22.el5_7.1.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-mode@1.8.5-22.el5_7.1?arch=ia64" } } } ], "category": "architecture", "name": "ia64" }, { "branches": [ { "category": "product_version", "name": "ruby-libs-0:1.8.1-18.el4.i386", "product": { "name": "ruby-libs-0:1.8.1-18.el4.i386", "product_id": "ruby-libs-0:1.8.1-18.el4.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.1-18.el4?arch=i386" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.1-18.el4.i386", "product": { "name": "ruby-debuginfo-0:1.8.1-18.el4.i386", "product_id": "ruby-debuginfo-0:1.8.1-18.el4.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.1-18.el4?arch=i386" } } }, { "category": "product_version", "name": "ruby-docs-0:1.8.1-18.el4.i386", "product": { "name": "ruby-docs-0:1.8.1-18.el4.i386", "product_id": "ruby-docs-0:1.8.1-18.el4.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.1-18.el4?arch=i386" } } }, { "category": "product_version", "name": "ruby-mode-0:1.8.1-18.el4.i386", "product": { "name": "ruby-mode-0:1.8.1-18.el4.i386", "product_id": "ruby-mode-0:1.8.1-18.el4.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-mode@1.8.1-18.el4?arch=i386" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.1-18.el4.i386", "product": { "name": "ruby-tcltk-0:1.8.1-18.el4.i386", "product_id": "ruby-tcltk-0:1.8.1-18.el4.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.1-18.el4?arch=i386" } } }, { "category": "product_version", "name": "ruby-devel-0:1.8.1-18.el4.i386", "product": { "name": "ruby-devel-0:1.8.1-18.el4.i386", "product_id": "ruby-devel-0:1.8.1-18.el4.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.1-18.el4?arch=i386" } } }, { "category": "product_version", "name": "ruby-0:1.8.1-18.el4.i386", "product": { "name": "ruby-0:1.8.1-18.el4.i386", "product_id": "ruby-0:1.8.1-18.el4.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.1-18.el4?arch=i386" } } }, { "category": "product_version", "name": "irb-0:1.8.1-18.el4.i386", "product": { "name": "irb-0:1.8.1-18.el4.i386", "product_id": "irb-0:1.8.1-18.el4.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/irb@1.8.1-18.el4?arch=i386" } } }, { "category": "product_version", "name": "ruby-ri-0:1.8.5-22.el5_7.1.i386", "product": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.i386", "product_id": "ruby-ri-0:1.8.5-22.el5_7.1.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-ri@1.8.5-22.el5_7.1?arch=i386" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.5-22.el5_7.1.i386", "product": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.i386", "product_id": "ruby-libs-0:1.8.5-22.el5_7.1.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.5-22.el5_7.1?arch=i386" } } }, { "category": "product_version", "name": "ruby-0:1.8.5-22.el5_7.1.i386", "product": { "name": "ruby-0:1.8.5-22.el5_7.1.i386", "product_id": "ruby-0:1.8.5-22.el5_7.1.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.5-22.el5_7.1?arch=i386" } } }, { "category": "product_version", "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "product": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "product_id": "ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-rdoc@1.8.5-22.el5_7.1?arch=i386" } } }, { "category": "product_version", "name": "ruby-irb-0:1.8.5-22.el5_7.1.i386", "product": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.i386", "product_id": "ruby-irb-0:1.8.5-22.el5_7.1.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-irb@1.8.5-22.el5_7.1?arch=i386" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "product": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "product_id": "ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.5-22.el5_7.1?arch=i386" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "product": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "product_id": "ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.5-22.el5_7.1?arch=i386" } } }, { "category": "product_version", "name": "ruby-docs-0:1.8.5-22.el5_7.1.i386", "product": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.i386", "product_id": "ruby-docs-0:1.8.5-22.el5_7.1.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.5-22.el5_7.1?arch=i386" } } }, { "category": "product_version", "name": "ruby-devel-0:1.8.5-22.el5_7.1.i386", "product": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.i386", "product_id": "ruby-devel-0:1.8.5-22.el5_7.1.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.5-22.el5_7.1?arch=i386" } } }, { "category": "product_version", "name": "ruby-mode-0:1.8.5-22.el5_7.1.i386", "product": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.i386", "product_id": "ruby-mode-0:1.8.5-22.el5_7.1.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-mode@1.8.5-22.el5_7.1?arch=i386" } } } ], "category": "architecture", "name": "i386" }, { "branches": [ { "category": "product_version", "name": "ruby-docs-0:1.8.1-18.el4.x86_64", "product": { "name": "ruby-docs-0:1.8.1-18.el4.x86_64", "product_id": "ruby-docs-0:1.8.1-18.el4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.1-18.el4?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.1-18.el4.x86_64", "product": { "name": "ruby-libs-0:1.8.1-18.el4.x86_64", "product_id": "ruby-libs-0:1.8.1-18.el4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.1-18.el4?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-mode-0:1.8.1-18.el4.x86_64", "product": { "name": "ruby-mode-0:1.8.1-18.el4.x86_64", "product_id": "ruby-mode-0:1.8.1-18.el4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-mode@1.8.1-18.el4?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.1-18.el4.x86_64", "product": { "name": "ruby-tcltk-0:1.8.1-18.el4.x86_64", "product_id": "ruby-tcltk-0:1.8.1-18.el4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.1-18.el4?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-devel-0:1.8.1-18.el4.x86_64", "product": { "name": "ruby-devel-0:1.8.1-18.el4.x86_64", "product_id": "ruby-devel-0:1.8.1-18.el4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.1-18.el4?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-0:1.8.1-18.el4.x86_64", "product": { "name": "ruby-0:1.8.1-18.el4.x86_64", "product_id": "ruby-0:1.8.1-18.el4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.1-18.el4?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.1-18.el4.x86_64", "product": { "name": "ruby-debuginfo-0:1.8.1-18.el4.x86_64", "product_id": "ruby-debuginfo-0:1.8.1-18.el4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.1-18.el4?arch=x86_64" } } }, { "category": "product_version", "name": "irb-0:1.8.1-18.el4.x86_64", "product": { "name": "irb-0:1.8.1-18.el4.x86_64", "product_id": "irb-0:1.8.1-18.el4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/irb@1.8.1-18.el4?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "product": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "product_id": "ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-ri@1.8.5-22.el5_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "product": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "product_id": "ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.5-22.el5_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-0:1.8.5-22.el5_7.1.x86_64", "product": { "name": "ruby-0:1.8.5-22.el5_7.1.x86_64", "product_id": "ruby-0:1.8.5-22.el5_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.5-22.el5_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "product": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "product_id": "ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-rdoc@1.8.5-22.el5_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "product": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "product_id": "ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-irb@1.8.5-22.el5_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "product": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "product_id": "ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.5-22.el5_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "product": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "product_id": "ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.5-22.el5_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "product": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "product_id": "ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.5-22.el5_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "product": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "product_id": "ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.5-22.el5_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "product": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "product_id": "ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-mode@1.8.5-22.el5_7.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "ruby-0:1.8.1-18.el4.src", "product": { "name": "ruby-0:1.8.1-18.el4.src", "product_id": "ruby-0:1.8.1-18.el4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.1-18.el4?arch=src" } } }, { "category": "product_version", "name": "ruby-0:1.8.5-22.el5_7.1.src", "product": { "name": "ruby-0:1.8.5-22.el5_7.1.src", "product_id": "ruby-0:1.8.5-22.el5_7.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.5-22.el5_7.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "ruby-docs-0:1.8.1-18.el4.ppc", "product": { "name": "ruby-docs-0:1.8.1-18.el4.ppc", "product_id": "ruby-docs-0:1.8.1-18.el4.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.1-18.el4?arch=ppc" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.1-18.el4.ppc", "product": { "name": "ruby-libs-0:1.8.1-18.el4.ppc", "product_id": "ruby-libs-0:1.8.1-18.el4.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.1-18.el4?arch=ppc" } } }, { "category": "product_version", "name": "ruby-mode-0:1.8.1-18.el4.ppc", "product": { "name": "ruby-mode-0:1.8.1-18.el4.ppc", "product_id": "ruby-mode-0:1.8.1-18.el4.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-mode@1.8.1-18.el4?arch=ppc" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.1-18.el4.ppc", "product": { "name": "ruby-tcltk-0:1.8.1-18.el4.ppc", "product_id": "ruby-tcltk-0:1.8.1-18.el4.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.1-18.el4?arch=ppc" } } }, { "category": "product_version", "name": "ruby-devel-0:1.8.1-18.el4.ppc", "product": { "name": "ruby-devel-0:1.8.1-18.el4.ppc", "product_id": "ruby-devel-0:1.8.1-18.el4.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.1-18.el4?arch=ppc" } } }, { "category": "product_version", "name": "ruby-0:1.8.1-18.el4.ppc", "product": { "name": "ruby-0:1.8.1-18.el4.ppc", "product_id": "ruby-0:1.8.1-18.el4.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.1-18.el4?arch=ppc" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.1-18.el4.ppc", "product": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ppc", "product_id": "ruby-debuginfo-0:1.8.1-18.el4.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.1-18.el4?arch=ppc" } } }, { "category": "product_version", "name": "irb-0:1.8.1-18.el4.ppc", "product": { "name": "irb-0:1.8.1-18.el4.ppc", "product_id": "irb-0:1.8.1-18.el4.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/irb@1.8.1-18.el4?arch=ppc" } } }, { "category": "product_version", "name": "ruby-ri-0:1.8.5-22.el5_7.1.ppc", "product": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.ppc", "product_id": "ruby-ri-0:1.8.5-22.el5_7.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-ri@1.8.5-22.el5_7.1?arch=ppc" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.5-22.el5_7.1.ppc", "product": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.ppc", "product_id": "ruby-libs-0:1.8.5-22.el5_7.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.5-22.el5_7.1?arch=ppc" } } }, { "category": "product_version", "name": "ruby-devel-0:1.8.5-22.el5_7.1.ppc", "product": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.ppc", "product_id": "ruby-devel-0:1.8.5-22.el5_7.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.5-22.el5_7.1?arch=ppc" } } }, { "category": "product_version", "name": "ruby-0:1.8.5-22.el5_7.1.ppc", "product": { "name": "ruby-0:1.8.5-22.el5_7.1.ppc", "product_id": "ruby-0:1.8.5-22.el5_7.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.5-22.el5_7.1?arch=ppc" } } }, { "category": "product_version", "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "product": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "product_id": "ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-rdoc@1.8.5-22.el5_7.1?arch=ppc" } } }, { "category": "product_version", "name": "ruby-irb-0:1.8.5-22.el5_7.1.ppc", "product": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.ppc", "product_id": "ruby-irb-0:1.8.5-22.el5_7.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-irb@1.8.5-22.el5_7.1?arch=ppc" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "product": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "product_id": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.5-22.el5_7.1?arch=ppc" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "product": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "product_id": "ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.5-22.el5_7.1?arch=ppc" } } }, { "category": "product_version", "name": "ruby-docs-0:1.8.5-22.el5_7.1.ppc", "product": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.ppc", "product_id": "ruby-docs-0:1.8.5-22.el5_7.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.5-22.el5_7.1?arch=ppc" } } }, { "category": "product_version", "name": "ruby-mode-0:1.8.5-22.el5_7.1.ppc", "product": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.ppc", "product_id": "ruby-mode-0:1.8.5-22.el5_7.1.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-mode@1.8.5-22.el5_7.1?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "ruby-libs-0:1.8.1-18.el4.ppc64", "product": { "name": "ruby-libs-0:1.8.1-18.el4.ppc64", "product_id": "ruby-libs-0:1.8.1-18.el4.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.1-18.el4?arch=ppc64" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.1-18.el4.ppc64", "product": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ppc64", "product_id": "ruby-debuginfo-0:1.8.1-18.el4.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.1-18.el4?arch=ppc64" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "product": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "product_id": "ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.5-22.el5_7.1?arch=ppc64" } } }, { "category": "product_version", "name": "ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "product": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "product_id": "ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.5-22.el5_7.1?arch=ppc64" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "product": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "product_id": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.5-22.el5_7.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "ruby-docs-0:1.8.1-18.el4.s390x", "product": { "name": "ruby-docs-0:1.8.1-18.el4.s390x", "product_id": "ruby-docs-0:1.8.1-18.el4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.1-18.el4?arch=s390x" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.1-18.el4.s390x", "product": { "name": "ruby-libs-0:1.8.1-18.el4.s390x", "product_id": "ruby-libs-0:1.8.1-18.el4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.1-18.el4?arch=s390x" } } }, { "category": "product_version", "name": "ruby-mode-0:1.8.1-18.el4.s390x", "product": { "name": "ruby-mode-0:1.8.1-18.el4.s390x", "product_id": "ruby-mode-0:1.8.1-18.el4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-mode@1.8.1-18.el4?arch=s390x" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.1-18.el4.s390x", "product": { "name": "ruby-tcltk-0:1.8.1-18.el4.s390x", "product_id": "ruby-tcltk-0:1.8.1-18.el4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.1-18.el4?arch=s390x" } } }, { "category": "product_version", "name": "ruby-devel-0:1.8.1-18.el4.s390x", "product": { "name": "ruby-devel-0:1.8.1-18.el4.s390x", "product_id": "ruby-devel-0:1.8.1-18.el4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.1-18.el4?arch=s390x" } } }, { "category": "product_version", "name": "ruby-0:1.8.1-18.el4.s390x", "product": { "name": "ruby-0:1.8.1-18.el4.s390x", "product_id": "ruby-0:1.8.1-18.el4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.1-18.el4?arch=s390x" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.1-18.el4.s390x", "product": { "name": "ruby-debuginfo-0:1.8.1-18.el4.s390x", "product_id": "ruby-debuginfo-0:1.8.1-18.el4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.1-18.el4?arch=s390x" } } }, { "category": "product_version", "name": "irb-0:1.8.1-18.el4.s390x", "product": { "name": "irb-0:1.8.1-18.el4.s390x", "product_id": "irb-0:1.8.1-18.el4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/irb@1.8.1-18.el4?arch=s390x" } } }, { "category": "product_version", "name": "ruby-ri-0:1.8.5-22.el5_7.1.s390x", "product": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.s390x", "product_id": "ruby-ri-0:1.8.5-22.el5_7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-ri@1.8.5-22.el5_7.1?arch=s390x" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.5-22.el5_7.1.s390x", "product": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.s390x", "product_id": "ruby-libs-0:1.8.5-22.el5_7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.5-22.el5_7.1?arch=s390x" } } }, { "category": "product_version", "name": "ruby-devel-0:1.8.5-22.el5_7.1.s390x", "product": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.s390x", "product_id": "ruby-devel-0:1.8.5-22.el5_7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.5-22.el5_7.1?arch=s390x" } } }, { "category": "product_version", "name": "ruby-0:1.8.5-22.el5_7.1.s390x", "product": { "name": "ruby-0:1.8.5-22.el5_7.1.s390x", "product_id": "ruby-0:1.8.5-22.el5_7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.5-22.el5_7.1?arch=s390x" } } }, { "category": "product_version", "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "product": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "product_id": "ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-rdoc@1.8.5-22.el5_7.1?arch=s390x" } } }, { "category": "product_version", "name": "ruby-irb-0:1.8.5-22.el5_7.1.s390x", "product": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.s390x", "product_id": "ruby-irb-0:1.8.5-22.el5_7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-irb@1.8.5-22.el5_7.1?arch=s390x" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "product": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "product_id": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.5-22.el5_7.1?arch=s390x" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "product": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "product_id": "ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.5-22.el5_7.1?arch=s390x" } } }, { "category": "product_version", "name": "ruby-docs-0:1.8.5-22.el5_7.1.s390x", "product": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.s390x", "product_id": "ruby-docs-0:1.8.5-22.el5_7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.5-22.el5_7.1?arch=s390x" } } }, { "category": "product_version", "name": "ruby-mode-0:1.8.5-22.el5_7.1.s390x", "product": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.s390x", "product_id": "ruby-mode-0:1.8.5-22.el5_7.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-mode@1.8.5-22.el5_7.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ruby-libs-0:1.8.1-18.el4.s390", "product": { "name": "ruby-libs-0:1.8.1-18.el4.s390", "product_id": "ruby-libs-0:1.8.1-18.el4.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.1-18.el4?arch=s390" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.1-18.el4.s390", "product": { "name": "ruby-debuginfo-0:1.8.1-18.el4.s390", "product_id": "ruby-debuginfo-0:1.8.1-18.el4.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.1-18.el4?arch=s390" } } }, { "category": "product_version", "name": "ruby-docs-0:1.8.1-18.el4.s390", "product": { "name": "ruby-docs-0:1.8.1-18.el4.s390", "product_id": "ruby-docs-0:1.8.1-18.el4.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.1-18.el4?arch=s390" } } }, { "category": "product_version", "name": "ruby-mode-0:1.8.1-18.el4.s390", "product": { "name": "ruby-mode-0:1.8.1-18.el4.s390", "product_id": "ruby-mode-0:1.8.1-18.el4.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-mode@1.8.1-18.el4?arch=s390" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.1-18.el4.s390", "product": { "name": "ruby-tcltk-0:1.8.1-18.el4.s390", "product_id": "ruby-tcltk-0:1.8.1-18.el4.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.1-18.el4?arch=s390" } } }, { "category": "product_version", "name": "ruby-devel-0:1.8.1-18.el4.s390", "product": { "name": "ruby-devel-0:1.8.1-18.el4.s390", "product_id": "ruby-devel-0:1.8.1-18.el4.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.1-18.el4?arch=s390" } } }, { "category": "product_version", "name": "ruby-0:1.8.1-18.el4.s390", "product": { "name": "ruby-0:1.8.1-18.el4.s390", "product_id": "ruby-0:1.8.1-18.el4.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.1-18.el4?arch=s390" } } }, { "category": "product_version", "name": "irb-0:1.8.1-18.el4.s390", "product": { "name": "irb-0:1.8.1-18.el4.s390", "product_id": "irb-0:1.8.1-18.el4.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/irb@1.8.1-18.el4?arch=s390" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.5-22.el5_7.1.s390", "product": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.s390", "product_id": "ruby-libs-0:1.8.5-22.el5_7.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.5-22.el5_7.1?arch=s390" } } }, { "category": "product_version", "name": "ruby-devel-0:1.8.5-22.el5_7.1.s390", "product": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.s390", "product_id": "ruby-devel-0:1.8.5-22.el5_7.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.5-22.el5_7.1?arch=s390" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "product": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "product_id": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.5-22.el5_7.1?arch=s390" } } } ], "category": "architecture", "name": "s390" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:irb-0:1.8.1-18.el4.i386" }, "product_reference": "irb-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:irb-0:1.8.1-18.el4.ia64" }, "product_reference": "irb-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:irb-0:1.8.1-18.el4.ppc" }, "product_reference": "irb-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:irb-0:1.8.1-18.el4.s390" }, "product_reference": "irb-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:irb-0:1.8.1-18.el4.s390x" }, "product_reference": "irb-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:irb-0:1.8.1-18.el4.x86_64" }, "product_reference": "irb-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.src as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-0:1.8.1-18.el4.src" }, "product_reference": "ruby-0:1.8.1-18.el4.src", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-debuginfo-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-debuginfo-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ppc64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.ppc64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-debuginfo-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-devel-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-devel-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-devel-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-devel-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-devel-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-devel-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-docs-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-docs-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-docs-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-docs-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-docs-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-docs-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-libs-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-libs-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-libs-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.ppc64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-libs-0:1.8.1-18.el4.ppc64" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.ppc64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-libs-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-libs-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-libs-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-mode-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-mode-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-mode-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-mode-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-mode-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-mode-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-tcltk-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-tcltk-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-tcltk-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-tcltk-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-tcltk-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux AS version 4", "product_id": "4AS:ruby-tcltk-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4AS" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:irb-0:1.8.1-18.el4.i386" }, "product_reference": "irb-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:irb-0:1.8.1-18.el4.ia64" }, "product_reference": "irb-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:irb-0:1.8.1-18.el4.ppc" }, "product_reference": "irb-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:irb-0:1.8.1-18.el4.s390" }, "product_reference": "irb-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:irb-0:1.8.1-18.el4.s390x" }, "product_reference": "irb-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:irb-0:1.8.1-18.el4.x86_64" }, "product_reference": "irb-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.src as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-0:1.8.1-18.el4.src" }, "product_reference": "ruby-0:1.8.1-18.el4.src", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ppc64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.ppc64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-devel-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-devel-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-devel-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-devel-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-devel-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-devel-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-docs-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-docs-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-docs-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-docs-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-docs-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-docs-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-libs-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-libs-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.ppc64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc64" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.ppc64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-libs-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-libs-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-libs-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-mode-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-mode-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-mode-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-mode-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-mode-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-mode-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-tcltk-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux Desktop version 4", "product_id": "4Desktop:ruby-tcltk-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4Desktop" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:irb-0:1.8.1-18.el4.i386" }, "product_reference": "irb-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:irb-0:1.8.1-18.el4.ia64" }, "product_reference": "irb-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:irb-0:1.8.1-18.el4.ppc" }, "product_reference": "irb-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:irb-0:1.8.1-18.el4.s390" }, "product_reference": "irb-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:irb-0:1.8.1-18.el4.s390x" }, "product_reference": "irb-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:irb-0:1.8.1-18.el4.x86_64" }, "product_reference": "irb-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.src as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-0:1.8.1-18.el4.src" }, "product_reference": "ruby-0:1.8.1-18.el4.src", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-debuginfo-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-debuginfo-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ppc64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.ppc64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-debuginfo-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-devel-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-devel-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-devel-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-devel-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-devel-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-devel-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-docs-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-docs-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-docs-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-docs-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-docs-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-docs-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-libs-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-libs-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-libs-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.ppc64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-libs-0:1.8.1-18.el4.ppc64" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.ppc64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-libs-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-libs-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-libs-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-mode-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-mode-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-mode-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-mode-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-mode-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-mode-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-tcltk-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-tcltk-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-tcltk-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-tcltk-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-tcltk-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux ES version 4", "product_id": "4ES:ruby-tcltk-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4ES" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:irb-0:1.8.1-18.el4.i386" }, "product_reference": "irb-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:irb-0:1.8.1-18.el4.ia64" }, "product_reference": "irb-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:irb-0:1.8.1-18.el4.ppc" }, "product_reference": "irb-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:irb-0:1.8.1-18.el4.s390" }, "product_reference": "irb-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:irb-0:1.8.1-18.el4.s390x" }, "product_reference": "irb-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "irb-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:irb-0:1.8.1-18.el4.x86_64" }, "product_reference": "irb-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.src as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-0:1.8.1-18.el4.src" }, "product_reference": "ruby-0:1.8.1-18.el4.src", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-debuginfo-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-debuginfo-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.ppc64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.ppc64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-debuginfo-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-devel-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-devel-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-devel-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-devel-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-devel-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-devel-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-devel-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-docs-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-docs-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-docs-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-docs-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-docs-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-docs-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-docs-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-libs-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-libs-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-libs-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.ppc64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-libs-0:1.8.1-18.el4.ppc64" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.ppc64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-libs-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-libs-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-libs-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-libs-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-mode-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-mode-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-mode-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-mode-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-mode-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-mode-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-mode-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.i386 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-tcltk-0:1.8.1-18.el4.i386" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.i386", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.ia64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-tcltk-0:1.8.1-18.el4.ia64" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.ia64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.ppc as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-tcltk-0:1.8.1-18.el4.ppc" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.ppc", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.s390 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-tcltk-0:1.8.1-18.el4.s390" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.s390", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.s390x as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-tcltk-0:1.8.1-18.el4.s390x" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.s390x", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.1-18.el4.x86_64 as a component of Red Hat Enterprise Linux WS version 4", "product_id": "4WS:ruby-tcltk-0:1.8.1-18.el4.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.1-18.el4.x86_64", "relates_to_product_reference": "4WS" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.src as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.src", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.s390", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.s390", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.src as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.src", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.ppc64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.s390 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.s390", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.ppc64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.s390 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.s390", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.i386 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.ia64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.ppc as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.s390x as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64 as a component of RHEL Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Client-Workstation-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.src as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.src", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.s390 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.s390", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.s390 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.s390", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-mode-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "relates_to_product_reference": "5Server-5.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "relates_to_product_reference": "5Server-5.7.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2011-3009", "discovery_date": "2011-07-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "722415" } ], "notes": [ { "category": "description", "text": "Ruby before 1.8.6-p114 does not reset the random seed upon forking, which makes it easier for context-dependent attackers to predict the values of random numbers by leveraging knowledge of the number sequence obtained in a different child process, a related issue to CVE-2003-0900.", "title": "Vulnerability description" }, { "category": "summary", "text": "ruby: Properly initialize the random number generator when forking new process", "title": "Vulnerability summary" }, { "category": "other", "text": "The Red Hat Security Response Team has rated this issue as having low security impact, a future update may address this flaw in Red Hat Enterprise Linux 4 and 5.", "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": [ "4AS:irb-0:1.8.1-18.el4.i386", "4AS:irb-0:1.8.1-18.el4.ia64", "4AS:irb-0:1.8.1-18.el4.ppc", "4AS:irb-0:1.8.1-18.el4.s390", "4AS:irb-0:1.8.1-18.el4.s390x", "4AS:irb-0:1.8.1-18.el4.x86_64", "4AS:ruby-0:1.8.1-18.el4.i386", "4AS:ruby-0:1.8.1-18.el4.ia64", "4AS:ruby-0:1.8.1-18.el4.ppc", "4AS:ruby-0:1.8.1-18.el4.s390", "4AS:ruby-0:1.8.1-18.el4.s390x", "4AS:ruby-0:1.8.1-18.el4.src", "4AS:ruby-0:1.8.1-18.el4.x86_64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.i386", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390", "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4AS:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4AS:ruby-devel-0:1.8.1-18.el4.i386", "4AS:ruby-devel-0:1.8.1-18.el4.ia64", "4AS:ruby-devel-0:1.8.1-18.el4.ppc", "4AS:ruby-devel-0:1.8.1-18.el4.s390", "4AS:ruby-devel-0:1.8.1-18.el4.s390x", "4AS:ruby-devel-0:1.8.1-18.el4.x86_64", "4AS:ruby-docs-0:1.8.1-18.el4.i386", "4AS:ruby-docs-0:1.8.1-18.el4.ia64", "4AS:ruby-docs-0:1.8.1-18.el4.ppc", "4AS:ruby-docs-0:1.8.1-18.el4.s390", "4AS:ruby-docs-0:1.8.1-18.el4.s390x", "4AS:ruby-docs-0:1.8.1-18.el4.x86_64", "4AS:ruby-libs-0:1.8.1-18.el4.i386", "4AS:ruby-libs-0:1.8.1-18.el4.ia64", "4AS:ruby-libs-0:1.8.1-18.el4.ppc", "4AS:ruby-libs-0:1.8.1-18.el4.ppc64", "4AS:ruby-libs-0:1.8.1-18.el4.s390", "4AS:ruby-libs-0:1.8.1-18.el4.s390x", "4AS:ruby-libs-0:1.8.1-18.el4.x86_64", "4AS:ruby-mode-0:1.8.1-18.el4.i386", "4AS:ruby-mode-0:1.8.1-18.el4.ia64", "4AS:ruby-mode-0:1.8.1-18.el4.ppc", "4AS:ruby-mode-0:1.8.1-18.el4.s390", "4AS:ruby-mode-0:1.8.1-18.el4.s390x", "4AS:ruby-mode-0:1.8.1-18.el4.x86_64", "4AS:ruby-tcltk-0:1.8.1-18.el4.i386", "4AS:ruby-tcltk-0:1.8.1-18.el4.ia64", "4AS:ruby-tcltk-0:1.8.1-18.el4.ppc", "4AS:ruby-tcltk-0:1.8.1-18.el4.s390", "4AS:ruby-tcltk-0:1.8.1-18.el4.s390x", "4AS:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4Desktop:irb-0:1.8.1-18.el4.i386", "4Desktop:irb-0:1.8.1-18.el4.ia64", "4Desktop:irb-0:1.8.1-18.el4.ppc", "4Desktop:irb-0:1.8.1-18.el4.s390", "4Desktop:irb-0:1.8.1-18.el4.s390x", "4Desktop:irb-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-0:1.8.1-18.el4.i386", "4Desktop:ruby-0:1.8.1-18.el4.ia64", "4Desktop:ruby-0:1.8.1-18.el4.ppc", "4Desktop:ruby-0:1.8.1-18.el4.s390", "4Desktop:ruby-0:1.8.1-18.el4.s390x", "4Desktop:ruby-0:1.8.1-18.el4.src", "4Desktop:ruby-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.i386", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-devel-0:1.8.1-18.el4.i386", "4Desktop:ruby-devel-0:1.8.1-18.el4.ia64", "4Desktop:ruby-devel-0:1.8.1-18.el4.ppc", "4Desktop:ruby-devel-0:1.8.1-18.el4.s390", "4Desktop:ruby-devel-0:1.8.1-18.el4.s390x", "4Desktop:ruby-devel-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-docs-0:1.8.1-18.el4.i386", "4Desktop:ruby-docs-0:1.8.1-18.el4.ia64", "4Desktop:ruby-docs-0:1.8.1-18.el4.ppc", "4Desktop:ruby-docs-0:1.8.1-18.el4.s390", "4Desktop:ruby-docs-0:1.8.1-18.el4.s390x", "4Desktop:ruby-docs-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-libs-0:1.8.1-18.el4.i386", "4Desktop:ruby-libs-0:1.8.1-18.el4.ia64", "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc", "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc64", "4Desktop:ruby-libs-0:1.8.1-18.el4.s390", "4Desktop:ruby-libs-0:1.8.1-18.el4.s390x", "4Desktop:ruby-libs-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-mode-0:1.8.1-18.el4.i386", "4Desktop:ruby-mode-0:1.8.1-18.el4.ia64", "4Desktop:ruby-mode-0:1.8.1-18.el4.ppc", "4Desktop:ruby-mode-0:1.8.1-18.el4.s390", "4Desktop:ruby-mode-0:1.8.1-18.el4.s390x", "4Desktop:ruby-mode-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.i386", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ia64", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ppc", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390x", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4ES:irb-0:1.8.1-18.el4.i386", "4ES:irb-0:1.8.1-18.el4.ia64", "4ES:irb-0:1.8.1-18.el4.ppc", "4ES:irb-0:1.8.1-18.el4.s390", "4ES:irb-0:1.8.1-18.el4.s390x", "4ES:irb-0:1.8.1-18.el4.x86_64", "4ES:ruby-0:1.8.1-18.el4.i386", "4ES:ruby-0:1.8.1-18.el4.ia64", "4ES:ruby-0:1.8.1-18.el4.ppc", "4ES:ruby-0:1.8.1-18.el4.s390", "4ES:ruby-0:1.8.1-18.el4.s390x", "4ES:ruby-0:1.8.1-18.el4.src", "4ES:ruby-0:1.8.1-18.el4.x86_64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.i386", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390", "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4ES:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4ES:ruby-devel-0:1.8.1-18.el4.i386", "4ES:ruby-devel-0:1.8.1-18.el4.ia64", "4ES:ruby-devel-0:1.8.1-18.el4.ppc", "4ES:ruby-devel-0:1.8.1-18.el4.s390", "4ES:ruby-devel-0:1.8.1-18.el4.s390x", "4ES:ruby-devel-0:1.8.1-18.el4.x86_64", "4ES:ruby-docs-0:1.8.1-18.el4.i386", "4ES:ruby-docs-0:1.8.1-18.el4.ia64", "4ES:ruby-docs-0:1.8.1-18.el4.ppc", "4ES:ruby-docs-0:1.8.1-18.el4.s390", "4ES:ruby-docs-0:1.8.1-18.el4.s390x", "4ES:ruby-docs-0:1.8.1-18.el4.x86_64", "4ES:ruby-libs-0:1.8.1-18.el4.i386", "4ES:ruby-libs-0:1.8.1-18.el4.ia64", "4ES:ruby-libs-0:1.8.1-18.el4.ppc", "4ES:ruby-libs-0:1.8.1-18.el4.ppc64", "4ES:ruby-libs-0:1.8.1-18.el4.s390", "4ES:ruby-libs-0:1.8.1-18.el4.s390x", "4ES:ruby-libs-0:1.8.1-18.el4.x86_64", "4ES:ruby-mode-0:1.8.1-18.el4.i386", "4ES:ruby-mode-0:1.8.1-18.el4.ia64", "4ES:ruby-mode-0:1.8.1-18.el4.ppc", "4ES:ruby-mode-0:1.8.1-18.el4.s390", "4ES:ruby-mode-0:1.8.1-18.el4.s390x", "4ES:ruby-mode-0:1.8.1-18.el4.x86_64", "4ES:ruby-tcltk-0:1.8.1-18.el4.i386", "4ES:ruby-tcltk-0:1.8.1-18.el4.ia64", "4ES:ruby-tcltk-0:1.8.1-18.el4.ppc", "4ES:ruby-tcltk-0:1.8.1-18.el4.s390", "4ES:ruby-tcltk-0:1.8.1-18.el4.s390x", "4ES:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4WS:irb-0:1.8.1-18.el4.i386", "4WS:irb-0:1.8.1-18.el4.ia64", "4WS:irb-0:1.8.1-18.el4.ppc", "4WS:irb-0:1.8.1-18.el4.s390", "4WS:irb-0:1.8.1-18.el4.s390x", "4WS:irb-0:1.8.1-18.el4.x86_64", "4WS:ruby-0:1.8.1-18.el4.i386", "4WS:ruby-0:1.8.1-18.el4.ia64", "4WS:ruby-0:1.8.1-18.el4.ppc", "4WS:ruby-0:1.8.1-18.el4.s390", "4WS:ruby-0:1.8.1-18.el4.s390x", "4WS:ruby-0:1.8.1-18.el4.src", "4WS:ruby-0:1.8.1-18.el4.x86_64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.i386", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390", "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4WS:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4WS:ruby-devel-0:1.8.1-18.el4.i386", "4WS:ruby-devel-0:1.8.1-18.el4.ia64", "4WS:ruby-devel-0:1.8.1-18.el4.ppc", "4WS:ruby-devel-0:1.8.1-18.el4.s390", "4WS:ruby-devel-0:1.8.1-18.el4.s390x", "4WS:ruby-devel-0:1.8.1-18.el4.x86_64", "4WS:ruby-docs-0:1.8.1-18.el4.i386", "4WS:ruby-docs-0:1.8.1-18.el4.ia64", "4WS:ruby-docs-0:1.8.1-18.el4.ppc", "4WS:ruby-docs-0:1.8.1-18.el4.s390", "4WS:ruby-docs-0:1.8.1-18.el4.s390x", "4WS:ruby-docs-0:1.8.1-18.el4.x86_64", "4WS:ruby-libs-0:1.8.1-18.el4.i386", "4WS:ruby-libs-0:1.8.1-18.el4.ia64", "4WS:ruby-libs-0:1.8.1-18.el4.ppc", "4WS:ruby-libs-0:1.8.1-18.el4.ppc64", "4WS:ruby-libs-0:1.8.1-18.el4.s390", "4WS:ruby-libs-0:1.8.1-18.el4.s390x", "4WS:ruby-libs-0:1.8.1-18.el4.x86_64", "4WS:ruby-mode-0:1.8.1-18.el4.i386", "4WS:ruby-mode-0:1.8.1-18.el4.ia64", "4WS:ruby-mode-0:1.8.1-18.el4.ppc", "4WS:ruby-mode-0:1.8.1-18.el4.s390", "4WS:ruby-mode-0:1.8.1-18.el4.s390x", "4WS:ruby-mode-0:1.8.1-18.el4.x86_64", "4WS:ruby-tcltk-0:1.8.1-18.el4.i386", "4WS:ruby-tcltk-0:1.8.1-18.el4.ia64", "4WS:ruby-tcltk-0:1.8.1-18.el4.ppc", "4WS:ruby-tcltk-0:1.8.1-18.el4.s390", "4WS:ruby-tcltk-0:1.8.1-18.el4.s390x", "4WS:ruby-tcltk-0:1.8.1-18.el4.x86_64", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-3009" }, { "category": "external", "summary": "RHBZ#722415", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=722415" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-3009", "url": "https://www.cve.org/CVERecord?id=CVE-2011-3009" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-3009", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-3009" } ], "release_date": "2011-07-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-01-30T18:23:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/kb/docs/DOC-11259", "product_ids": [ "4AS:irb-0:1.8.1-18.el4.i386", "4AS:irb-0:1.8.1-18.el4.ia64", "4AS:irb-0:1.8.1-18.el4.ppc", "4AS:irb-0:1.8.1-18.el4.s390", "4AS:irb-0:1.8.1-18.el4.s390x", "4AS:irb-0:1.8.1-18.el4.x86_64", "4AS:ruby-0:1.8.1-18.el4.i386", "4AS:ruby-0:1.8.1-18.el4.ia64", "4AS:ruby-0:1.8.1-18.el4.ppc", "4AS:ruby-0:1.8.1-18.el4.s390", "4AS:ruby-0:1.8.1-18.el4.s390x", "4AS:ruby-0:1.8.1-18.el4.src", "4AS:ruby-0:1.8.1-18.el4.x86_64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.i386", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390", "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4AS:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4AS:ruby-devel-0:1.8.1-18.el4.i386", "4AS:ruby-devel-0:1.8.1-18.el4.ia64", "4AS:ruby-devel-0:1.8.1-18.el4.ppc", "4AS:ruby-devel-0:1.8.1-18.el4.s390", "4AS:ruby-devel-0:1.8.1-18.el4.s390x", "4AS:ruby-devel-0:1.8.1-18.el4.x86_64", "4AS:ruby-docs-0:1.8.1-18.el4.i386", "4AS:ruby-docs-0:1.8.1-18.el4.ia64", "4AS:ruby-docs-0:1.8.1-18.el4.ppc", "4AS:ruby-docs-0:1.8.1-18.el4.s390", "4AS:ruby-docs-0:1.8.1-18.el4.s390x", "4AS:ruby-docs-0:1.8.1-18.el4.x86_64", "4AS:ruby-libs-0:1.8.1-18.el4.i386", "4AS:ruby-libs-0:1.8.1-18.el4.ia64", "4AS:ruby-libs-0:1.8.1-18.el4.ppc", "4AS:ruby-libs-0:1.8.1-18.el4.ppc64", "4AS:ruby-libs-0:1.8.1-18.el4.s390", "4AS:ruby-libs-0:1.8.1-18.el4.s390x", "4AS:ruby-libs-0:1.8.1-18.el4.x86_64", "4AS:ruby-mode-0:1.8.1-18.el4.i386", "4AS:ruby-mode-0:1.8.1-18.el4.ia64", "4AS:ruby-mode-0:1.8.1-18.el4.ppc", "4AS:ruby-mode-0:1.8.1-18.el4.s390", "4AS:ruby-mode-0:1.8.1-18.el4.s390x", "4AS:ruby-mode-0:1.8.1-18.el4.x86_64", "4AS:ruby-tcltk-0:1.8.1-18.el4.i386", "4AS:ruby-tcltk-0:1.8.1-18.el4.ia64", "4AS:ruby-tcltk-0:1.8.1-18.el4.ppc", "4AS:ruby-tcltk-0:1.8.1-18.el4.s390", "4AS:ruby-tcltk-0:1.8.1-18.el4.s390x", "4AS:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4Desktop:irb-0:1.8.1-18.el4.i386", "4Desktop:irb-0:1.8.1-18.el4.ia64", "4Desktop:irb-0:1.8.1-18.el4.ppc", "4Desktop:irb-0:1.8.1-18.el4.s390", "4Desktop:irb-0:1.8.1-18.el4.s390x", "4Desktop:irb-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-0:1.8.1-18.el4.i386", "4Desktop:ruby-0:1.8.1-18.el4.ia64", "4Desktop:ruby-0:1.8.1-18.el4.ppc", "4Desktop:ruby-0:1.8.1-18.el4.s390", "4Desktop:ruby-0:1.8.1-18.el4.s390x", "4Desktop:ruby-0:1.8.1-18.el4.src", "4Desktop:ruby-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.i386", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-devel-0:1.8.1-18.el4.i386", "4Desktop:ruby-devel-0:1.8.1-18.el4.ia64", "4Desktop:ruby-devel-0:1.8.1-18.el4.ppc", "4Desktop:ruby-devel-0:1.8.1-18.el4.s390", "4Desktop:ruby-devel-0:1.8.1-18.el4.s390x", "4Desktop:ruby-devel-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-docs-0:1.8.1-18.el4.i386", "4Desktop:ruby-docs-0:1.8.1-18.el4.ia64", "4Desktop:ruby-docs-0:1.8.1-18.el4.ppc", "4Desktop:ruby-docs-0:1.8.1-18.el4.s390", "4Desktop:ruby-docs-0:1.8.1-18.el4.s390x", "4Desktop:ruby-docs-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-libs-0:1.8.1-18.el4.i386", "4Desktop:ruby-libs-0:1.8.1-18.el4.ia64", "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc", "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc64", "4Desktop:ruby-libs-0:1.8.1-18.el4.s390", "4Desktop:ruby-libs-0:1.8.1-18.el4.s390x", "4Desktop:ruby-libs-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-mode-0:1.8.1-18.el4.i386", "4Desktop:ruby-mode-0:1.8.1-18.el4.ia64", "4Desktop:ruby-mode-0:1.8.1-18.el4.ppc", "4Desktop:ruby-mode-0:1.8.1-18.el4.s390", "4Desktop:ruby-mode-0:1.8.1-18.el4.s390x", "4Desktop:ruby-mode-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.i386", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ia64", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ppc", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390x", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4ES:irb-0:1.8.1-18.el4.i386", "4ES:irb-0:1.8.1-18.el4.ia64", "4ES:irb-0:1.8.1-18.el4.ppc", "4ES:irb-0:1.8.1-18.el4.s390", "4ES:irb-0:1.8.1-18.el4.s390x", "4ES:irb-0:1.8.1-18.el4.x86_64", "4ES:ruby-0:1.8.1-18.el4.i386", "4ES:ruby-0:1.8.1-18.el4.ia64", "4ES:ruby-0:1.8.1-18.el4.ppc", "4ES:ruby-0:1.8.1-18.el4.s390", "4ES:ruby-0:1.8.1-18.el4.s390x", "4ES:ruby-0:1.8.1-18.el4.src", "4ES:ruby-0:1.8.1-18.el4.x86_64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.i386", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390", "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4ES:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4ES:ruby-devel-0:1.8.1-18.el4.i386", "4ES:ruby-devel-0:1.8.1-18.el4.ia64", "4ES:ruby-devel-0:1.8.1-18.el4.ppc", "4ES:ruby-devel-0:1.8.1-18.el4.s390", "4ES:ruby-devel-0:1.8.1-18.el4.s390x", "4ES:ruby-devel-0:1.8.1-18.el4.x86_64", "4ES:ruby-docs-0:1.8.1-18.el4.i386", "4ES:ruby-docs-0:1.8.1-18.el4.ia64", "4ES:ruby-docs-0:1.8.1-18.el4.ppc", "4ES:ruby-docs-0:1.8.1-18.el4.s390", "4ES:ruby-docs-0:1.8.1-18.el4.s390x", "4ES:ruby-docs-0:1.8.1-18.el4.x86_64", "4ES:ruby-libs-0:1.8.1-18.el4.i386", "4ES:ruby-libs-0:1.8.1-18.el4.ia64", "4ES:ruby-libs-0:1.8.1-18.el4.ppc", "4ES:ruby-libs-0:1.8.1-18.el4.ppc64", "4ES:ruby-libs-0:1.8.1-18.el4.s390", "4ES:ruby-libs-0:1.8.1-18.el4.s390x", "4ES:ruby-libs-0:1.8.1-18.el4.x86_64", "4ES:ruby-mode-0:1.8.1-18.el4.i386", "4ES:ruby-mode-0:1.8.1-18.el4.ia64", "4ES:ruby-mode-0:1.8.1-18.el4.ppc", "4ES:ruby-mode-0:1.8.1-18.el4.s390", "4ES:ruby-mode-0:1.8.1-18.el4.s390x", "4ES:ruby-mode-0:1.8.1-18.el4.x86_64", "4ES:ruby-tcltk-0:1.8.1-18.el4.i386", "4ES:ruby-tcltk-0:1.8.1-18.el4.ia64", "4ES:ruby-tcltk-0:1.8.1-18.el4.ppc", "4ES:ruby-tcltk-0:1.8.1-18.el4.s390", "4ES:ruby-tcltk-0:1.8.1-18.el4.s390x", "4ES:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4WS:irb-0:1.8.1-18.el4.i386", "4WS:irb-0:1.8.1-18.el4.ia64", "4WS:irb-0:1.8.1-18.el4.ppc", "4WS:irb-0:1.8.1-18.el4.s390", "4WS:irb-0:1.8.1-18.el4.s390x", "4WS:irb-0:1.8.1-18.el4.x86_64", "4WS:ruby-0:1.8.1-18.el4.i386", "4WS:ruby-0:1.8.1-18.el4.ia64", "4WS:ruby-0:1.8.1-18.el4.ppc", "4WS:ruby-0:1.8.1-18.el4.s390", "4WS:ruby-0:1.8.1-18.el4.s390x", "4WS:ruby-0:1.8.1-18.el4.src", "4WS:ruby-0:1.8.1-18.el4.x86_64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.i386", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390", "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4WS:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4WS:ruby-devel-0:1.8.1-18.el4.i386", "4WS:ruby-devel-0:1.8.1-18.el4.ia64", "4WS:ruby-devel-0:1.8.1-18.el4.ppc", "4WS:ruby-devel-0:1.8.1-18.el4.s390", "4WS:ruby-devel-0:1.8.1-18.el4.s390x", "4WS:ruby-devel-0:1.8.1-18.el4.x86_64", "4WS:ruby-docs-0:1.8.1-18.el4.i386", "4WS:ruby-docs-0:1.8.1-18.el4.ia64", "4WS:ruby-docs-0:1.8.1-18.el4.ppc", "4WS:ruby-docs-0:1.8.1-18.el4.s390", "4WS:ruby-docs-0:1.8.1-18.el4.s390x", "4WS:ruby-docs-0:1.8.1-18.el4.x86_64", "4WS:ruby-libs-0:1.8.1-18.el4.i386", "4WS:ruby-libs-0:1.8.1-18.el4.ia64", "4WS:ruby-libs-0:1.8.1-18.el4.ppc", "4WS:ruby-libs-0:1.8.1-18.el4.ppc64", "4WS:ruby-libs-0:1.8.1-18.el4.s390", "4WS:ruby-libs-0:1.8.1-18.el4.s390x", "4WS:ruby-libs-0:1.8.1-18.el4.x86_64", "4WS:ruby-mode-0:1.8.1-18.el4.i386", "4WS:ruby-mode-0:1.8.1-18.el4.ia64", "4WS:ruby-mode-0:1.8.1-18.el4.ppc", "4WS:ruby-mode-0:1.8.1-18.el4.s390", "4WS:ruby-mode-0:1.8.1-18.el4.s390x", "4WS:ruby-mode-0:1.8.1-18.el4.x86_64", "4WS:ruby-tcltk-0:1.8.1-18.el4.i386", "4WS:ruby-tcltk-0:1.8.1-18.el4.ia64", "4WS:ruby-tcltk-0:1.8.1-18.el4.ppc", "4WS:ruby-tcltk-0:1.8.1-18.el4.s390", "4WS:ruby-tcltk-0:1.8.1-18.el4.s390x", "4WS:ruby-tcltk-0:1.8.1-18.el4.x86_64", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:0070" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 2.1, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0" }, "products": [ "4AS:irb-0:1.8.1-18.el4.i386", "4AS:irb-0:1.8.1-18.el4.ia64", "4AS:irb-0:1.8.1-18.el4.ppc", "4AS:irb-0:1.8.1-18.el4.s390", "4AS:irb-0:1.8.1-18.el4.s390x", "4AS:irb-0:1.8.1-18.el4.x86_64", "4AS:ruby-0:1.8.1-18.el4.i386", "4AS:ruby-0:1.8.1-18.el4.ia64", "4AS:ruby-0:1.8.1-18.el4.ppc", "4AS:ruby-0:1.8.1-18.el4.s390", "4AS:ruby-0:1.8.1-18.el4.s390x", "4AS:ruby-0:1.8.1-18.el4.src", "4AS:ruby-0:1.8.1-18.el4.x86_64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.i386", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390", "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4AS:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4AS:ruby-devel-0:1.8.1-18.el4.i386", "4AS:ruby-devel-0:1.8.1-18.el4.ia64", "4AS:ruby-devel-0:1.8.1-18.el4.ppc", "4AS:ruby-devel-0:1.8.1-18.el4.s390", "4AS:ruby-devel-0:1.8.1-18.el4.s390x", "4AS:ruby-devel-0:1.8.1-18.el4.x86_64", "4AS:ruby-docs-0:1.8.1-18.el4.i386", "4AS:ruby-docs-0:1.8.1-18.el4.ia64", "4AS:ruby-docs-0:1.8.1-18.el4.ppc", "4AS:ruby-docs-0:1.8.1-18.el4.s390", "4AS:ruby-docs-0:1.8.1-18.el4.s390x", "4AS:ruby-docs-0:1.8.1-18.el4.x86_64", "4AS:ruby-libs-0:1.8.1-18.el4.i386", "4AS:ruby-libs-0:1.8.1-18.el4.ia64", "4AS:ruby-libs-0:1.8.1-18.el4.ppc", "4AS:ruby-libs-0:1.8.1-18.el4.ppc64", "4AS:ruby-libs-0:1.8.1-18.el4.s390", "4AS:ruby-libs-0:1.8.1-18.el4.s390x", "4AS:ruby-libs-0:1.8.1-18.el4.x86_64", "4AS:ruby-mode-0:1.8.1-18.el4.i386", "4AS:ruby-mode-0:1.8.1-18.el4.ia64", "4AS:ruby-mode-0:1.8.1-18.el4.ppc", "4AS:ruby-mode-0:1.8.1-18.el4.s390", "4AS:ruby-mode-0:1.8.1-18.el4.s390x", "4AS:ruby-mode-0:1.8.1-18.el4.x86_64", "4AS:ruby-tcltk-0:1.8.1-18.el4.i386", "4AS:ruby-tcltk-0:1.8.1-18.el4.ia64", "4AS:ruby-tcltk-0:1.8.1-18.el4.ppc", "4AS:ruby-tcltk-0:1.8.1-18.el4.s390", "4AS:ruby-tcltk-0:1.8.1-18.el4.s390x", "4AS:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4Desktop:irb-0:1.8.1-18.el4.i386", "4Desktop:irb-0:1.8.1-18.el4.ia64", "4Desktop:irb-0:1.8.1-18.el4.ppc", "4Desktop:irb-0:1.8.1-18.el4.s390", "4Desktop:irb-0:1.8.1-18.el4.s390x", "4Desktop:irb-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-0:1.8.1-18.el4.i386", "4Desktop:ruby-0:1.8.1-18.el4.ia64", "4Desktop:ruby-0:1.8.1-18.el4.ppc", "4Desktop:ruby-0:1.8.1-18.el4.s390", "4Desktop:ruby-0:1.8.1-18.el4.s390x", "4Desktop:ruby-0:1.8.1-18.el4.src", "4Desktop:ruby-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.i386", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-devel-0:1.8.1-18.el4.i386", "4Desktop:ruby-devel-0:1.8.1-18.el4.ia64", "4Desktop:ruby-devel-0:1.8.1-18.el4.ppc", "4Desktop:ruby-devel-0:1.8.1-18.el4.s390", "4Desktop:ruby-devel-0:1.8.1-18.el4.s390x", "4Desktop:ruby-devel-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-docs-0:1.8.1-18.el4.i386", "4Desktop:ruby-docs-0:1.8.1-18.el4.ia64", "4Desktop:ruby-docs-0:1.8.1-18.el4.ppc", "4Desktop:ruby-docs-0:1.8.1-18.el4.s390", "4Desktop:ruby-docs-0:1.8.1-18.el4.s390x", "4Desktop:ruby-docs-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-libs-0:1.8.1-18.el4.i386", "4Desktop:ruby-libs-0:1.8.1-18.el4.ia64", "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc", "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc64", "4Desktop:ruby-libs-0:1.8.1-18.el4.s390", "4Desktop:ruby-libs-0:1.8.1-18.el4.s390x", "4Desktop:ruby-libs-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-mode-0:1.8.1-18.el4.i386", "4Desktop:ruby-mode-0:1.8.1-18.el4.ia64", "4Desktop:ruby-mode-0:1.8.1-18.el4.ppc", "4Desktop:ruby-mode-0:1.8.1-18.el4.s390", "4Desktop:ruby-mode-0:1.8.1-18.el4.s390x", "4Desktop:ruby-mode-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.i386", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ia64", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ppc", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390x", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4ES:irb-0:1.8.1-18.el4.i386", "4ES:irb-0:1.8.1-18.el4.ia64", "4ES:irb-0:1.8.1-18.el4.ppc", "4ES:irb-0:1.8.1-18.el4.s390", "4ES:irb-0:1.8.1-18.el4.s390x", "4ES:irb-0:1.8.1-18.el4.x86_64", "4ES:ruby-0:1.8.1-18.el4.i386", "4ES:ruby-0:1.8.1-18.el4.ia64", "4ES:ruby-0:1.8.1-18.el4.ppc", "4ES:ruby-0:1.8.1-18.el4.s390", "4ES:ruby-0:1.8.1-18.el4.s390x", "4ES:ruby-0:1.8.1-18.el4.src", "4ES:ruby-0:1.8.1-18.el4.x86_64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.i386", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390", "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4ES:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4ES:ruby-devel-0:1.8.1-18.el4.i386", "4ES:ruby-devel-0:1.8.1-18.el4.ia64", "4ES:ruby-devel-0:1.8.1-18.el4.ppc", "4ES:ruby-devel-0:1.8.1-18.el4.s390", "4ES:ruby-devel-0:1.8.1-18.el4.s390x", "4ES:ruby-devel-0:1.8.1-18.el4.x86_64", "4ES:ruby-docs-0:1.8.1-18.el4.i386", "4ES:ruby-docs-0:1.8.1-18.el4.ia64", "4ES:ruby-docs-0:1.8.1-18.el4.ppc", "4ES:ruby-docs-0:1.8.1-18.el4.s390", "4ES:ruby-docs-0:1.8.1-18.el4.s390x", "4ES:ruby-docs-0:1.8.1-18.el4.x86_64", "4ES:ruby-libs-0:1.8.1-18.el4.i386", "4ES:ruby-libs-0:1.8.1-18.el4.ia64", "4ES:ruby-libs-0:1.8.1-18.el4.ppc", "4ES:ruby-libs-0:1.8.1-18.el4.ppc64", "4ES:ruby-libs-0:1.8.1-18.el4.s390", "4ES:ruby-libs-0:1.8.1-18.el4.s390x", "4ES:ruby-libs-0:1.8.1-18.el4.x86_64", "4ES:ruby-mode-0:1.8.1-18.el4.i386", "4ES:ruby-mode-0:1.8.1-18.el4.ia64", "4ES:ruby-mode-0:1.8.1-18.el4.ppc", "4ES:ruby-mode-0:1.8.1-18.el4.s390", "4ES:ruby-mode-0:1.8.1-18.el4.s390x", "4ES:ruby-mode-0:1.8.1-18.el4.x86_64", "4ES:ruby-tcltk-0:1.8.1-18.el4.i386", "4ES:ruby-tcltk-0:1.8.1-18.el4.ia64", "4ES:ruby-tcltk-0:1.8.1-18.el4.ppc", "4ES:ruby-tcltk-0:1.8.1-18.el4.s390", "4ES:ruby-tcltk-0:1.8.1-18.el4.s390x", "4ES:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4WS:irb-0:1.8.1-18.el4.i386", "4WS:irb-0:1.8.1-18.el4.ia64", "4WS:irb-0:1.8.1-18.el4.ppc", "4WS:irb-0:1.8.1-18.el4.s390", "4WS:irb-0:1.8.1-18.el4.s390x", "4WS:irb-0:1.8.1-18.el4.x86_64", "4WS:ruby-0:1.8.1-18.el4.i386", "4WS:ruby-0:1.8.1-18.el4.ia64", "4WS:ruby-0:1.8.1-18.el4.ppc", "4WS:ruby-0:1.8.1-18.el4.s390", "4WS:ruby-0:1.8.1-18.el4.s390x", "4WS:ruby-0:1.8.1-18.el4.src", "4WS:ruby-0:1.8.1-18.el4.x86_64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.i386", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390", "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4WS:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4WS:ruby-devel-0:1.8.1-18.el4.i386", "4WS:ruby-devel-0:1.8.1-18.el4.ia64", "4WS:ruby-devel-0:1.8.1-18.el4.ppc", "4WS:ruby-devel-0:1.8.1-18.el4.s390", "4WS:ruby-devel-0:1.8.1-18.el4.s390x", "4WS:ruby-devel-0:1.8.1-18.el4.x86_64", "4WS:ruby-docs-0:1.8.1-18.el4.i386", "4WS:ruby-docs-0:1.8.1-18.el4.ia64", "4WS:ruby-docs-0:1.8.1-18.el4.ppc", "4WS:ruby-docs-0:1.8.1-18.el4.s390", "4WS:ruby-docs-0:1.8.1-18.el4.s390x", "4WS:ruby-docs-0:1.8.1-18.el4.x86_64", "4WS:ruby-libs-0:1.8.1-18.el4.i386", "4WS:ruby-libs-0:1.8.1-18.el4.ia64", "4WS:ruby-libs-0:1.8.1-18.el4.ppc", "4WS:ruby-libs-0:1.8.1-18.el4.ppc64", "4WS:ruby-libs-0:1.8.1-18.el4.s390", "4WS:ruby-libs-0:1.8.1-18.el4.s390x", "4WS:ruby-libs-0:1.8.1-18.el4.x86_64", "4WS:ruby-mode-0:1.8.1-18.el4.i386", "4WS:ruby-mode-0:1.8.1-18.el4.ia64", "4WS:ruby-mode-0:1.8.1-18.el4.ppc", "4WS:ruby-mode-0:1.8.1-18.el4.s390", "4WS:ruby-mode-0:1.8.1-18.el4.s390x", "4WS:ruby-mode-0:1.8.1-18.el4.x86_64", "4WS:ruby-tcltk-0:1.8.1-18.el4.i386", "4WS:ruby-tcltk-0:1.8.1-18.el4.ia64", "4WS:ruby-tcltk-0:1.8.1-18.el4.ppc", "4WS:ruby-tcltk-0:1.8.1-18.el4.s390", "4WS:ruby-tcltk-0:1.8.1-18.el4.s390x", "4WS:ruby-tcltk-0:1.8.1-18.el4.x86_64", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "ruby: Properly initialize the random number generator when forking new process" }, { "acknowledgments": [ { "names": [ "oCERT" ] } ], "cve": "CVE-2011-4815", "discovery_date": "2011-11-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "750564" } ], "notes": [ { "category": "description", "text": "Ruby (aka CRuby) before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.", "title": "Vulnerability description" }, { "category": "summary", "text": "ruby: hash table collisions CPU usage DoS (oCERT-2011-003)", "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": [ "4AS:irb-0:1.8.1-18.el4.i386", "4AS:irb-0:1.8.1-18.el4.ia64", "4AS:irb-0:1.8.1-18.el4.ppc", "4AS:irb-0:1.8.1-18.el4.s390", "4AS:irb-0:1.8.1-18.el4.s390x", "4AS:irb-0:1.8.1-18.el4.x86_64", "4AS:ruby-0:1.8.1-18.el4.i386", "4AS:ruby-0:1.8.1-18.el4.ia64", "4AS:ruby-0:1.8.1-18.el4.ppc", "4AS:ruby-0:1.8.1-18.el4.s390", "4AS:ruby-0:1.8.1-18.el4.s390x", "4AS:ruby-0:1.8.1-18.el4.src", "4AS:ruby-0:1.8.1-18.el4.x86_64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.i386", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390", "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4AS:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4AS:ruby-devel-0:1.8.1-18.el4.i386", "4AS:ruby-devel-0:1.8.1-18.el4.ia64", "4AS:ruby-devel-0:1.8.1-18.el4.ppc", "4AS:ruby-devel-0:1.8.1-18.el4.s390", "4AS:ruby-devel-0:1.8.1-18.el4.s390x", "4AS:ruby-devel-0:1.8.1-18.el4.x86_64", "4AS:ruby-docs-0:1.8.1-18.el4.i386", "4AS:ruby-docs-0:1.8.1-18.el4.ia64", "4AS:ruby-docs-0:1.8.1-18.el4.ppc", "4AS:ruby-docs-0:1.8.1-18.el4.s390", "4AS:ruby-docs-0:1.8.1-18.el4.s390x", "4AS:ruby-docs-0:1.8.1-18.el4.x86_64", "4AS:ruby-libs-0:1.8.1-18.el4.i386", "4AS:ruby-libs-0:1.8.1-18.el4.ia64", "4AS:ruby-libs-0:1.8.1-18.el4.ppc", "4AS:ruby-libs-0:1.8.1-18.el4.ppc64", "4AS:ruby-libs-0:1.8.1-18.el4.s390", "4AS:ruby-libs-0:1.8.1-18.el4.s390x", "4AS:ruby-libs-0:1.8.1-18.el4.x86_64", "4AS:ruby-mode-0:1.8.1-18.el4.i386", "4AS:ruby-mode-0:1.8.1-18.el4.ia64", "4AS:ruby-mode-0:1.8.1-18.el4.ppc", "4AS:ruby-mode-0:1.8.1-18.el4.s390", "4AS:ruby-mode-0:1.8.1-18.el4.s390x", "4AS:ruby-mode-0:1.8.1-18.el4.x86_64", "4AS:ruby-tcltk-0:1.8.1-18.el4.i386", "4AS:ruby-tcltk-0:1.8.1-18.el4.ia64", "4AS:ruby-tcltk-0:1.8.1-18.el4.ppc", "4AS:ruby-tcltk-0:1.8.1-18.el4.s390", "4AS:ruby-tcltk-0:1.8.1-18.el4.s390x", "4AS:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4Desktop:irb-0:1.8.1-18.el4.i386", "4Desktop:irb-0:1.8.1-18.el4.ia64", "4Desktop:irb-0:1.8.1-18.el4.ppc", "4Desktop:irb-0:1.8.1-18.el4.s390", "4Desktop:irb-0:1.8.1-18.el4.s390x", "4Desktop:irb-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-0:1.8.1-18.el4.i386", "4Desktop:ruby-0:1.8.1-18.el4.ia64", "4Desktop:ruby-0:1.8.1-18.el4.ppc", "4Desktop:ruby-0:1.8.1-18.el4.s390", "4Desktop:ruby-0:1.8.1-18.el4.s390x", "4Desktop:ruby-0:1.8.1-18.el4.src", "4Desktop:ruby-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.i386", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-devel-0:1.8.1-18.el4.i386", "4Desktop:ruby-devel-0:1.8.1-18.el4.ia64", "4Desktop:ruby-devel-0:1.8.1-18.el4.ppc", "4Desktop:ruby-devel-0:1.8.1-18.el4.s390", "4Desktop:ruby-devel-0:1.8.1-18.el4.s390x", "4Desktop:ruby-devel-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-docs-0:1.8.1-18.el4.i386", "4Desktop:ruby-docs-0:1.8.1-18.el4.ia64", "4Desktop:ruby-docs-0:1.8.1-18.el4.ppc", "4Desktop:ruby-docs-0:1.8.1-18.el4.s390", "4Desktop:ruby-docs-0:1.8.1-18.el4.s390x", "4Desktop:ruby-docs-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-libs-0:1.8.1-18.el4.i386", "4Desktop:ruby-libs-0:1.8.1-18.el4.ia64", "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc", "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc64", "4Desktop:ruby-libs-0:1.8.1-18.el4.s390", "4Desktop:ruby-libs-0:1.8.1-18.el4.s390x", "4Desktop:ruby-libs-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-mode-0:1.8.1-18.el4.i386", "4Desktop:ruby-mode-0:1.8.1-18.el4.ia64", "4Desktop:ruby-mode-0:1.8.1-18.el4.ppc", "4Desktop:ruby-mode-0:1.8.1-18.el4.s390", "4Desktop:ruby-mode-0:1.8.1-18.el4.s390x", "4Desktop:ruby-mode-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.i386", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ia64", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ppc", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390x", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4ES:irb-0:1.8.1-18.el4.i386", "4ES:irb-0:1.8.1-18.el4.ia64", "4ES:irb-0:1.8.1-18.el4.ppc", "4ES:irb-0:1.8.1-18.el4.s390", "4ES:irb-0:1.8.1-18.el4.s390x", "4ES:irb-0:1.8.1-18.el4.x86_64", "4ES:ruby-0:1.8.1-18.el4.i386", "4ES:ruby-0:1.8.1-18.el4.ia64", "4ES:ruby-0:1.8.1-18.el4.ppc", "4ES:ruby-0:1.8.1-18.el4.s390", "4ES:ruby-0:1.8.1-18.el4.s390x", "4ES:ruby-0:1.8.1-18.el4.src", "4ES:ruby-0:1.8.1-18.el4.x86_64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.i386", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390", "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4ES:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4ES:ruby-devel-0:1.8.1-18.el4.i386", "4ES:ruby-devel-0:1.8.1-18.el4.ia64", "4ES:ruby-devel-0:1.8.1-18.el4.ppc", "4ES:ruby-devel-0:1.8.1-18.el4.s390", "4ES:ruby-devel-0:1.8.1-18.el4.s390x", "4ES:ruby-devel-0:1.8.1-18.el4.x86_64", "4ES:ruby-docs-0:1.8.1-18.el4.i386", "4ES:ruby-docs-0:1.8.1-18.el4.ia64", "4ES:ruby-docs-0:1.8.1-18.el4.ppc", "4ES:ruby-docs-0:1.8.1-18.el4.s390", "4ES:ruby-docs-0:1.8.1-18.el4.s390x", "4ES:ruby-docs-0:1.8.1-18.el4.x86_64", "4ES:ruby-libs-0:1.8.1-18.el4.i386", "4ES:ruby-libs-0:1.8.1-18.el4.ia64", "4ES:ruby-libs-0:1.8.1-18.el4.ppc", "4ES:ruby-libs-0:1.8.1-18.el4.ppc64", "4ES:ruby-libs-0:1.8.1-18.el4.s390", "4ES:ruby-libs-0:1.8.1-18.el4.s390x", "4ES:ruby-libs-0:1.8.1-18.el4.x86_64", "4ES:ruby-mode-0:1.8.1-18.el4.i386", "4ES:ruby-mode-0:1.8.1-18.el4.ia64", "4ES:ruby-mode-0:1.8.1-18.el4.ppc", "4ES:ruby-mode-0:1.8.1-18.el4.s390", "4ES:ruby-mode-0:1.8.1-18.el4.s390x", "4ES:ruby-mode-0:1.8.1-18.el4.x86_64", "4ES:ruby-tcltk-0:1.8.1-18.el4.i386", "4ES:ruby-tcltk-0:1.8.1-18.el4.ia64", "4ES:ruby-tcltk-0:1.8.1-18.el4.ppc", "4ES:ruby-tcltk-0:1.8.1-18.el4.s390", "4ES:ruby-tcltk-0:1.8.1-18.el4.s390x", "4ES:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4WS:irb-0:1.8.1-18.el4.i386", "4WS:irb-0:1.8.1-18.el4.ia64", "4WS:irb-0:1.8.1-18.el4.ppc", "4WS:irb-0:1.8.1-18.el4.s390", "4WS:irb-0:1.8.1-18.el4.s390x", "4WS:irb-0:1.8.1-18.el4.x86_64", "4WS:ruby-0:1.8.1-18.el4.i386", "4WS:ruby-0:1.8.1-18.el4.ia64", "4WS:ruby-0:1.8.1-18.el4.ppc", "4WS:ruby-0:1.8.1-18.el4.s390", "4WS:ruby-0:1.8.1-18.el4.s390x", "4WS:ruby-0:1.8.1-18.el4.src", "4WS:ruby-0:1.8.1-18.el4.x86_64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.i386", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390", "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4WS:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4WS:ruby-devel-0:1.8.1-18.el4.i386", "4WS:ruby-devel-0:1.8.1-18.el4.ia64", "4WS:ruby-devel-0:1.8.1-18.el4.ppc", "4WS:ruby-devel-0:1.8.1-18.el4.s390", "4WS:ruby-devel-0:1.8.1-18.el4.s390x", "4WS:ruby-devel-0:1.8.1-18.el4.x86_64", "4WS:ruby-docs-0:1.8.1-18.el4.i386", "4WS:ruby-docs-0:1.8.1-18.el4.ia64", "4WS:ruby-docs-0:1.8.1-18.el4.ppc", "4WS:ruby-docs-0:1.8.1-18.el4.s390", "4WS:ruby-docs-0:1.8.1-18.el4.s390x", "4WS:ruby-docs-0:1.8.1-18.el4.x86_64", "4WS:ruby-libs-0:1.8.1-18.el4.i386", "4WS:ruby-libs-0:1.8.1-18.el4.ia64", "4WS:ruby-libs-0:1.8.1-18.el4.ppc", "4WS:ruby-libs-0:1.8.1-18.el4.ppc64", "4WS:ruby-libs-0:1.8.1-18.el4.s390", "4WS:ruby-libs-0:1.8.1-18.el4.s390x", "4WS:ruby-libs-0:1.8.1-18.el4.x86_64", "4WS:ruby-mode-0:1.8.1-18.el4.i386", "4WS:ruby-mode-0:1.8.1-18.el4.ia64", "4WS:ruby-mode-0:1.8.1-18.el4.ppc", "4WS:ruby-mode-0:1.8.1-18.el4.s390", "4WS:ruby-mode-0:1.8.1-18.el4.s390x", "4WS:ruby-mode-0:1.8.1-18.el4.x86_64", "4WS:ruby-tcltk-0:1.8.1-18.el4.i386", "4WS:ruby-tcltk-0:1.8.1-18.el4.ia64", "4WS:ruby-tcltk-0:1.8.1-18.el4.ppc", "4WS:ruby-tcltk-0:1.8.1-18.el4.s390", "4WS:ruby-tcltk-0:1.8.1-18.el4.s390x", "4WS:ruby-tcltk-0:1.8.1-18.el4.x86_64", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-4815" }, { "category": "external", "summary": "RHBZ#750564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=750564" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-4815", "url": "https://www.cve.org/CVERecord?id=CVE-2011-4815" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-4815", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-4815" } ], "release_date": "2011-12-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-01-30T18:23:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/kb/docs/DOC-11259", "product_ids": [ "4AS:irb-0:1.8.1-18.el4.i386", "4AS:irb-0:1.8.1-18.el4.ia64", "4AS:irb-0:1.8.1-18.el4.ppc", "4AS:irb-0:1.8.1-18.el4.s390", "4AS:irb-0:1.8.1-18.el4.s390x", "4AS:irb-0:1.8.1-18.el4.x86_64", "4AS:ruby-0:1.8.1-18.el4.i386", "4AS:ruby-0:1.8.1-18.el4.ia64", "4AS:ruby-0:1.8.1-18.el4.ppc", "4AS:ruby-0:1.8.1-18.el4.s390", "4AS:ruby-0:1.8.1-18.el4.s390x", "4AS:ruby-0:1.8.1-18.el4.src", "4AS:ruby-0:1.8.1-18.el4.x86_64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.i386", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390", "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4AS:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4AS:ruby-devel-0:1.8.1-18.el4.i386", "4AS:ruby-devel-0:1.8.1-18.el4.ia64", "4AS:ruby-devel-0:1.8.1-18.el4.ppc", "4AS:ruby-devel-0:1.8.1-18.el4.s390", "4AS:ruby-devel-0:1.8.1-18.el4.s390x", "4AS:ruby-devel-0:1.8.1-18.el4.x86_64", "4AS:ruby-docs-0:1.8.1-18.el4.i386", "4AS:ruby-docs-0:1.8.1-18.el4.ia64", "4AS:ruby-docs-0:1.8.1-18.el4.ppc", "4AS:ruby-docs-0:1.8.1-18.el4.s390", "4AS:ruby-docs-0:1.8.1-18.el4.s390x", "4AS:ruby-docs-0:1.8.1-18.el4.x86_64", "4AS:ruby-libs-0:1.8.1-18.el4.i386", "4AS:ruby-libs-0:1.8.1-18.el4.ia64", "4AS:ruby-libs-0:1.8.1-18.el4.ppc", "4AS:ruby-libs-0:1.8.1-18.el4.ppc64", "4AS:ruby-libs-0:1.8.1-18.el4.s390", "4AS:ruby-libs-0:1.8.1-18.el4.s390x", "4AS:ruby-libs-0:1.8.1-18.el4.x86_64", "4AS:ruby-mode-0:1.8.1-18.el4.i386", "4AS:ruby-mode-0:1.8.1-18.el4.ia64", "4AS:ruby-mode-0:1.8.1-18.el4.ppc", "4AS:ruby-mode-0:1.8.1-18.el4.s390", "4AS:ruby-mode-0:1.8.1-18.el4.s390x", "4AS:ruby-mode-0:1.8.1-18.el4.x86_64", "4AS:ruby-tcltk-0:1.8.1-18.el4.i386", "4AS:ruby-tcltk-0:1.8.1-18.el4.ia64", "4AS:ruby-tcltk-0:1.8.1-18.el4.ppc", "4AS:ruby-tcltk-0:1.8.1-18.el4.s390", "4AS:ruby-tcltk-0:1.8.1-18.el4.s390x", "4AS:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4Desktop:irb-0:1.8.1-18.el4.i386", "4Desktop:irb-0:1.8.1-18.el4.ia64", "4Desktop:irb-0:1.8.1-18.el4.ppc", "4Desktop:irb-0:1.8.1-18.el4.s390", "4Desktop:irb-0:1.8.1-18.el4.s390x", "4Desktop:irb-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-0:1.8.1-18.el4.i386", "4Desktop:ruby-0:1.8.1-18.el4.ia64", "4Desktop:ruby-0:1.8.1-18.el4.ppc", "4Desktop:ruby-0:1.8.1-18.el4.s390", "4Desktop:ruby-0:1.8.1-18.el4.s390x", "4Desktop:ruby-0:1.8.1-18.el4.src", "4Desktop:ruby-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.i386", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-devel-0:1.8.1-18.el4.i386", "4Desktop:ruby-devel-0:1.8.1-18.el4.ia64", "4Desktop:ruby-devel-0:1.8.1-18.el4.ppc", "4Desktop:ruby-devel-0:1.8.1-18.el4.s390", "4Desktop:ruby-devel-0:1.8.1-18.el4.s390x", "4Desktop:ruby-devel-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-docs-0:1.8.1-18.el4.i386", "4Desktop:ruby-docs-0:1.8.1-18.el4.ia64", "4Desktop:ruby-docs-0:1.8.1-18.el4.ppc", "4Desktop:ruby-docs-0:1.8.1-18.el4.s390", "4Desktop:ruby-docs-0:1.8.1-18.el4.s390x", "4Desktop:ruby-docs-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-libs-0:1.8.1-18.el4.i386", "4Desktop:ruby-libs-0:1.8.1-18.el4.ia64", "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc", "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc64", "4Desktop:ruby-libs-0:1.8.1-18.el4.s390", "4Desktop:ruby-libs-0:1.8.1-18.el4.s390x", "4Desktop:ruby-libs-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-mode-0:1.8.1-18.el4.i386", "4Desktop:ruby-mode-0:1.8.1-18.el4.ia64", "4Desktop:ruby-mode-0:1.8.1-18.el4.ppc", "4Desktop:ruby-mode-0:1.8.1-18.el4.s390", "4Desktop:ruby-mode-0:1.8.1-18.el4.s390x", "4Desktop:ruby-mode-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.i386", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ia64", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ppc", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390x", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4ES:irb-0:1.8.1-18.el4.i386", "4ES:irb-0:1.8.1-18.el4.ia64", "4ES:irb-0:1.8.1-18.el4.ppc", "4ES:irb-0:1.8.1-18.el4.s390", "4ES:irb-0:1.8.1-18.el4.s390x", "4ES:irb-0:1.8.1-18.el4.x86_64", "4ES:ruby-0:1.8.1-18.el4.i386", "4ES:ruby-0:1.8.1-18.el4.ia64", "4ES:ruby-0:1.8.1-18.el4.ppc", "4ES:ruby-0:1.8.1-18.el4.s390", "4ES:ruby-0:1.8.1-18.el4.s390x", "4ES:ruby-0:1.8.1-18.el4.src", "4ES:ruby-0:1.8.1-18.el4.x86_64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.i386", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390", "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4ES:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4ES:ruby-devel-0:1.8.1-18.el4.i386", "4ES:ruby-devel-0:1.8.1-18.el4.ia64", "4ES:ruby-devel-0:1.8.1-18.el4.ppc", "4ES:ruby-devel-0:1.8.1-18.el4.s390", "4ES:ruby-devel-0:1.8.1-18.el4.s390x", "4ES:ruby-devel-0:1.8.1-18.el4.x86_64", "4ES:ruby-docs-0:1.8.1-18.el4.i386", "4ES:ruby-docs-0:1.8.1-18.el4.ia64", "4ES:ruby-docs-0:1.8.1-18.el4.ppc", "4ES:ruby-docs-0:1.8.1-18.el4.s390", "4ES:ruby-docs-0:1.8.1-18.el4.s390x", "4ES:ruby-docs-0:1.8.1-18.el4.x86_64", "4ES:ruby-libs-0:1.8.1-18.el4.i386", "4ES:ruby-libs-0:1.8.1-18.el4.ia64", "4ES:ruby-libs-0:1.8.1-18.el4.ppc", "4ES:ruby-libs-0:1.8.1-18.el4.ppc64", "4ES:ruby-libs-0:1.8.1-18.el4.s390", "4ES:ruby-libs-0:1.8.1-18.el4.s390x", "4ES:ruby-libs-0:1.8.1-18.el4.x86_64", "4ES:ruby-mode-0:1.8.1-18.el4.i386", "4ES:ruby-mode-0:1.8.1-18.el4.ia64", "4ES:ruby-mode-0:1.8.1-18.el4.ppc", "4ES:ruby-mode-0:1.8.1-18.el4.s390", "4ES:ruby-mode-0:1.8.1-18.el4.s390x", "4ES:ruby-mode-0:1.8.1-18.el4.x86_64", "4ES:ruby-tcltk-0:1.8.1-18.el4.i386", "4ES:ruby-tcltk-0:1.8.1-18.el4.ia64", "4ES:ruby-tcltk-0:1.8.1-18.el4.ppc", "4ES:ruby-tcltk-0:1.8.1-18.el4.s390", "4ES:ruby-tcltk-0:1.8.1-18.el4.s390x", "4ES:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4WS:irb-0:1.8.1-18.el4.i386", "4WS:irb-0:1.8.1-18.el4.ia64", "4WS:irb-0:1.8.1-18.el4.ppc", "4WS:irb-0:1.8.1-18.el4.s390", "4WS:irb-0:1.8.1-18.el4.s390x", "4WS:irb-0:1.8.1-18.el4.x86_64", "4WS:ruby-0:1.8.1-18.el4.i386", "4WS:ruby-0:1.8.1-18.el4.ia64", "4WS:ruby-0:1.8.1-18.el4.ppc", "4WS:ruby-0:1.8.1-18.el4.s390", "4WS:ruby-0:1.8.1-18.el4.s390x", "4WS:ruby-0:1.8.1-18.el4.src", "4WS:ruby-0:1.8.1-18.el4.x86_64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.i386", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390", "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4WS:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4WS:ruby-devel-0:1.8.1-18.el4.i386", "4WS:ruby-devel-0:1.8.1-18.el4.ia64", "4WS:ruby-devel-0:1.8.1-18.el4.ppc", "4WS:ruby-devel-0:1.8.1-18.el4.s390", "4WS:ruby-devel-0:1.8.1-18.el4.s390x", "4WS:ruby-devel-0:1.8.1-18.el4.x86_64", "4WS:ruby-docs-0:1.8.1-18.el4.i386", "4WS:ruby-docs-0:1.8.1-18.el4.ia64", "4WS:ruby-docs-0:1.8.1-18.el4.ppc", "4WS:ruby-docs-0:1.8.1-18.el4.s390", "4WS:ruby-docs-0:1.8.1-18.el4.s390x", "4WS:ruby-docs-0:1.8.1-18.el4.x86_64", "4WS:ruby-libs-0:1.8.1-18.el4.i386", "4WS:ruby-libs-0:1.8.1-18.el4.ia64", "4WS:ruby-libs-0:1.8.1-18.el4.ppc", "4WS:ruby-libs-0:1.8.1-18.el4.ppc64", "4WS:ruby-libs-0:1.8.1-18.el4.s390", "4WS:ruby-libs-0:1.8.1-18.el4.s390x", "4WS:ruby-libs-0:1.8.1-18.el4.x86_64", "4WS:ruby-mode-0:1.8.1-18.el4.i386", "4WS:ruby-mode-0:1.8.1-18.el4.ia64", "4WS:ruby-mode-0:1.8.1-18.el4.ppc", "4WS:ruby-mode-0:1.8.1-18.el4.s390", "4WS:ruby-mode-0:1.8.1-18.el4.s390x", "4WS:ruby-mode-0:1.8.1-18.el4.x86_64", "4WS:ruby-tcltk-0:1.8.1-18.el4.i386", "4WS:ruby-tcltk-0:1.8.1-18.el4.ia64", "4WS:ruby-tcltk-0:1.8.1-18.el4.ppc", "4WS:ruby-tcltk-0:1.8.1-18.el4.s390", "4WS:ruby-tcltk-0:1.8.1-18.el4.s390x", "4WS:ruby-tcltk-0:1.8.1-18.el4.x86_64", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:0070" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "products": [ "4AS:irb-0:1.8.1-18.el4.i386", "4AS:irb-0:1.8.1-18.el4.ia64", "4AS:irb-0:1.8.1-18.el4.ppc", "4AS:irb-0:1.8.1-18.el4.s390", "4AS:irb-0:1.8.1-18.el4.s390x", "4AS:irb-0:1.8.1-18.el4.x86_64", "4AS:ruby-0:1.8.1-18.el4.i386", "4AS:ruby-0:1.8.1-18.el4.ia64", "4AS:ruby-0:1.8.1-18.el4.ppc", "4AS:ruby-0:1.8.1-18.el4.s390", "4AS:ruby-0:1.8.1-18.el4.s390x", "4AS:ruby-0:1.8.1-18.el4.src", "4AS:ruby-0:1.8.1-18.el4.x86_64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.i386", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4AS:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390", "4AS:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4AS:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4AS:ruby-devel-0:1.8.1-18.el4.i386", "4AS:ruby-devel-0:1.8.1-18.el4.ia64", "4AS:ruby-devel-0:1.8.1-18.el4.ppc", "4AS:ruby-devel-0:1.8.1-18.el4.s390", "4AS:ruby-devel-0:1.8.1-18.el4.s390x", "4AS:ruby-devel-0:1.8.1-18.el4.x86_64", "4AS:ruby-docs-0:1.8.1-18.el4.i386", "4AS:ruby-docs-0:1.8.1-18.el4.ia64", "4AS:ruby-docs-0:1.8.1-18.el4.ppc", "4AS:ruby-docs-0:1.8.1-18.el4.s390", "4AS:ruby-docs-0:1.8.1-18.el4.s390x", "4AS:ruby-docs-0:1.8.1-18.el4.x86_64", "4AS:ruby-libs-0:1.8.1-18.el4.i386", "4AS:ruby-libs-0:1.8.1-18.el4.ia64", "4AS:ruby-libs-0:1.8.1-18.el4.ppc", "4AS:ruby-libs-0:1.8.1-18.el4.ppc64", "4AS:ruby-libs-0:1.8.1-18.el4.s390", "4AS:ruby-libs-0:1.8.1-18.el4.s390x", "4AS:ruby-libs-0:1.8.1-18.el4.x86_64", "4AS:ruby-mode-0:1.8.1-18.el4.i386", "4AS:ruby-mode-0:1.8.1-18.el4.ia64", "4AS:ruby-mode-0:1.8.1-18.el4.ppc", "4AS:ruby-mode-0:1.8.1-18.el4.s390", "4AS:ruby-mode-0:1.8.1-18.el4.s390x", "4AS:ruby-mode-0:1.8.1-18.el4.x86_64", "4AS:ruby-tcltk-0:1.8.1-18.el4.i386", "4AS:ruby-tcltk-0:1.8.1-18.el4.ia64", "4AS:ruby-tcltk-0:1.8.1-18.el4.ppc", "4AS:ruby-tcltk-0:1.8.1-18.el4.s390", "4AS:ruby-tcltk-0:1.8.1-18.el4.s390x", "4AS:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4Desktop:irb-0:1.8.1-18.el4.i386", "4Desktop:irb-0:1.8.1-18.el4.ia64", "4Desktop:irb-0:1.8.1-18.el4.ppc", "4Desktop:irb-0:1.8.1-18.el4.s390", "4Desktop:irb-0:1.8.1-18.el4.s390x", "4Desktop:irb-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-0:1.8.1-18.el4.i386", "4Desktop:ruby-0:1.8.1-18.el4.ia64", "4Desktop:ruby-0:1.8.1-18.el4.ppc", "4Desktop:ruby-0:1.8.1-18.el4.s390", "4Desktop:ruby-0:1.8.1-18.el4.s390x", "4Desktop:ruby-0:1.8.1-18.el4.src", "4Desktop:ruby-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.i386", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4Desktop:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-devel-0:1.8.1-18.el4.i386", "4Desktop:ruby-devel-0:1.8.1-18.el4.ia64", "4Desktop:ruby-devel-0:1.8.1-18.el4.ppc", "4Desktop:ruby-devel-0:1.8.1-18.el4.s390", "4Desktop:ruby-devel-0:1.8.1-18.el4.s390x", "4Desktop:ruby-devel-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-docs-0:1.8.1-18.el4.i386", "4Desktop:ruby-docs-0:1.8.1-18.el4.ia64", "4Desktop:ruby-docs-0:1.8.1-18.el4.ppc", "4Desktop:ruby-docs-0:1.8.1-18.el4.s390", "4Desktop:ruby-docs-0:1.8.1-18.el4.s390x", "4Desktop:ruby-docs-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-libs-0:1.8.1-18.el4.i386", "4Desktop:ruby-libs-0:1.8.1-18.el4.ia64", "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc", "4Desktop:ruby-libs-0:1.8.1-18.el4.ppc64", "4Desktop:ruby-libs-0:1.8.1-18.el4.s390", "4Desktop:ruby-libs-0:1.8.1-18.el4.s390x", "4Desktop:ruby-libs-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-mode-0:1.8.1-18.el4.i386", "4Desktop:ruby-mode-0:1.8.1-18.el4.ia64", "4Desktop:ruby-mode-0:1.8.1-18.el4.ppc", "4Desktop:ruby-mode-0:1.8.1-18.el4.s390", "4Desktop:ruby-mode-0:1.8.1-18.el4.s390x", "4Desktop:ruby-mode-0:1.8.1-18.el4.x86_64", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.i386", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ia64", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.ppc", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.s390x", "4Desktop:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4ES:irb-0:1.8.1-18.el4.i386", "4ES:irb-0:1.8.1-18.el4.ia64", "4ES:irb-0:1.8.1-18.el4.ppc", "4ES:irb-0:1.8.1-18.el4.s390", "4ES:irb-0:1.8.1-18.el4.s390x", "4ES:irb-0:1.8.1-18.el4.x86_64", "4ES:ruby-0:1.8.1-18.el4.i386", "4ES:ruby-0:1.8.1-18.el4.ia64", "4ES:ruby-0:1.8.1-18.el4.ppc", "4ES:ruby-0:1.8.1-18.el4.s390", "4ES:ruby-0:1.8.1-18.el4.s390x", "4ES:ruby-0:1.8.1-18.el4.src", "4ES:ruby-0:1.8.1-18.el4.x86_64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.i386", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4ES:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390", "4ES:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4ES:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4ES:ruby-devel-0:1.8.1-18.el4.i386", "4ES:ruby-devel-0:1.8.1-18.el4.ia64", "4ES:ruby-devel-0:1.8.1-18.el4.ppc", "4ES:ruby-devel-0:1.8.1-18.el4.s390", "4ES:ruby-devel-0:1.8.1-18.el4.s390x", "4ES:ruby-devel-0:1.8.1-18.el4.x86_64", "4ES:ruby-docs-0:1.8.1-18.el4.i386", "4ES:ruby-docs-0:1.8.1-18.el4.ia64", "4ES:ruby-docs-0:1.8.1-18.el4.ppc", "4ES:ruby-docs-0:1.8.1-18.el4.s390", "4ES:ruby-docs-0:1.8.1-18.el4.s390x", "4ES:ruby-docs-0:1.8.1-18.el4.x86_64", "4ES:ruby-libs-0:1.8.1-18.el4.i386", "4ES:ruby-libs-0:1.8.1-18.el4.ia64", "4ES:ruby-libs-0:1.8.1-18.el4.ppc", "4ES:ruby-libs-0:1.8.1-18.el4.ppc64", "4ES:ruby-libs-0:1.8.1-18.el4.s390", "4ES:ruby-libs-0:1.8.1-18.el4.s390x", "4ES:ruby-libs-0:1.8.1-18.el4.x86_64", "4ES:ruby-mode-0:1.8.1-18.el4.i386", "4ES:ruby-mode-0:1.8.1-18.el4.ia64", "4ES:ruby-mode-0:1.8.1-18.el4.ppc", "4ES:ruby-mode-0:1.8.1-18.el4.s390", "4ES:ruby-mode-0:1.8.1-18.el4.s390x", "4ES:ruby-mode-0:1.8.1-18.el4.x86_64", "4ES:ruby-tcltk-0:1.8.1-18.el4.i386", "4ES:ruby-tcltk-0:1.8.1-18.el4.ia64", "4ES:ruby-tcltk-0:1.8.1-18.el4.ppc", "4ES:ruby-tcltk-0:1.8.1-18.el4.s390", "4ES:ruby-tcltk-0:1.8.1-18.el4.s390x", "4ES:ruby-tcltk-0:1.8.1-18.el4.x86_64", "4WS:irb-0:1.8.1-18.el4.i386", "4WS:irb-0:1.8.1-18.el4.ia64", "4WS:irb-0:1.8.1-18.el4.ppc", "4WS:irb-0:1.8.1-18.el4.s390", "4WS:irb-0:1.8.1-18.el4.s390x", "4WS:irb-0:1.8.1-18.el4.x86_64", "4WS:ruby-0:1.8.1-18.el4.i386", "4WS:ruby-0:1.8.1-18.el4.ia64", "4WS:ruby-0:1.8.1-18.el4.ppc", "4WS:ruby-0:1.8.1-18.el4.s390", "4WS:ruby-0:1.8.1-18.el4.s390x", "4WS:ruby-0:1.8.1-18.el4.src", "4WS:ruby-0:1.8.1-18.el4.x86_64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.i386", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ia64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc", "4WS:ruby-debuginfo-0:1.8.1-18.el4.ppc64", "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390", "4WS:ruby-debuginfo-0:1.8.1-18.el4.s390x", "4WS:ruby-debuginfo-0:1.8.1-18.el4.x86_64", "4WS:ruby-devel-0:1.8.1-18.el4.i386", "4WS:ruby-devel-0:1.8.1-18.el4.ia64", "4WS:ruby-devel-0:1.8.1-18.el4.ppc", "4WS:ruby-devel-0:1.8.1-18.el4.s390", "4WS:ruby-devel-0:1.8.1-18.el4.s390x", "4WS:ruby-devel-0:1.8.1-18.el4.x86_64", "4WS:ruby-docs-0:1.8.1-18.el4.i386", "4WS:ruby-docs-0:1.8.1-18.el4.ia64", "4WS:ruby-docs-0:1.8.1-18.el4.ppc", "4WS:ruby-docs-0:1.8.1-18.el4.s390", "4WS:ruby-docs-0:1.8.1-18.el4.s390x", "4WS:ruby-docs-0:1.8.1-18.el4.x86_64", "4WS:ruby-libs-0:1.8.1-18.el4.i386", "4WS:ruby-libs-0:1.8.1-18.el4.ia64", "4WS:ruby-libs-0:1.8.1-18.el4.ppc", "4WS:ruby-libs-0:1.8.1-18.el4.ppc64", "4WS:ruby-libs-0:1.8.1-18.el4.s390", "4WS:ruby-libs-0:1.8.1-18.el4.s390x", "4WS:ruby-libs-0:1.8.1-18.el4.x86_64", "4WS:ruby-mode-0:1.8.1-18.el4.i386", "4WS:ruby-mode-0:1.8.1-18.el4.ia64", "4WS:ruby-mode-0:1.8.1-18.el4.ppc", "4WS:ruby-mode-0:1.8.1-18.el4.s390", "4WS:ruby-mode-0:1.8.1-18.el4.s390x", "4WS:ruby-mode-0:1.8.1-18.el4.x86_64", "4WS:ruby-tcltk-0:1.8.1-18.el4.i386", "4WS:ruby-tcltk-0:1.8.1-18.el4.ia64", "4WS:ruby-tcltk-0:1.8.1-18.el4.ppc", "4WS:ruby-tcltk-0:1.8.1-18.el4.s390", "4WS:ruby-tcltk-0:1.8.1-18.el4.s390x", "4WS:ruby-tcltk-0:1.8.1-18.el4.x86_64", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Client-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Client-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Client-Workstation-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Client-Workstation-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.src", "5Server-5.7.Z:ruby-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-debuginfo-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-devel-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-docs-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-irb-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.ppc64", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-libs-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-mode-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-rdoc-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-ri-0:1.8.5-22.el5_7.1.x86_64", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.i386", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ia64", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.ppc", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.s390x", "5Server-5.7.Z:ruby-tcltk-0:1.8.5-22.el5_7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ruby: hash table collisions CPU usage DoS (oCERT-2011-003)" } ] }
rhsa-2012_0069
Vulnerability from csaf_redhat
Published
2012-01-30 18:19
Modified
2024-11-22 04:59
Summary
Red Hat Security Advisory: ruby security update
Notes
Topic
Updated ruby packages that fix one security issue are now available for
Red Hat Enterprise Linux 6.
The Red Hat Security Response Team has rated this update as having moderate
security impact. A Common Vulnerability Scoring System (CVSS) base score,
which gives a detailed severity rating, is available from the CVE link in
the References section.
Details
Ruby is an extensible, interpreted, object-oriented, scripting language. It
has features to process text files and to do system management tasks.
A denial of service flaw was found in the implementation of associative
arrays (hashes) in Ruby. An attacker able to supply a large number of
inputs to a Ruby application (such as HTTP POST request parameters sent to
a web application) that are used as keys when inserting data into an array
could trigger multiple hash function collisions, making array operations
take an excessive amount of CPU time. To mitigate this issue, randomization
has been added to the hash function to reduce the chance of an attacker
successfully causing intentional collisions. (CVE-2011-4815)
Red Hat would like to thank oCERT for reporting this issue. oCERT
acknowledges Julian Wälde and Alexander Klink as the original reporters.
All users of ruby are advised to upgrade to these updated packages, which
contain a backported patch to resolve this issue.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated ruby packages that fix one security issue are now available for\nRed Hat Enterprise Linux 6.\n\nThe Red Hat Security Response Team has rated this update as having moderate\nsecurity impact. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available from the CVE link in\nthe References section.", "title": "Topic" }, { "category": "general", "text": "Ruby is an extensible, interpreted, object-oriented, scripting language. It\nhas features to process text files and to do system management tasks.\n\nA denial of service flaw was found in the implementation of associative\narrays (hashes) in Ruby. An attacker able to supply a large number of\ninputs to a Ruby application (such as HTTP POST request parameters sent to\na web application) that are used as keys when inserting data into an array\ncould trigger multiple hash function collisions, making array operations\ntake an excessive amount of CPU time. To mitigate this issue, randomization\nhas been added to the hash function to reduce the chance of an attacker\nsuccessfully causing intentional collisions. (CVE-2011-4815)\n\nRed Hat would like to thank oCERT for reporting this issue. oCERT\nacknowledges Julian W\u00e4lde and Alexander Klink as the original reporters.\n\nAll users of ruby are advised to upgrade to these updated packages, which\ncontain a backported patch to resolve this issue.", "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-2012:0069", "url": "https://access.redhat.com/errata/RHSA-2012:0069" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "http://www.ocert.org/advisories/ocert-2011-003.html", "url": "http://www.ocert.org/advisories/ocert-2011-003.html" }, { "category": "external", "summary": "750564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=750564" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2012/rhsa-2012_0069.json" } ], "title": "Red Hat Security Advisory: ruby security update", "tracking": { "current_release_date": "2024-11-22T04:59:33+00:00", "generator": { "date": "2024-11-22T04:59:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2012:0069", "initial_release_date": "2012-01-30T18:19:00+00:00", "revision_history": [ { "date": "2012-01-30T18:19:00+00:00", "number": "1", "summary": "Initial version" }, { "date": "2012-01-30T18:30:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T04:59:33+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 Desktop (v. 6)", "product": { "name": "Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux HPC Node (v. 6)", "product": { "name": "Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 6)", "product": { "name": "Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 6)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "ruby-devel-0:1.8.7.352-4.el6_2.i686", "product": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.i686", "product_id": "ruby-devel-0:1.8.7.352-4.el6_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.7.352-4.el6_2?arch=i686" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "product": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "product_id": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.7.352-4.el6_2?arch=i686" } } }, { "category": "product_version", "name": "ruby-static-0:1.8.7.352-4.el6_2.i686", "product": { "name": "ruby-static-0:1.8.7.352-4.el6_2.i686", "product_id": "ruby-static-0:1.8.7.352-4.el6_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-static@1.8.7.352-4.el6_2?arch=i686" } } }, { "category": "product_version", "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "product": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "product_id": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-rdoc@1.8.7.352-4.el6_2?arch=i686" } } }, { "category": "product_version", "name": "ruby-docs-0:1.8.7.352-4.el6_2.i686", "product": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.i686", "product_id": "ruby-docs-0:1.8.7.352-4.el6_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.7.352-4.el6_2?arch=i686" } } }, { "category": "product_version", "name": "ruby-ri-0:1.8.7.352-4.el6_2.i686", "product": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.i686", "product_id": "ruby-ri-0:1.8.7.352-4.el6_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-ri@1.8.7.352-4.el6_2?arch=i686" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "product": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "product_id": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.7.352-4.el6_2?arch=i686" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.7.352-4.el6_2.i686", "product": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.i686", "product_id": "ruby-libs-0:1.8.7.352-4.el6_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.7.352-4.el6_2?arch=i686" } } }, { "category": "product_version", "name": "ruby-0:1.8.7.352-4.el6_2.i686", "product": { "name": "ruby-0:1.8.7.352-4.el6_2.i686", "product_id": "ruby-0:1.8.7.352-4.el6_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.7.352-4.el6_2?arch=i686" } } }, { "category": "product_version", "name": "ruby-irb-0:1.8.7.352-4.el6_2.i686", "product": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.i686", "product_id": "ruby-irb-0:1.8.7.352-4.el6_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-irb@1.8.7.352-4.el6_2?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "product": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "product_id": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.7.352-4.el6_2?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-static-0:1.8.7.352-4.el6_2.x86_64", "product": { "name": "ruby-static-0:1.8.7.352-4.el6_2.x86_64", "product_id": "ruby-static-0:1.8.7.352-4.el6_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-static@1.8.7.352-4.el6_2?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "product": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "product_id": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.7.352-4.el6_2?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "product": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "product_id": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-rdoc@1.8.7.352-4.el6_2?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "product": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "product_id": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.7.352-4.el6_2?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "product": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "product_id": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-ri@1.8.7.352-4.el6_2?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "product": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "product_id": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.7.352-4.el6_2?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-0:1.8.7.352-4.el6_2.x86_64", "product": { "name": "ruby-0:1.8.7.352-4.el6_2.x86_64", "product_id": "ruby-0:1.8.7.352-4.el6_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.7.352-4.el6_2?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "product": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "product_id": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-irb@1.8.7.352-4.el6_2?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "product": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "product_id": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.7.352-4.el6_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "ruby-0:1.8.7.352-4.el6_2.src", "product": { "name": "ruby-0:1.8.7.352-4.el6_2.src", "product_id": "ruby-0:1.8.7.352-4.el6_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.7.352-4.el6_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "product": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "product_id": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.7.352-4.el6_2?arch=ppc64" } } }, { "category": "product_version", "name": "ruby-static-0:1.8.7.352-4.el6_2.ppc64", "product": { "name": "ruby-static-0:1.8.7.352-4.el6_2.ppc64", "product_id": "ruby-static-0:1.8.7.352-4.el6_2.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-static@1.8.7.352-4.el6_2?arch=ppc64" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "product": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "product_id": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.7.352-4.el6_2?arch=ppc64" } } }, { "category": "product_version", "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "product": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "product_id": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-rdoc@1.8.7.352-4.el6_2?arch=ppc64" } } }, { "category": "product_version", "name": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "product": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "product_id": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.7.352-4.el6_2?arch=ppc64" } } }, { "category": "product_version", "name": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "product": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "product_id": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-ri@1.8.7.352-4.el6_2?arch=ppc64" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "product": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "product_id": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.7.352-4.el6_2?arch=ppc64" } } }, { "category": "product_version", "name": "ruby-0:1.8.7.352-4.el6_2.ppc64", "product": { "name": "ruby-0:1.8.7.352-4.el6_2.ppc64", "product_id": "ruby-0:1.8.7.352-4.el6_2.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.7.352-4.el6_2?arch=ppc64" } } }, { "category": "product_version", "name": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "product": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "product_id": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-irb@1.8.7.352-4.el6_2?arch=ppc64" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "product": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "product_id": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.7.352-4.el6_2?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc", "product": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc", "product_id": "ruby-devel-0:1.8.7.352-4.el6_2.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.7.352-4.el6_2?arch=ppc" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "product": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "product_id": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.7.352-4.el6_2?arch=ppc" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc", "product": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc", "product_id": "ruby-libs-0:1.8.7.352-4.el6_2.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.7.352-4.el6_2?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390x", "product": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390x", "product_id": "ruby-devel-0:1.8.7.352-4.el6_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.7.352-4.el6_2?arch=s390x" } } }, { "category": "product_version", "name": "ruby-static-0:1.8.7.352-4.el6_2.s390x", "product": { "name": "ruby-static-0:1.8.7.352-4.el6_2.s390x", "product_id": "ruby-static-0:1.8.7.352-4.el6_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-static@1.8.7.352-4.el6_2?arch=s390x" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "product": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "product_id": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.7.352-4.el6_2?arch=s390x" } } }, { "category": "product_version", "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "product": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "product_id": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-rdoc@1.8.7.352-4.el6_2?arch=s390x" } } }, { "category": "product_version", "name": "ruby-docs-0:1.8.7.352-4.el6_2.s390x", "product": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.s390x", "product_id": "ruby-docs-0:1.8.7.352-4.el6_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-docs@1.8.7.352-4.el6_2?arch=s390x" } } }, { "category": "product_version", "name": "ruby-ri-0:1.8.7.352-4.el6_2.s390x", "product": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.s390x", "product_id": "ruby-ri-0:1.8.7.352-4.el6_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-ri@1.8.7.352-4.el6_2?arch=s390x" } } }, { "category": "product_version", "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "product": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "product_id": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-tcltk@1.8.7.352-4.el6_2?arch=s390x" } } }, { "category": "product_version", "name": "ruby-0:1.8.7.352-4.el6_2.s390x", "product": { "name": "ruby-0:1.8.7.352-4.el6_2.s390x", "product_id": "ruby-0:1.8.7.352-4.el6_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby@1.8.7.352-4.el6_2?arch=s390x" } } }, { "category": "product_version", "name": "ruby-irb-0:1.8.7.352-4.el6_2.s390x", "product": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.s390x", "product_id": "ruby-irb-0:1.8.7.352-4.el6_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-irb@1.8.7.352-4.el6_2?arch=s390x" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390x", "product": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390x", "product_id": "ruby-libs-0:1.8.7.352-4.el6_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.7.352-4.el6_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390", "product": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390", "product_id": "ruby-devel-0:1.8.7.352-4.el6_2.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-devel@1.8.7.352-4.el6_2?arch=s390" } } }, { "category": "product_version", "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "product": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "product_id": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-debuginfo@1.8.7.352-4.el6_2?arch=s390" } } }, { "category": "product_version", "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390", "product": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390", "product_id": "ruby-libs-0:1.8.7.352-4.el6_2.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libs@1.8.7.352-4.el6_2?arch=s390" } } } ], "category": "architecture", "name": "s390" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.src as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.src" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.src", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.src as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.src", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Client-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.src as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.src" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.src", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.src as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.src", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6ComputeNode-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.src as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.src" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.src", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.src as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.src", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Server-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.src as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.src" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.src", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.src", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-static-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-static-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "relates_to_product_reference": "6Workstation-optional-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64" }, "product_reference": "ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "relates_to_product_reference": "6Workstation-optional-6.2.z" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "oCERT" ] } ], "cve": "CVE-2011-4815", "discovery_date": "2011-11-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "750564" } ], "notes": [ { "category": "description", "text": "Ruby (aka CRuby) before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.", "title": "Vulnerability description" }, { "category": "summary", "text": "ruby: hash table collisions CPU usage DoS (oCERT-2011-003)", "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": [ "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-4815" }, { "category": "external", "summary": "RHBZ#750564", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=750564" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-4815", "url": "https://www.cve.org/CVERecord?id=CVE-2011-4815" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-4815", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-4815" } ], "release_date": "2011-12-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-01-30T18:19:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/kb/docs/DOC-11259", "product_ids": [ "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:0069" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "products": [ "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Client-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Client-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Client-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Client-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6ComputeNode-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6ComputeNode-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6ComputeNode-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Server-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Server-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Server-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Server-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Workstation-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Workstation-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.src", "6Workstation-optional-6.2.z:ruby-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-debuginfo-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-devel-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-docs-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-irb-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-libs-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-rdoc-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-ri-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-static-0:1.8.7.352-4.el6_2.x86_64", "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.i686", "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.ppc64", "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.s390x", "6Workstation-optional-6.2.z:ruby-tcltk-0:1.8.7.352-4.el6_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ruby: hash table collisions CPU usage DoS (oCERT-2011-003)" } ] }
gsd-2011-4815
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Ruby (aka CRuby) before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2011-4815", "description": "Ruby (aka CRuby) before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.", "id": "GSD-2011-4815", "references": [ "https://www.suse.com/security/cve/CVE-2011-4815.html", "https://access.redhat.com/errata/RHSA-2012:0070", "https://access.redhat.com/errata/RHSA-2012:0069", "https://alas.aws.amazon.com/cve/html/CVE-2011-4815.html", "https://linux.oracle.com/cve/CVE-2011-4815.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2011-4815" ], "details": "Ruby (aka CRuby) before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.", "id": "GSD-2011-4815", "modified": "2023-12-13T01:19:05.489624Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2011-4815", "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": "Ruby (aka CRuby) before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "47405", "refsource": "SECUNIA", "url": "http://secunia.com/advisories/47405" }, { "name": "1026474", "refsource": "SECTRACK", "url": "http://www.securitytracker.com/id?1026474" }, { "name": "http://www.nruns.com/_downloads/advisory28122011.pdf", "refsource": "MISC", "url": "http://www.nruns.com/_downloads/advisory28122011.pdf" }, { "name": "47822", "refsource": "SECUNIA", "url": "http://secunia.com/advisories/47822" }, { "name": "RHSA-2012:0070", "refsource": "REDHAT", "url": "http://rhn.redhat.com/errata/RHSA-2012-0070.html" }, { "name": "JVN#90615481", "refsource": "JVN", "url": "http://jvn.jp/en/jp/JVN90615481/index.html" }, { "name": "ruby-hash-dos(72020)", "refsource": "XF", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/72020" }, { "name": "VU#903934", "refsource": "CERT-VN", "url": "http://www.kb.cert.org/vuls/id/903934" }, { "name": "[ruby-talk] 20111228 [ANN] ruby 1.8.7 patchlevel 357 released", "refsource": "MLIST", "url": "http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/391606" }, { "name": "http://www.ruby-lang.org/en/news/2011/12/28/denial-of-service-attack-was-found-for-rubys-hash-algorithm/", "refsource": "CONFIRM", "url": "http://www.ruby-lang.org/en/news/2011/12/28/denial-of-service-attack-was-found-for-rubys-hash-algorithm/" }, { "name": "20111228 n.runs-SA-2011.004 - web programming languages and platforms - DoS through hash table", "refsource": "BUGTRAQ", "url": "http://archives.neohapsis.com/archives/bugtraq/2011-12/0181.html" }, { "name": "RHSA-2012:0069", "refsource": "REDHAT", "url": "http://rhn.redhat.com/errata/RHSA-2012-0069.html" }, { "name": "http://support.apple.com/kb/HT5281", "refsource": "CONFIRM", "url": "http://support.apple.com/kb/HT5281" }, { "name": "APPLE-SA-2012-05-09-1", "refsource": "APPLE", "url": "http://lists.apple.com/archives/security-announce/2012/May/msg00001.html" }, { "name": "JVNDB-2012-000066", "refsource": "JVNDB", "url": "http://jvndb.jvn.jp/ja/contents/2012/JVNDB-2012-000066.html" }, { "name": "http://www.ocert.org/advisories/ocert-2011-003.html", "refsource": "MISC", "url": "http://www.ocert.org/advisories/ocert-2011-003.html" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:ruby-lang:ruby:1.8.7-p334:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:ruby-lang:ruby:1.8.7-p330:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:ruby-lang:ruby:1.8.7-p302:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:ruby-lang:ruby:1.8.7-p299:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:ruby-lang:ruby:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "1.8.7-p352", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2011-4815" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Ruby (aka CRuby) before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-20" } ] } ] }, "references": { "reference_data": [ { "name": "VU#903934", "refsource": "CERT-VN", "tags": [ "US Government Resource" ], "url": "http://www.kb.cert.org/vuls/id/903934" }, { "name": "[ruby-talk] 20111228 [ANN] ruby 1.8.7 patchlevel 357 released", "refsource": "MLIST", "tags": [], "url": "http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/391606" }, { "name": "http://www.ocert.org/advisories/ocert-2011-003.html", "refsource": "MISC", "tags": [], "url": "http://www.ocert.org/advisories/ocert-2011-003.html" }, { "name": "http://www.nruns.com/_downloads/advisory28122011.pdf", "refsource": "MISC", "tags": [], "url": "http://www.nruns.com/_downloads/advisory28122011.pdf" }, { "name": "http://support.apple.com/kb/HT5281", "refsource": "CONFIRM", "tags": [], "url": "http://support.apple.com/kb/HT5281" }, { "name": "APPLE-SA-2012-05-09-1", "refsource": "APPLE", "tags": [], "url": "http://lists.apple.com/archives/security-announce/2012/May/msg00001.html" }, { "name": "47822", "refsource": "SECUNIA", "tags": [], "url": "http://secunia.com/advisories/47822" }, { "name": "RHSA-2012:0069", "refsource": "REDHAT", "tags": [], "url": "http://rhn.redhat.com/errata/RHSA-2012-0069.html" }, { "name": "47405", "refsource": "SECUNIA", "tags": [], "url": "http://secunia.com/advisories/47405" }, { "name": "1026474", "refsource": "SECTRACK", "tags": [], "url": "http://www.securitytracker.com/id?1026474" }, { "name": "20111228 n.runs-SA-2011.004 - web programming languages and platforms - DoS through hash table", "refsource": "BUGTRAQ", "tags": [], "url": "http://archives.neohapsis.com/archives/bugtraq/2011-12/0181.html" }, { "name": "http://www.ruby-lang.org/en/news/2011/12/28/denial-of-service-attack-was-found-for-rubys-hash-algorithm/", "refsource": "CONFIRM", "tags": [], "url": "http://www.ruby-lang.org/en/news/2011/12/28/denial-of-service-attack-was-found-for-rubys-hash-algorithm/" }, { "name": "RHSA-2012:0070", "refsource": "REDHAT", "tags": [], "url": "http://rhn.redhat.com/errata/RHSA-2012-0070.html" }, { "name": "JVNDB-2012-000066", "refsource": "JVNDB", "tags": [], "url": "http://jvndb.jvn.jp/ja/contents/2012/JVNDB-2012-000066.html" }, { "name": "JVN#90615481", "refsource": "JVN", "tags": [], "url": "http://jvn.jp/en/jp/JVN90615481/index.html" }, { "name": "ruby-hash-dos(72020)", "refsource": "XF", "tags": [], "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/72020" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 7.8, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:C", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "userInteractionRequired": false } }, "lastModifiedDate": "2017-08-29T01:30Z", "publishedDate": "2011-12-30T01:55Z" } } }
ghsa-xpr8-vpc7-7vfc
Vulnerability from github
Published
2022-05-17 01:51
Modified
2022-05-17 01:51
Details
Ruby (aka CRuby) before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.
{ "affected": [], "aliases": [ "CVE-2011-4815" ], "database_specific": { "cwe_ids": [ "CWE-20" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2011-12-30T01:55:00Z", "severity": "HIGH" }, "details": "Ruby (aka CRuby) before 1.8.7-p357 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.", "id": "GHSA-xpr8-vpc7-7vfc", "modified": "2022-05-17T01:51:40Z", "published": "2022-05-17T01:51:40Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-4815" }, { "type": "WEB", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/72020" }, { "type": "WEB", "url": "http://archives.neohapsis.com/archives/bugtraq/2011-12/0181.html" }, { "type": "WEB", "url": "http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/391606" }, { "type": "WEB", "url": "http://jvn.jp/en/jp/JVN90615481/index.html" }, { "type": "WEB", "url": "http://jvndb.jvn.jp/ja/contents/2012/JVNDB-2012-000066.html" }, { "type": "WEB", "url": "http://lists.apple.com/archives/security-announce/2012/May/msg00001.html" }, { "type": "WEB", "url": "http://rhn.redhat.com/errata/RHSA-2012-0069.html" }, { "type": "WEB", "url": "http://rhn.redhat.com/errata/RHSA-2012-0070.html" }, { "type": "WEB", "url": "http://secunia.com/advisories/47405" }, { "type": "WEB", "url": "http://secunia.com/advisories/47822" }, { "type": "WEB", "url": "http://support.apple.com/kb/HT5281" }, { "type": "WEB", "url": "http://www.kb.cert.org/vuls/id/903934" }, { "type": "WEB", "url": "http://www.nruns.com/_downloads/advisory28122011.pdf" }, { "type": "WEB", "url": "http://www.ocert.org/advisories/ocert-2011-003.html" }, { "type": "WEB", "url": "http://www.ruby-lang.org/en/news/2011/12/28/denial-of-service-attack-was-found-for-rubys-hash-algorithm" }, { "type": "WEB", "url": "http://www.securitytracker.com/id?1026474" } ], "schema_version": "1.4.0", "severity": [] }
cve-2011-4815
Vulnerability from jvndb
Published
2012-07-06 17:11
Modified
2012-07-06 17:11
Summary
Ruby hash table implementation vulnerable to denial-of-service
Details
The hash table implementation in Ruby contains a denial-of-service (DoS) vulnerability.
The hash table implementation in Ruby contains an issue, where it may intentionally create a series of strings whose hash values collide. As a result, a denial-of-service (DoS) attack may be conducted.
Tanaka Akira of National Institute of Advanced Industrial Science and Technology (AIST) reported this vulnerability to IPA.
JPCERT/CC coordinated with the developer under Information Security Early Warning Partnership.
References
▼ | Type | URL |
---|---|---|
JVN | http://jvn.jp/en/jp/JVN90615481/index.html | |
JVN | http://jvn.jp/cert/JVNVU692779/ | |
CVE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4815 | |
NVD | http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4815 | |
IPA SECURITY ALERTS | http://www.ipa.go.jp/security/ciadr/vul/20120106-web.html | |
CERT-VN | http://www.kb.cert.org/vuls/id/903934 | |
Resource Management Errors(CWE-399) | https://www.ipa.go.jp/en/security/vulnerabilities/cwe.html |
{ "@rdf:about": "https://jvndb.jvn.jp/en/contents/2012/JVNDB-2012-000066.html", "dc:date": "2012-07-06T17:11+09:00", "dcterms:issued": "2012-07-06T17:11+09:00", "dcterms:modified": "2012-07-06T17:11+09:00", "description": "The hash table implementation in Ruby contains a denial-of-service (DoS) vulnerability.\r\n\r\nThe hash table implementation in Ruby contains an issue, where it may intentionally create a series of strings whose hash values collide. As a result, a denial-of-service (DoS) attack may be conducted.\r\n\r\nTanaka Akira of National Institute of Advanced Industrial Science and Technology (AIST) reported this vulnerability to IPA.\r\nJPCERT/CC coordinated with the developer under Information Security Early Warning Partnership.", "link": "https://jvndb.jvn.jp/en/contents/2012/JVNDB-2012-000066.html", "sec:cpe": { "#text": "cpe:/a:ruby-lang:ruby", "@product": "Ruby", "@vendor": "Ruby", "@version": "2.2" }, "sec:cvss": { "@score": "5.0", "@severity": "Medium", "@type": "Base", "@vector": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "@version": "2.0" }, "sec:identifier": "JVNDB-2012-000066", "sec:references": [ { "#text": "http://jvn.jp/en/jp/JVN90615481/index.html", "@id": "JVN#90615481", "@source": "JVN" }, { "#text": "http://jvn.jp/cert/JVNVU692779/", "@id": "JVNVU#692779", "@source": "JVN" }, { "#text": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4815", "@id": "CVE-2011-4815", "@source": "CVE" }, { "#text": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4815", "@id": "CVE-2011-4815", "@source": "NVD" }, { "#text": "http://www.ipa.go.jp/security/ciadr/vul/20120106-web.html", "@id": "20120106-web", "@source": "IPA SECURITY ALERTS" }, { "#text": "http://www.kb.cert.org/vuls/id/903934", "@id": "VU#903934", "@source": "CERT-VN" }, { "#text": "https://www.ipa.go.jp/en/security/vulnerabilities/cwe.html", "@id": "CWE-399", "@title": "Resource Management Errors(CWE-399)" } ], "title": "Ruby hash table implementation vulnerable to denial-of-service" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.