Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-61594 (GCVE-0-2025-61594)
Vulnerability from cvelistv5 – Published: 2025-12-30 21:03 – Updated: 2026-04-16 17:02| URL | Tags |
|---|---|
| https://github.com/ruby/uri/security/advisories/G… | x_refsource_CONFIRM |
| https://hackerone.com/reports/2957667 | x_refsource_MISC |
| https://github.com/advisories/GHSA-22h5-pq3x-2gf2 | x_refsource_MISC |
| https://www.ruby-lang.org/en/news/2025/02/26/secu… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-61594",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-30T21:29:32.513492Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-12-30T21:29:39.048Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "uri",
"vendor": "ruby",
"versions": [
{
"status": "affected",
"version": "\u003c 0.12.5"
},
{
"status": "affected",
"version": "\u003e= 0.13.0, \u003c 0.13.3"
},
{
"status": "affected",
"version": "\u003e= 1.0.0, \u003c 1.0.4"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "URI is a module providing classes to handle Uniform Resource Identifiers. In versions 0.12.4 and earlier (bundled in Ruby 3.2 series) 0.13.2 and earlier (bundled in Ruby 3.3 series), 1.0.3 and earlier (bundled in Ruby 3.4 series), when using the + operator to combine URIs, sensitive information like passwords from the original URI can be leaked, violating RFC3986 and making applications vulnerable to credential exposure. This is a a bypass for the fix to CVE-2025-27221 that can expose user credentials. This issue has been fixed in versions 0.12.5, 0.13.3 and 1.0.4."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "LOCAL",
"baseScore": 2.1,
"baseSeverity": "LOW",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "LOW",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-200",
"description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-212",
"description": "CWE-212: Improper Removal of Sensitive Information Before Storage or Transfer",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-16T17:02:32.149Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/ruby/uri/security/advisories/GHSA-j4pr-3wm6-xx2r",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/ruby/uri/security/advisories/GHSA-j4pr-3wm6-xx2r"
},
{
"name": "https://hackerone.com/reports/2957667",
"tags": [
"x_refsource_MISC"
],
"url": "https://hackerone.com/reports/2957667"
},
{
"name": "https://github.com/advisories/GHSA-22h5-pq3x-2gf2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/advisories/GHSA-22h5-pq3x-2gf2"
},
{
"name": "https://www.ruby-lang.org/en/news/2025/02/26/security-advisories",
"tags": [
"x_refsource_MISC"
],
"url": "https://www.ruby-lang.org/en/news/2025/02/26/security-advisories"
}
],
"source": {
"advisory": "GHSA-j4pr-3wm6-xx2r",
"discovery": "UNKNOWN"
},
"title": "URI Credential Leakage Bypass over CVE-2025-27221"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-61594",
"datePublished": "2025-12-30T21:03:08.990Z",
"dateReserved": "2025-09-26T16:25:25.150Z",
"dateUpdated": "2026-04-16T17:02:32.149Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-61594",
"date": "2026-06-05",
"epss": "9e-05",
"percentile": "0.00957"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-61594\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-12-30T21:15:43.893\",\"lastModified\":\"2026-04-16T18:16:44.400\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"URI is a module providing classes to handle Uniform Resource Identifiers. In versions 0.12.4 and earlier (bundled in Ruby 3.2 series) 0.13.2 and earlier (bundled in Ruby 3.3 series), 1.0.3 and earlier (bundled in Ruby 3.4 series), when using the + operator to combine URIs, sensitive information like passwords from the original URI can be leaked, violating RFC3986 and making applications vulnerable to credential exposure. This is a a bypass for the fix to CVE-2025-27221 that can expose user credentials. This issue has been fixed in versions 0.12.5, 0.13.3 and 1.0.4.\"},{\"lang\":\"es\",\"value\":\"URI es un m\u00f3dulo que proporciona clases para manejar Identificadores Uniformes de Recursos. En versiones anteriores a 0.12.5, 0.13.3 y 1.0.4, existe un bypass para la correcci\u00f3n de CVE-2025-27221 que puede exponer credenciales de usuario. Al usar el operador \u0027+\u0027 para combinar URIs, informaci\u00f3n sensible como contrase\u00f1as del URI original puede filtrarse, violando RFC3986 y haciendo que las aplicaciones sean vulnerables a la exposici\u00f3n de credenciales. Las versiones 0.12.5, 0.13.3 y 1.0.4 corrigen el problema.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":2.1,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"LOW\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-200\"},{\"lang\":\"en\",\"value\":\"CWE-212\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ruby-lang:uri:*:*:*:*:*:ruby:*:*\",\"versionEndExcluding\":\"0.12.5\",\"matchCriteriaId\":\"488EF0F7-7510-451A-9EFC-85673ADC364D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ruby-lang:uri:*:*:*:*:*:ruby:*:*\",\"versionStartIncluding\":\"0.13.0\",\"versionEndExcluding\":\"0.13.3\",\"matchCriteriaId\":\"336CB58A-5975-4516-86A6-FAC69551C4A3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ruby-lang:uri:*:*:*:*:*:ruby:*:*\",\"versionStartIncluding\":\"1.0.0\",\"versionEndExcluding\":\"1.0.4\",\"matchCriteriaId\":\"7930C9E3-5EEA-40F9-8299-25B6C681BAD6\"}]}]}],\"references\":[{\"url\":\"https://github.com/advisories/GHSA-22h5-pq3x-2gf2\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/ruby/uri/security/advisories/GHSA-j4pr-3wm6-xx2r\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://hackerone.com/reports/2957667\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://www.ruby-lang.org/en/news/2025/02/26/security-advisories\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-61594\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-12-30T21:29:32.513492Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-12-30T21:29:36.147Z\"}}], \"cna\": {\"title\": \"URI Credential Leakage Bypass over CVE-2025-27221\", \"source\": {\"advisory\": \"GHSA-j4pr-3wm6-xx2r\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 2.1, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"LOW\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"ruby\", \"product\": \"uri\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.12.5\"}, {\"status\": \"affected\", \"version\": \"\u003e= 0.13.0, \u003c 0.13.3\"}, {\"status\": \"affected\", \"version\": \"\u003e= 1.0.0, \u003c 1.0.4\"}]}], \"references\": [{\"url\": \"https://github.com/ruby/uri/security/advisories/GHSA-j4pr-3wm6-xx2r\", \"name\": \"https://github.com/ruby/uri/security/advisories/GHSA-j4pr-3wm6-xx2r\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://hackerone.com/reports/2957667\", \"name\": \"https://hackerone.com/reports/2957667\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/advisories/GHSA-22h5-pq3x-2gf2\", \"name\": \"https://github.com/advisories/GHSA-22h5-pq3x-2gf2\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://www.ruby-lang.org/en/news/2025/02/26/security-advisories\", \"name\": \"https://www.ruby-lang.org/en/news/2025/02/26/security-advisories\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"URI is a module providing classes to handle Uniform Resource Identifiers. In versions 0.12.4 and earlier (bundled in Ruby 3.2 series) 0.13.2 and earlier (bundled in Ruby 3.3 series), 1.0.3 and earlier (bundled in Ruby 3.4 series), when using the + operator to combine URIs, sensitive information like passwords from the original URI can be leaked, violating RFC3986 and making applications vulnerable to credential exposure. This is a a bypass for the fix to CVE-2025-27221 that can expose user credentials. This issue has been fixed in versions 0.12.5, 0.13.3 and 1.0.4.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-200\", \"description\": \"CWE-200: Exposure of Sensitive Information to an Unauthorized Actor\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-212\", \"description\": \"CWE-212: Improper Removal of Sensitive Information Before Storage or Transfer\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-04-16T17:02:32.149Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-61594\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-16T17:02:32.149Z\", \"dateReserved\": \"2025-09-26T16:25:25.150Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-12-30T21:03:08.990Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2026-AVI-0112
Vulnerability from certfr_avis - Published: 2026-02-02 - Updated: 2026-02-02
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.1.7 | ||
| VMware | Tanzu Kubernetes Grid Integrated Edition | Tanzu Kubernetes Grid Integrated Edition (TKGi) - Mgmt Console versions antérieures à 1.24.0 | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.7+LTS-T | ||
| VMware | N/A | NodeJS Buildpack versions antérieures à 1.8.74 | ||
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.2.3 | ||
| VMware | Tanzu Platform | Telemetry pour VMware Tanzu Platform versions antérieures à 2.4.0 | ||
| VMware | N/A | Platform Automation Toolkit versions antérieures à 5.4.0 | ||
| VMware | N/A | VMware Harbor Registry versions antérieures à 2.14.0 | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.3.4 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.7",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Kubernetes Grid Integrated Edition (TKGi) - Mgmt Console versions ant\u00e9rieures \u00e0 1.24.0",
"product": {
"name": "Tanzu Kubernetes Grid Integrated Edition",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.7+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.74",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.3",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telemetry pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.4.0",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Harbor Registry versions ant\u00e9rieures \u00e0 2.14.0",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2025-14087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14087"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-28164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-28164"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2026-24882",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24882"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2025-55198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55198"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2026-1485",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1485"
},
{
"name": "CVE-2022-49390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49390"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2025-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14512"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2023-34231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34231"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-10966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10966"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2025-64505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64505"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"name": "CVE-2025-28162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-28162"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-64506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64506"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-3360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3360"
},
{
"name": "CVE-2025-64720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64720"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-14762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14762"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-65018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65018"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-12818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12818"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-55199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55199"
},
{
"name": "CVE-2025-61594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61594"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-11414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11414"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2026-24883",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24883"
},
{
"name": "CVE-2025-39964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39964"
},
{
"name": "CVE-2025-39993",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39993"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-13601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13601"
},
{
"name": "CVE-2025-12817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12817"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2025-6966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6966"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-8959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8959"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-40018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40018"
},
{
"name": "CVE-2024-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53218"
},
{
"name": "CVE-2025-67499",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67499"
},
{
"name": "CVE-2025-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58058"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-11413",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11413"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2024-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53090"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-23419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23419"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2025-11412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11412"
},
{
"name": "CVE-2026-1484",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1484"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2024-50067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50067"
},
{
"name": "CVE-2024-47220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47220"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2026-1489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1489"
},
{
"name": "CVE-2026-24881",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24881"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2025-6442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6442"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2025-11494",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11494"
},
{
"name": "CVE-2024-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47691"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
}
],
"initial_release_date": "2026-02-02T00:00:00",
"last_revision_date": "2026-02-02T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0112",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-02-02T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36902",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36902"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36908",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36908"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36897",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36897"
},
{
"published_at": "2026-02-01",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36912",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36912"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36904",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36904"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36900",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36900"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36903",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36903"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36909",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36909"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36899",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36899"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36906",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36906"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36907",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36907"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36901",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36901"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36905",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36905"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36898",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36898"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36910",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36910"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36911",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36911"
}
]
}
CERTFR-2026-AVI-0199
Vulnerability from certfr_avis - Published: 2026-02-24 - Updated: 2026-02-24
De multiples vulnérabilités ont été découvertes dans les produits VMware. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et une injection de code indirecte à distance (XSS).
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Telco Cloud Platform | Telco Cloud Platform versions 4.x et 5.x sans le correctif de sécurité KB428241 | ||
| VMware | Tanzu Data Services | Tanzu Data Flow versions antérieures à 2.0.2 sur Tanzu Platform | ||
| VMware | Azure Spring Enterprise | Harbor Registry versions antérieures à 2.14.2 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour MySQL versions 2.0.0 sur Kubernetes | ||
| VMware | Cloud Foundation | Cloud Foundation versions 9.x antérieures à 9.0.2.0 | ||
| VMware | Tanzu Kubernetes Runtime | App Metrics versions antérieures à2.3.3 | ||
| VMware | Tanzu Data Intelligence | Tanzu GemFire versions antérieures à 2.6.1 sur Kubernetes | ||
| VMware | Tanzu Kubernetes Runtime | CredHub Secrets Management pour Tanzu Platform versions antérieures à 1.6.8 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Valkey version 3.3.1 sur Kubernetes | ||
| VMware | Tanzu Operations Manager | Foundation Core pour Tanzu Platform versions antérieures à 3.2.4 | ||
| VMware | Aria Operations | Aria Operations versions 8.x antérieures à 8.18.6 | ||
| VMware | Tanzu Kubernetes Runtime | cf-mgmt pour Tanzu Platform versions antérieures à 1.0.108 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Valkey version 9.0.1 | ||
| VMware | Tanzu Kubernetes Runtime | Extended App Support pour Tanzu Platform versions antérieures à 1.0.15 | ||
| VMware | Tanzu Data Intelligence | Tanzu GemFire Management versions antérieures à 1.4.3 | ||
| VMware | Tanzu Kubernetes Runtime | NodeJS Buildpack versions antérieures à 1.8.77 | ||
| VMware | Tanzu Kubernetes Runtime | Cloud Native Buildpacks pour Tanzu Platform versions antérieures à 0.6.5 | ||
| VMware | Cloud Foundation | Cloud Foundation versions 4.x et 5.x sans le correctif de sécurité KB92148 | ||
| VMware | Tanzu Kubernetes Runtime | AI Services pour Tanzu Platform versions antérieures à 10.3.4 | ||
| VMware | Tanzu Kubernetes Runtime | Java Buildpack versions antérieures à 4.89.0 | ||
| VMware | Telco Cloud Infrastructure | Telco Cloud Infrastructure versions 2.x et 3.x sans le correctif de sécurité KB428241 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour Tanzu Platform versions antérieures à 6.0.25+LTS-T, 10.2.8+LTS-T et 10.3.5 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Telco Cloud Platform versions 4.x et 5.x sans le correctif de s\u00e9curit\u00e9 KB428241",
"product": {
"name": "Telco Cloud Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Data Flow versions ant\u00e9rieures \u00e0 2.0.2 sur Tanzu Platform",
"product": {
"name": "Tanzu Data Services",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Harbor Registry versions ant\u00e9rieures \u00e0 2.14.2",
"product": {
"name": "Azure Spring Enterprise",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour MySQL versions 2.0.0 sur Kubernetes",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Foundation versions 9.x ant\u00e9rieures \u00e0 9.0.2.0",
"product": {
"name": "Cloud Foundation",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Metrics versions ant\u00e9rieures \u00e02.3.3",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire versions ant\u00e9rieures \u00e0 2.6.1 sur Kubernetes",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Secrets Management pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.6.8",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey version 3.3.1 sur Kubernetes",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.4",
"product": {
"name": "Tanzu Operations Manager",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Aria Operations versions 8.x ant\u00e9rieures \u00e0 8.18.6",
"product": {
"name": "Aria Operations",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "cf-mgmt pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.108",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey version 9.0.1",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Extended App Support pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.15",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire Management versions ant\u00e9rieures \u00e0 1.4.3",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.77",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Native Buildpacks pour Tanzu Platform versions ant\u00e9rieures \u00e0 0.6.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Foundation versions 4.x et 5.x sans le correctif de s\u00e9curit\u00e9 KB92148",
"product": {
"name": "Cloud Foundation",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "AI Services pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.4",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Java Buildpack versions ant\u00e9rieures \u00e0 4.89.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telco Cloud Infrastructure versions 2.x et 3.x sans le correctif de s\u00e9curit\u00e9 KB428241",
"product": {
"name": "Telco Cloud Infrastructure",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.25+LTS-T, 10.2.8+LTS-T et 10.3.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2025-47219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47219"
},
{
"name": "CVE-2021-22898",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22898"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2021-42384",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42384"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2017-16544",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16544"
},
{
"name": "CVE-2025-39987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39987"
},
{
"name": "CVE-2021-42378",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42378"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2022-24450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24450"
},
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2025-15282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15282"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2021-42382",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42382"
},
{
"name": "CVE-2020-10750",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10750"
},
{
"name": "CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2025-40055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40055"
},
{
"name": "CVE-2021-42376",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42376"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2026-22801",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22801"
},
{
"name": "CVE-2025-39876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39876"
},
{
"name": "CVE-2025-40029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40029"
},
{
"name": "CVE-2025-38561",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38561"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2023-28841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28841"
},
{
"name": "CVE-2023-28840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28840"
},
{
"name": "CVE-2025-40048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40048"
},
{
"name": "CVE-2022-27191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27191"
},
{
"name": "CVE-2025-40219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40219"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2025-40043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40043"
},
{
"name": "CVE-2020-8169",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8169"
},
{
"name": "CVE-2021-41091",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41091"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2021-22925",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22925"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2026-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21936"
},
{
"name": "CVE-2025-59775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59775"
},
{
"name": "CVE-2026-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21937"
},
{
"name": "CVE-2025-39973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39973"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2025-66614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66614"
},
{
"name": "CVE-2018-1000517",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000517"
},
{
"name": "CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"name": "CVE-2025-39943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39943"
},
{
"name": "CVE-2025-39945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39945"
},
{
"name": "CVE-2025-39883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39883"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-40019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40019"
},
{
"name": "CVE-2025-40240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40240"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-40081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40081"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-12084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12084"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2025-40153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40153"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2025-40121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40121"
},
{
"name": "CVE-2026-1642",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1642"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2025-55753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55753"
},
{
"name": "CVE-2025-11468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11468"
},
{
"name": "CVE-2025-40204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40204"
},
{
"name": "CVE-2025-40171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40171"
},
{
"name": "CVE-2021-43816",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43816"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2025-39911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39911"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2025-6052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6052"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-10543",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10543"
},
{
"name": "CVE-2025-40125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40125"
},
{
"name": "CVE-2025-40349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40349"
},
{
"name": "CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"name": "CVE-2019-5481",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-5481"
},
{
"name": "CVE-2025-26646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26646"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2022-29222",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29222"
},
{
"name": "CVE-2025-40187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40187"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2024-21012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21012"
},
{
"name": "CVE-2025-39913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39913"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2025-40092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40092"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2025-39967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39967"
},
{
"name": "CVE-2025-40115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40115"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2021-42386",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42386"
},
{
"name": "CVE-2024-47561",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47561"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2025-13837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13837"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2025-39949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39949"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2022-29190",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29190"
},
{
"name": "CVE-2025-40173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40173"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2022-28948",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28948"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2025-39923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39923"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2025-15367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15367"
},
{
"name": "CVE-2022-31030",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31030"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2018-20679",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20679"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-39953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39953"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2023-2253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2253"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2026-2006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2006"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2023-34462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34462"
},
{
"name": "CVE-2025-40167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40167"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2025-39969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39969"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2017-15873",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-15873"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2025-40194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40194"
},
{
"name": "CVE-2025-40245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40245"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2024-24557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24557"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2023-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25193"
},
{
"name": "CVE-2025-40001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40001"
},
{
"name": "CVE-2026-1485",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1485"
},
{
"name": "CVE-2024-29025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29025"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"name": "CVE-2025-40035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40035"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-39988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39988"
},
{
"name": "CVE-2026-22719",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22719"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2026-2005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2005"
},
{
"name": "CVE-2020-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8177"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2022-39399",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39399"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2025-38584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38584"
},
{
"name": "CVE-2021-42374",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42374"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-40233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40233"
},
{
"name": "CVE-2025-40020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40020"
},
{
"name": "CVE-2023-3635",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3635"
},
{
"name": "CVE-2025-40188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40188"
},
{
"name": "CVE-2020-1971",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1971"
},
{
"name": "CVE-2023-22041",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22041"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2025-66200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66200"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2023-34231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34231"
},
{
"name": "CVE-2026-0988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0988"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2026-0861",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0861"
},
{
"name": "CVE-2023-47090",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47090"
},
{
"name": "CVE-2025-40049",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40049"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2021-4160",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4160"
},
{
"name": "CVE-2025-40070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40070"
},
{
"name": "CVE-2022-29946",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29946"
},
{
"name": "CVE-2025-40106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40106"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2021-22947",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22947"
},
{
"name": "CVE-2025-40205",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40205"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2025-10966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10966"
},
{
"name": "CVE-2021-22922",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22922"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2021-38561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38561"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2024-29018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29018"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-39885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39885"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2021-22946",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22946"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2020-8284",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8284"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-30215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30215"
},
{
"name": "CVE-2016-9843",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9843"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2024-40635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40635"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2026-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21948"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-39970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39970"
},
{
"name": "CVE-2021-3711",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3711"
},
{
"name": "CVE-2025-39994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39994"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-40088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40088"
},
{
"name": "CVE-2025-40220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40220"
},
{
"name": "CVE-2021-3449",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3449"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-22036",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22036"
},
{
"name": "CVE-2025-13151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13151"
},
{
"name": "CVE-2025-22058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22058"
},
{
"name": "CVE-2024-21634",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21634"
},
{
"name": "CVE-2022-28391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28391"
},
{
"name": "CVE-2022-38749",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38749"
},
{
"name": "CVE-2025-40109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40109"
},
{
"name": "CVE-2025-40006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40006"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2023-28842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28842"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2022-26652",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26652"
},
{
"name": "CVE-2025-40011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40011"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-40085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40085"
},
{
"name": "CVE-2023-42365",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42365"
},
{
"name": "CVE-2025-40231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40231"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2021-42379",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42379"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2025-23143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23143"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2025-65082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65082"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2023-25173",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25173"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2026-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21964"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2022-36109",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36109"
},
{
"name": "CVE-2025-68146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68146"
},
{
"name": "CVE-2025-40183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40183"
},
{
"name": "CVE-2021-42381",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42381"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2025-39998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39998"
},
{
"name": "CVE-2025-13836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13836"
},
{
"name": "CVE-2023-39410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39410"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2025-40134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40134"
},
{
"name": "CVE-2017-15874",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-15874"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2026-25210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25210"
},
{
"name": "CVE-2025-39968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39968"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-39986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39986"
},
{
"name": "CVE-2025-39955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39955"
},
{
"name": "CVE-2025-66293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66293"
},
{
"name": "CVE-2022-24769",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24769"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-12818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12818"
},
{
"name": "CVE-2025-58098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58098"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2021-22897",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22897"
},
{
"name": "CVE-2025-40078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40078"
},
{
"name": "CVE-2025-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15366"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2025-40116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40116"
},
{
"name": "CVE-2025-68249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68249"
},
{
"name": "CVE-2026-0990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0990"
},
{
"name": "CVE-2025-39934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39934"
},
{
"name": "CVE-2026-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0865"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2025-40179",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40179"
},
{
"name": "CVE-2025-40127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40127"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-39996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39996"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2026-22721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22721"
},
{
"name": "CVE-2025-40053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40053"
},
{
"name": "CVE-2026-24515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24515"
},
{
"name": "CVE-2025-39951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39951"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2025-40120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40120"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2024-41110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41110"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2022-48174",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48174"
},
{
"name": "CVE-2025-61594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61594"
},
{
"name": "CVE-2023-21835",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21835"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-5025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5025"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2025-40243",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40243"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2021-41089",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41089"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2025-14104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14104"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2026-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21968"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2023-25153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25153"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2023-42364",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42364"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2025-40118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40118"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2025-40021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40021"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"name": "CVE-2019-5747",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-5747"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2025-40044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40044"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2025-40105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40105"
},
{
"name": "CVE-2018-1000500",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000500"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2026-26014",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26014"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2025-40112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40112"
},
{
"name": "CVE-2024-27289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27289"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2025-39971",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39971"
},
{
"name": "CVE-2025-40154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40154"
},
{
"name": "CVE-2025-13601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13601"
},
{
"name": "CVE-2025-12817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12817"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2026-23949",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23949"
},
{
"name": "CVE-2021-42385",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42385"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2026-0915",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0915"
},
{
"name": "CVE-2025-15281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15281"
},
{
"name": "CVE-2022-0778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0778"
},
{
"name": "CVE-2022-41854",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41854"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2025-40126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40126"
},
{
"name": "CVE-2025-39972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39972"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2021-42836",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42836"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2025-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58058"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-40200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40200"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2025-38236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38236"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2025-40124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40124"
},
{
"name": "CVE-2025-39880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39880"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2025-40094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40094"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2022-25857",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25857"
},
{
"name": "CVE-2022-38751",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38751"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2026-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21941"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-40215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40215"
},
{
"name": "CVE-2025-40111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40111"
},
{
"name": "CVE-2021-3712",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3712"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2025-40068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40068"
},
{
"name": "CVE-2025-40042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40042"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2026-22695",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22695"
},
{
"name": "CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"name": "CVE-2026-24733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24733"
},
{
"name": "CVE-2026-0992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0992"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2026-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21947"
},
{
"name": "CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2019-5482",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-5482"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2022-38752",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38752"
},
{
"name": "CVE-2021-22926",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22926"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-39937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39937"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-40060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40060"
},
{
"name": "CVE-2026-2003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2003"
},
{
"name": "CVE-2019-5443",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-5443"
},
{
"name": "CVE-2022-38750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38750"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-23471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23471"
},
{
"name": "CVE-2020-1967",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1967"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2025-60876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60876"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2021-23840",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23840"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"name": "CVE-2021-44717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44717"
},
{
"name": "CVE-2025-11065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11065"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2026-1484",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1484"
},
{
"name": "CVE-2025-4947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4947"
},
{
"name": "CVE-2025-40178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40178"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2025-39869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39869"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2025-39985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39985"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2021-22923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22923"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2025-59464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59464"
},
{
"name": "CVE-2023-22006",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22006"
},
{
"name": "CVE-2019-5435",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-5435"
},
{
"name": "CVE-2022-1471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1471"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2026-1489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1489"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2026-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2004"
},
{
"name": "CVE-2026-0672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0672"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2021-43565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43565"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2022-23648",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23648"
},
{
"name": "CVE-2021-23841",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23841"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2026-22720",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22720"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2023-42363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42363"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2025-39980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39980"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2019-1551",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1551"
},
{
"name": "CVE-2025-40346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40346"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-40030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40030"
},
{
"name": "CVE-2025-40244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40244"
},
{
"name": "CVE-2025-39995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39995"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2022-21698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21698"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2025-39907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39907"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2026-25547",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25547"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2025-40140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40140"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2025-40223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40223"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2026-1225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1225"
},
{
"name": "CVE-2024-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53114"
},
{
"name": "CVE-2024-27304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27304"
},
{
"name": "CVE-2026-22703",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22703"
},
{
"name": "CVE-2026-0989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0989"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2025-39873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39873"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2022-29189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29189"
},
{
"name": "CVE-2025-38248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38248"
},
{
"name": "CVE-2025-40351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40351"
},
{
"name": "CVE-2025-40087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40087"
},
{
"name": "CVE-2026-25646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25646"
}
],
"initial_release_date": "2026-02-24T00:00:00",
"last_revision_date": "2026-02-24T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0199",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-02-24T00:00:00.000000"
}
],
"risks": [
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et une injection de code indirecte \u00e0 distance (XSS).",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37012",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37012"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37001",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37001"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37013",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37013"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37003",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37003"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37023",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37023"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37017",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37017"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37006",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37006"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37024",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37024"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36997",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36997"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37004",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37004"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36947",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36947"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37018",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37018"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37005",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37005"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37008",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37008"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37007",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37007"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37020",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37020"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36998",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36998"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37002",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37002"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37021",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37021"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37022",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37022"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37016",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37016"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37019",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37019"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37010",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37010"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37009",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37009"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37000",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37000"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37011",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37011"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37015",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37015"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37014",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37014"
},
{
"published_at": "2026-02-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36999",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36999"
}
]
}
CERTFR-2026-AVI-0641
Vulnerability from certfr_avis - Published: 2026-05-22 - Updated: 2026-05-22
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | AIX | Open SDK pour Rust sur AIX versions 1.92.x sans le correctif de sécurité Fix Pack 2 | ||
| IBM | WebSphere | WebSphere Automation versions 1.1x antérieures à 1.12.1 | ||
| IBM | Db2 | Db2 versions 12.1.x antérieures à 12.1.4 sans le correctif Special Build #83501 | ||
| IBM | Db2 | Db2 Big SQL versions 7.6.x à 8.3.x antérieures à 8.3.1 patch 4 | ||
| IBM | Db2 | Db2 sur Cloud Pak for Data et Db2 Warehouse sur Cloud Pak for Data versions 4.8.x à 5.3.x antérieures à 5.3.1 | ||
| IBM | AIX | Open SDK pour Rust sur AIX versions 1.90.x sans le correctif de sécurité Fix Pack 2 | ||
| IBM | Sterling | Sterling Transformation Extender versions 11.0.1.1 et 11.0.2.0 sans le correctif de sécurité PH71227 | ||
| IBM | Db2 | Db2 versions 11.5.x antérieures à 11.5.9 sans le correctif Special Build #81937 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Open SDK pour Rust sur AIX versions 1.92.x sans le correctif de s\u00e9curit\u00e9 Fix Pack 2",
"product": {
"name": "AIX",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Automation versions 1.1x ant\u00e9rieures \u00e0 1.12.1",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions 12.1.x ant\u00e9rieures \u00e0 12.1.4 sans le correctif Special Build #83501",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Big SQL versions 7.6.x \u00e0 8.3.x ant\u00e9rieures \u00e0 8.3.1 patch 4",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 sur Cloud Pak for Data et Db2 Warehouse sur Cloud Pak for Data versions 4.8.x \u00e0 5.3.x ant\u00e9rieures \u00e0 5.3.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Open SDK pour Rust sur AIX versions 1.90.x sans le correctif de s\u00e9curit\u00e9 Fix Pack 2",
"product": {
"name": "AIX",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Transformation Extender versions 11.0.1.1 et 11.0.2.0 sans le correctif de s\u00e9curit\u00e9 PH71227",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions 11.5.x ant\u00e9rieures \u00e0 11.5.9 sans le correctif Special Build #81937",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2025-36353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36353"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2025-58190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58190"
},
{
"name": "CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"name": "CVE-2026-31958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31958"
},
{
"name": "CVE-2025-67726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67726"
},
{
"name": "CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"name": "CVE-2025-13867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13867"
},
{
"name": "CVE-2025-2668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2668"
},
{
"name": "CVE-2025-36427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36427"
},
{
"name": "CVE-2025-39761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39761"
},
{
"name": "CVE-2026-35611",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35611"
},
{
"name": "CVE-2024-45310",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45310"
},
{
"name": "CVE-2025-36384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36384"
},
{
"name": "CVE-2025-36098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36098"
},
{
"name": "CVE-2025-36184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36184"
},
{
"name": "CVE-2026-2391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2391"
},
{
"name": "CVE-2026-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22013"
},
{
"name": "CVE-2026-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22018"
},
{
"name": "CVE-2025-36247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36247"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2025-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36009"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2025-36070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36070"
},
{
"name": "CVE-2025-36428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36428"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2026-34282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34282"
},
{
"name": "CVE-2025-36424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36424"
},
{
"name": "CVE-2025-36387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36387"
},
{
"name": "CVE-2025-33042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33042"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"name": "CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"name": "CVE-2026-23865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23865"
},
{
"name": "CVE-2026-33671",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33671"
},
{
"name": "CVE-2025-67721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67721"
},
{
"name": "CVE-2026-33750",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33750"
},
{
"name": "CVE-2026-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6918"
},
{
"name": "CVE-2025-47911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47911"
},
{
"name": "CVE-2026-33228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33228"
},
{
"name": "CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"name": "CVE-2026-29045",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29045"
},
{
"name": "CVE-2021-43784",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43784"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2025-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12801"
},
{
"name": "CVE-2026-1188",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1188"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2026-41681",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41681"
},
{
"name": "CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2026-41677",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41677"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-36425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36425"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-61594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61594"
},
{
"name": "CVE-2026-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22016"
},
{
"name": "CVE-2026-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22021"
},
{
"name": "CVE-2026-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22007"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2026-34268",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34268"
},
{
"name": "CVE-2026-3713",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3713"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2025-36001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36001"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2026-33672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33672"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-36365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36365"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2025-36442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36442"
},
{
"name": "CVE-2025-38351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38351"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2025-59059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59059"
},
{
"name": "CVE-2026-41676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41676"
},
{
"name": "CVE-2025-14689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14689"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2024-47072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47072"
},
{
"name": "CVE-2025-36366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36366"
},
{
"name": "CVE-2025-36123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36123"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2025-67724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67724"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2026-29087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29087"
},
{
"name": "CVE-2025-21614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21614"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2026-32141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32141"
},
{
"name": "CVE-2026-35554",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35554"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2025-36407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36407"
},
{
"name": "CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"name": "CVE-2026-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22008"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2026-1718",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1718"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2026-24281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24281"
},
{
"name": "CVE-2026-41678",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41678"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
}
],
"initial_release_date": "2026-05-22T00:00:00",
"last_revision_date": "2026-05-22T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0641",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-05-22T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273152",
"url": "https://www.ibm.com/support/pages/node/7273152"
},
{
"published_at": "2026-05-18",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273312",
"url": "https://www.ibm.com/support/pages/node/7273312"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273153",
"url": "https://www.ibm.com/support/pages/node/7273153"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273155",
"url": "https://www.ibm.com/support/pages/node/7273155"
},
{
"published_at": "2026-05-19",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7271877",
"url": "https://www.ibm.com/support/pages/node/7271877"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273156",
"url": "https://www.ibm.com/support/pages/node/7273156"
},
{
"published_at": "2026-05-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273269",
"url": "https://www.ibm.com/support/pages/node/7273269"
},
{
"published_at": "2026-05-18",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273281",
"url": "https://www.ibm.com/support/pages/node/7273281"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273150",
"url": "https://www.ibm.com/support/pages/node/7273150"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273151",
"url": "https://www.ibm.com/support/pages/node/7273151"
},
{
"published_at": "2026-05-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273555",
"url": "https://www.ibm.com/support/pages/node/7273555"
}
]
}
FKIE_CVE-2025-61594
Vulnerability from fkie_nvd - Published: 2025-12-30 21:15 - Updated: 2026-04-16 18:16| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/advisories/GHSA-22h5-pq3x-2gf2 | ||
| security-advisories@github.com | https://github.com/ruby/uri/security/advisories/GHSA-j4pr-3wm6-xx2r | ||
| security-advisories@github.com | https://hackerone.com/reports/2957667 | ||
| security-advisories@github.com | https://www.ruby-lang.org/en/news/2025/02/26/security-advisories |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:ruby-lang:uri:*:*:*:*:*:ruby:*:*",
"matchCriteriaId": "488EF0F7-7510-451A-9EFC-85673ADC364D",
"versionEndExcluding": "0.12.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:ruby-lang:uri:*:*:*:*:*:ruby:*:*",
"matchCriteriaId": "336CB58A-5975-4516-86A6-FAC69551C4A3",
"versionEndExcluding": "0.13.3",
"versionStartIncluding": "0.13.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:ruby-lang:uri:*:*:*:*:*:ruby:*:*",
"matchCriteriaId": "7930C9E3-5EEA-40F9-8299-25B6C681BAD6",
"versionEndExcluding": "1.0.4",
"versionStartIncluding": "1.0.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "URI is a module providing classes to handle Uniform Resource Identifiers. In versions 0.12.4 and earlier (bundled in Ruby 3.2 series) 0.13.2 and earlier (bundled in Ruby 3.3 series), 1.0.3 and earlier (bundled in Ruby 3.4 series), when using the + operator to combine URIs, sensitive information like passwords from the original URI can be leaked, violating RFC3986 and making applications vulnerable to credential exposure. This is a a bypass for the fix to CVE-2025-27221 that can expose user credentials. This issue has been fixed in versions 0.12.5, 0.13.3 and 1.0.4."
},
{
"lang": "es",
"value": "URI es un m\u00f3dulo que proporciona clases para manejar Identificadores Uniformes de Recursos. En versiones anteriores a 0.12.5, 0.13.3 y 1.0.4, existe un bypass para la correcci\u00f3n de CVE-2025-27221 que puede exponer credenciales de usuario. Al usar el operador \u0027+\u0027 para combinar URIs, informaci\u00f3n sensible como contrase\u00f1as del URI original puede filtrarse, violando RFC3986 y haciendo que las aplicaciones sean vulnerables a la exposici\u00f3n de credenciales. Las versiones 0.12.5, 0.13.3 y 1.0.4 corrigen el problema."
}
],
"id": "CVE-2025-61594",
"lastModified": "2026-04-16T18:16:44.400",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "LOCAL",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 2.1,
"baseSeverity": "LOW",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "LOW",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2025-12-30T21:15:43.893",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/advisories/GHSA-22h5-pq3x-2gf2"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/ruby/uri/security/advisories/GHSA-j4pr-3wm6-xx2r"
},
{
"source": "security-advisories@github.com",
"url": "https://hackerone.com/reports/2957667"
},
{
"source": "security-advisories@github.com",
"url": "https://www.ruby-lang.org/en/news/2025/02/26/security-advisories"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-200"
},
{
"lang": "en",
"value": "CWE-212"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
GHSA-J4PR-3WM6-XX2R
Vulnerability from github – Published: 2025-12-30 21:07 – Updated: 2026-05-29 21:45Impact
In affected URI version, a bypass exists for the fix to CVE-2025-27221 that can expose user credentials.
When using the + operator to combine URIs, sensitive information like passwords from the original URI can be leaked, violating RFC3986 and making applications vulnerable to credential exposure.
The vulnerability affects the uri gem bundled with the following Ruby series:
- 0.12.4 and earlier (bundled in Ruby 3.2 series)
- 0.13.2 and earlier (bundled in Ruby 3.3 series)
- 1.0.3 and earlier (bundled in Ruby 3.4 series)
Patches
Upgrade to 0.12.5, 0.13.3 or 1.0.4
References
- https://www.ruby-lang.org/en/news/2025/02/26/security-advisories/
- https://hackerone.com/reports/2957667
{
"affected": [
{
"package": {
"ecosystem": "RubyGems",
"name": "uri"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.12.5"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "RubyGems",
"name": "uri"
},
"ranges": [
{
"events": [
{
"introduced": "0.13.0"
},
{
"fixed": "0.13.3"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "RubyGems",
"name": "uri"
},
"ranges": [
{
"events": [
{
"introduced": "1.0.0"
},
{
"fixed": "1.0.4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2025-61594"
],
"database_specific": {
"cwe_ids": [
"CWE-200",
"CWE-212"
],
"github_reviewed": true,
"github_reviewed_at": "2025-12-30T21:07:14Z",
"nvd_published_at": "2025-12-30T21:15:43Z",
"severity": "LOW"
},
"details": "### Impact\n\nIn affected URI version, a bypass exists for the fix to CVE-2025-27221 that can expose user credentials.\n\nWhen using the `+` operator to combine URIs, sensitive information like passwords from the original URI can be leaked, violating RFC3986 and making applications vulnerable to credential exposure.\n\nThe vulnerability affects the `uri` gem bundled with the following Ruby series:\n\n* 0.12.4 and earlier (bundled in Ruby 3.2 series)\n* 0.13.2 and earlier (bundled in Ruby 3.3 series)\n* 1.0.3 and earlier (bundled in Ruby 3.4 series)\n\n### Patches\n\nUpgrade to 0.12.5, 0.13.3 or 1.0.4\n\n### References\n\n* https://www.ruby-lang.org/en/news/2025/02/26/security-advisories/\n* https://hackerone.com/reports/2957667",
"id": "GHSA-j4pr-3wm6-xx2r",
"modified": "2026-05-29T21:45:59Z",
"published": "2025-12-30T21:07:14Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/ruby/uri/security/advisories/GHSA-j4pr-3wm6-xx2r"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61594"
},
{
"type": "WEB",
"url": "https://github.com/ruby/uri/commit/20157e3e29b125ff41f1d9662e2e3b1d066f5902"
},
{
"type": "WEB",
"url": "https://github.com/ruby/uri/commit/7e521b2da0833d964aab43019e735aea674e1c2c"
},
{
"type": "WEB",
"url": "https://github.com/ruby/uri/commit/d3116ca66a3b1c97dc7577f9d2d6e353f391cd6a"
},
{
"type": "WEB",
"url": "https://hackerone.com/reports/2957667"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-22h5-pq3x-2gf2"
},
{
"type": "PACKAGE",
"url": "https://github.com/ruby/uri"
},
{
"type": "WEB",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-61594.yml"
},
{
"type": "WEB",
"url": "https://www.ruby-lang.org/en/news/2025/02/26/security-advisories"
},
{
"type": "WEB",
"url": "https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U",
"type": "CVSS_V4"
}
],
"summary": "URI Credential Leakage Bypass over CVE-2025-27221"
}
MSRC_CVE-2025-61594
Vulnerability from csaf_microsoft - Published: 2025-12-02 00:00 - Updated: 2026-02-18 02:50| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 20392-17086 | — | ||
| Unresolved product id: 20884-17084 | — | ||
| Unresolved product id: 20885-17086 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-61594 URI Credential Leakage Bypass over CVE-2025-27221 - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-61594.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "URI Credential Leakage Bypass over CVE-2025-27221",
"tracking": {
"current_release_date": "2026-02-18T02:50:06.000Z",
"generator": {
"date": "2026-02-18T14:12:24.958Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-61594",
"initial_release_date": "2025-12-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-01-03T01:02:18.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-01-05T14:36:39.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-01-15T01:36:06.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-02-18T02:50:06.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 ruby 3.3.5-6",
"product": {
"name": "azl3 ruby 3.3.5-6",
"product_id": "3"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 ruby 3.1.7-3",
"product": {
"name": "\u003ccbl2 ruby 3.1.7-3",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "cbl2 ruby 3.1.7-3",
"product": {
"name": "cbl2 ruby 3.1.7-3",
"product_id": "20392"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 ruby 3.3.5-7",
"product": {
"name": "\u003cazl3 ruby 3.3.5-7",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 ruby 3.3.5-7",
"product": {
"name": "azl3 ruby 3.3.5-7",
"product_id": "20884"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 ruby 3.1.7-4",
"product": {
"name": "\u003ccbl2 ruby 3.1.7-4",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 ruby 3.1.7-4",
"product": {
"name": "cbl2 ruby 3.1.7-4",
"product_id": "20885"
}
}
],
"category": "product_name",
"name": "ruby"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 ruby 3.3.5-6 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 ruby 3.1.7-3 as a component of CBL Mariner 2.0",
"product_id": "17086-4"
},
"product_reference": "4",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 ruby 3.1.7-3 as a component of CBL Mariner 2.0",
"product_id": "20392-17086"
},
"product_reference": "20392",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 ruby 3.3.5-7 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 ruby 3.3.5-7 as a component of Azure Linux 3.0",
"product_id": "20884-17084"
},
"product_reference": "20884",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 ruby 3.1.7-4 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 ruby 3.1.7-4 as a component of CBL Mariner 2.0",
"product_id": "20885-17086"
},
"product_reference": "20885",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61594",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"20392-17086",
"20884-17084",
"20885-17086"
],
"known_affected": [
"17084-3",
"17086-4",
"17084-2",
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-61594 URI Credential Leakage Bypass over CVE-2025-27221 - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-61594.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2026-01-03T01:02:18.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-3"
]
},
{
"category": "vendor_fix",
"date": "2026-01-03T01:02:18.000Z",
"details": "3.1.7-4:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-4",
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2026-01-03T01:02:18.000Z",
"details": "3.3.5-7:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"title": "URI Credential Leakage Bypass over CVE-2025-27221"
}
]
}
OPENSUSE-SU-2025:15614-1
Vulnerability from csaf_opensuse - Published: 2025-10-08 00:00 - Updated: 2025-10-08 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "libruby3_4-3_4-3.4.7-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libruby3_4-3_4-3.4.7-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15614",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15614-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61594 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61594/"
}
],
"title": "libruby3_4-3_4-3.4.7-1.1 on GA media",
"tracking": {
"current_release_date": "2025-10-08T00:00:00Z",
"generator": {
"date": "2025-10-08T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15614-1",
"initial_release_date": "2025-10-08T00:00:00Z",
"revision_history": [
{
"date": "2025-10-08T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libruby3_4-3_4-3.4.7-1.1.aarch64",
"product": {
"name": "libruby3_4-3_4-3.4.7-1.1.aarch64",
"product_id": "libruby3_4-3_4-3.4.7-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "ruby3.4-3.4.7-1.1.aarch64",
"product": {
"name": "ruby3.4-3.4.7-1.1.aarch64",
"product_id": "ruby3.4-3.4.7-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "ruby3.4-devel-3.4.7-1.1.aarch64",
"product": {
"name": "ruby3.4-devel-3.4.7-1.1.aarch64",
"product_id": "ruby3.4-devel-3.4.7-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "ruby3.4-devel-extra-3.4.7-1.1.aarch64",
"product": {
"name": "ruby3.4-devel-extra-3.4.7-1.1.aarch64",
"product_id": "ruby3.4-devel-extra-3.4.7-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "ruby3.4-doc-3.4.7-1.1.aarch64",
"product": {
"name": "ruby3.4-doc-3.4.7-1.1.aarch64",
"product_id": "ruby3.4-doc-3.4.7-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "ruby3.4-doc-ri-3.4.7-1.1.aarch64",
"product": {
"name": "ruby3.4-doc-ri-3.4.7-1.1.aarch64",
"product_id": "ruby3.4-doc-ri-3.4.7-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libruby3_4-3_4-3.4.7-1.1.ppc64le",
"product": {
"name": "libruby3_4-3_4-3.4.7-1.1.ppc64le",
"product_id": "libruby3_4-3_4-3.4.7-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby3.4-3.4.7-1.1.ppc64le",
"product": {
"name": "ruby3.4-3.4.7-1.1.ppc64le",
"product_id": "ruby3.4-3.4.7-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby3.4-devel-3.4.7-1.1.ppc64le",
"product": {
"name": "ruby3.4-devel-3.4.7-1.1.ppc64le",
"product_id": "ruby3.4-devel-3.4.7-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby3.4-devel-extra-3.4.7-1.1.ppc64le",
"product": {
"name": "ruby3.4-devel-extra-3.4.7-1.1.ppc64le",
"product_id": "ruby3.4-devel-extra-3.4.7-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby3.4-doc-3.4.7-1.1.ppc64le",
"product": {
"name": "ruby3.4-doc-3.4.7-1.1.ppc64le",
"product_id": "ruby3.4-doc-3.4.7-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ruby3.4-doc-ri-3.4.7-1.1.ppc64le",
"product": {
"name": "ruby3.4-doc-ri-3.4.7-1.1.ppc64le",
"product_id": "ruby3.4-doc-ri-3.4.7-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libruby3_4-3_4-3.4.7-1.1.s390x",
"product": {
"name": "libruby3_4-3_4-3.4.7-1.1.s390x",
"product_id": "libruby3_4-3_4-3.4.7-1.1.s390x"
}
},
{
"category": "product_version",
"name": "ruby3.4-3.4.7-1.1.s390x",
"product": {
"name": "ruby3.4-3.4.7-1.1.s390x",
"product_id": "ruby3.4-3.4.7-1.1.s390x"
}
},
{
"category": "product_version",
"name": "ruby3.4-devel-3.4.7-1.1.s390x",
"product": {
"name": "ruby3.4-devel-3.4.7-1.1.s390x",
"product_id": "ruby3.4-devel-3.4.7-1.1.s390x"
}
},
{
"category": "product_version",
"name": "ruby3.4-devel-extra-3.4.7-1.1.s390x",
"product": {
"name": "ruby3.4-devel-extra-3.4.7-1.1.s390x",
"product_id": "ruby3.4-devel-extra-3.4.7-1.1.s390x"
}
},
{
"category": "product_version",
"name": "ruby3.4-doc-3.4.7-1.1.s390x",
"product": {
"name": "ruby3.4-doc-3.4.7-1.1.s390x",
"product_id": "ruby3.4-doc-3.4.7-1.1.s390x"
}
},
{
"category": "product_version",
"name": "ruby3.4-doc-ri-3.4.7-1.1.s390x",
"product": {
"name": "ruby3.4-doc-ri-3.4.7-1.1.s390x",
"product_id": "ruby3.4-doc-ri-3.4.7-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libruby3_4-3_4-3.4.7-1.1.x86_64",
"product": {
"name": "libruby3_4-3_4-3.4.7-1.1.x86_64",
"product_id": "libruby3_4-3_4-3.4.7-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "ruby3.4-3.4.7-1.1.x86_64",
"product": {
"name": "ruby3.4-3.4.7-1.1.x86_64",
"product_id": "ruby3.4-3.4.7-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "ruby3.4-devel-3.4.7-1.1.x86_64",
"product": {
"name": "ruby3.4-devel-3.4.7-1.1.x86_64",
"product_id": "ruby3.4-devel-3.4.7-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "ruby3.4-devel-extra-3.4.7-1.1.x86_64",
"product": {
"name": "ruby3.4-devel-extra-3.4.7-1.1.x86_64",
"product_id": "ruby3.4-devel-extra-3.4.7-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "ruby3.4-doc-3.4.7-1.1.x86_64",
"product": {
"name": "ruby3.4-doc-3.4.7-1.1.x86_64",
"product_id": "ruby3.4-doc-3.4.7-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "ruby3.4-doc-ri-3.4.7-1.1.x86_64",
"product": {
"name": "ruby3.4-doc-ri-3.4.7-1.1.x86_64",
"product_id": "ruby3.4-doc-ri-3.4.7-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libruby3_4-3_4-3.4.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.aarch64"
},
"product_reference": "libruby3_4-3_4-3.4.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libruby3_4-3_4-3.4.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.ppc64le"
},
"product_reference": "libruby3_4-3_4-3.4.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libruby3_4-3_4-3.4.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.s390x"
},
"product_reference": "libruby3_4-3_4-3.4.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libruby3_4-3_4-3.4.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.x86_64"
},
"product_reference": "libruby3_4-3_4-3.4.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-3.4.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.aarch64"
},
"product_reference": "ruby3.4-3.4.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-3.4.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.ppc64le"
},
"product_reference": "ruby3.4-3.4.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-3.4.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.s390x"
},
"product_reference": "ruby3.4-3.4.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-3.4.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.x86_64"
},
"product_reference": "ruby3.4-3.4.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-devel-3.4.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.aarch64"
},
"product_reference": "ruby3.4-devel-3.4.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-devel-3.4.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.ppc64le"
},
"product_reference": "ruby3.4-devel-3.4.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-devel-3.4.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.s390x"
},
"product_reference": "ruby3.4-devel-3.4.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-devel-3.4.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.x86_64"
},
"product_reference": "ruby3.4-devel-3.4.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-devel-extra-3.4.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.aarch64"
},
"product_reference": "ruby3.4-devel-extra-3.4.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-devel-extra-3.4.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.ppc64le"
},
"product_reference": "ruby3.4-devel-extra-3.4.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-devel-extra-3.4.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.s390x"
},
"product_reference": "ruby3.4-devel-extra-3.4.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-devel-extra-3.4.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.x86_64"
},
"product_reference": "ruby3.4-devel-extra-3.4.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-doc-3.4.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.aarch64"
},
"product_reference": "ruby3.4-doc-3.4.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-doc-3.4.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.ppc64le"
},
"product_reference": "ruby3.4-doc-3.4.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-doc-3.4.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.s390x"
},
"product_reference": "ruby3.4-doc-3.4.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-doc-3.4.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.x86_64"
},
"product_reference": "ruby3.4-doc-3.4.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-doc-ri-3.4.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.aarch64"
},
"product_reference": "ruby3.4-doc-ri-3.4.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-doc-ri-3.4.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.ppc64le"
},
"product_reference": "ruby3.4-doc-ri-3.4.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-doc-ri-3.4.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.s390x"
},
"product_reference": "ruby3.4-doc-ri-3.4.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-doc-ri-3.4.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.x86_64"
},
"product_reference": "ruby3.4-doc-ri-3.4.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61594",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61594"
}
],
"notes": [
{
"category": "general",
"text": "URI is a module providing classes to handle Uniform Resource Identifiers. In versions prior to 0.12.5, 0.13.3, and 1.0.4, a bypass exists for the fix to CVE-2025-27221 that can expose user credentials. When using the `+` operator to combine URIs, sensitive information like passwords from the original URI can be leaked, violating RFC3986 and making applications vulnerable to credential exposure. Versions 0.12.5, 0.13.3, and 1.0.4 fix the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.aarch64",
"openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.ppc64le",
"openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.s390x",
"openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.x86_64",
"openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.x86_64",
"openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.x86_64",
"openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.x86_64",
"openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.x86_64",
"openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61594",
"url": "https://www.suse.com/security/cve/CVE-2025-61594"
},
{
"category": "external",
"summary": "SUSE Bug 1255833 for CVE-2025-61594",
"url": "https://bugzilla.suse.com/1255833"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.aarch64",
"openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.ppc64le",
"openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.s390x",
"openSUSE Tumbleweed:libruby3_4-3_4-3.4.7-1.1.x86_64",
"openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-3.4.7-1.1.x86_64",
"openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-devel-3.4.7-1.1.x86_64",
"openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-devel-extra-3.4.7-1.1.x86_64",
"openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-doc-3.4.7-1.1.x86_64",
"openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-doc-ri-3.4.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61594"
}
]
}
RHSA-2025:23062
Vulnerability from csaf_redhat - Published: 2025-12-10 18:31 - Updated: 2026-03-18 03:12A denial of service flaw was found in resolv ruby gem. This flaw allows an attacker to craft a malicious DNS packet containing a highly compressed domain name. When the resolv library parses this packet, the name decompression process consumes a large amount of CPU resources, as the library does not limit the resulting length of the name.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
A denial of service flaw has been discovered in the rubygem REXML. Certain input can cause excess cpu usage and given sufficiently large input this can affect program performance.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the URI module. A remote attacker could exploit this vulnerability by using the `+` operator to combine Uniform Resource Identifiers (URIs). This bypasses a previous fix and can lead to the leakage of sensitive information, such as user credentials (passwords), from the original URI, resulting in credential exposure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2025:23062 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2379684 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2396186 | external |
| https://issues.redhat.com/browse/RHEL-106820 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2025-24294 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2379684 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-24294 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-24294 | external |
| https://www.ruby-lang.org/en/news/2025/07/08/dos-… | external |
| https://access.redhat.com/security/cve/CVE-2025-58767 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2396186 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-58767 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-58767 | external |
| https://github.com/ruby/rexml/commit/5859bdeac792… | external |
| https://github.com/ruby/rexml/security/advisories… | external |
| https://access.redhat.com/security/cve/CVE-2025-61594 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2426336 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-61594 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-61594 | external |
| https://github.com/ruby/uri/commit/20157e3e29b125… | external |
| https://github.com/ruby/uri/commit/7e521b2da0833d… | external |
| https://github.com/ruby/uri/commit/d3116ca66a3b1c… | external |
| https://github.com/rubysec/ruby-advisory-db/blob/… | external |
| https://www.ruby-lang.org/en/news/2025/10/07/uri-… | external |
{
"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": "An update for the ruby:3.3 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.\n\nSecurity Fix(es):\n\n* resolv: Denial of Service in resolv gem (CVE-2025-24294)\n\n* rexml: REXML denial of service (CVE-2025-58767)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:23062",
"url": "https://access.redhat.com/errata/RHSA-2025:23062"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2379684",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379684"
},
{
"category": "external",
"summary": "2396186",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396186"
},
{
"category": "external",
"summary": "RHEL-106820",
"url": "https://issues.redhat.com/browse/RHEL-106820"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23062.json"
}
],
"title": "Red Hat Security Advisory: ruby:3.3 security update",
"tracking": {
"current_release_date": "2026-03-18T03:12:15+00:00",
"generator": {
"date": "2026-03-18T03:12:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:23062",
"initial_release_date": "2025-12-10T18:31:38+00:00",
"revision_history": [
{
"date": "2025-12-10T18:31:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-10T18:31:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T03:12:15+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=i686\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"product": {
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src (ruby:3.3)",
"product_id": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=src\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"product": {
"name": "rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src (ruby:3.3)",
"product_id": "rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-abrt@0.4.0-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=src\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=src\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=src\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64 (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64 (ruby:3.3)",
"product_id": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64 (ruby:3.3)",
"product_id": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64 (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64 (ruby:3.3)",
"product_id": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64 (ruby:3.3)",
"product_id": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=x86_64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-default-gems@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-doc@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"product": {
"name": "rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch (ruby:3.3)",
"product_id": "rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-abrt@0.4.0-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"product": {
"name": "rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch (ruby:3.3)",
"product_id": "rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-abrt-doc@0.4.0-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bundler@2.5.22-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-irb@1.13.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-minitest@5.20.0-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"product": {
"name": "rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch (ruby:3.3)",
"product_id": "rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-doc@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"product": {
"name": "rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch (ruby:3.3)",
"product_id": "rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-doc@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-power_assert@2.0.3-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rake@13.1.0-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rdoc@6.6.3.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rexml@3.4.4-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rss@0.3.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-test-unit@3.6.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-typeprof@0.21.9-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygems@3.5.22-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product": {
"name": "rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3)",
"product_id": "rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygems-devel@3.5.22-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=noarch\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64 (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64 (ruby:3.3)",
"product_id": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64 (ruby:3.3)",
"product_id": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64 (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64 (ruby:3.3)",
"product_id": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64 (ruby:3.3)",
"product_id": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=aarch64\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le (ruby:3.3)",
"product_id": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le (ruby:3.3)",
"product_id": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le (ruby:3.3)",
"product_id": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le (ruby:3.3)",
"product_id": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=ppc64le\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x (ruby:3.3)",
"product_id": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x (ruby:3.3)",
"product_id": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.5-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x (ruby:3.3)",
"product_id": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x (ruby:3.3)",
"product_id": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.4-1.module%2Bel8.10.0%2B21226%2Bb78a28c4?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-5.module%2Bel8.10.0%2B23696%2Bc42b0f57?arch=s390x\u0026rpmmod=ruby:3.3:8100020251124151715:489197e6"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3"
},
"product_reference": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3"
},
"product_reference": "rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3"
},
"product_reference": "rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3"
},
"product_reference": "rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3"
},
"product_reference": "rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3"
},
"product_reference": "rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
},
"product_reference": "rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24294",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-07-12T04:00:52.896886+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379684"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in resolv ruby gem. This flaw allows an attacker to craft a malicious DNS packet containing a highly compressed domain name. When the resolv library parses this packet, the name decompression process consumes a large amount of CPU resources, as the library does not limit the resulting length of the name.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "resolv: Denial of Service in resolv gem",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24294"
},
{
"category": "external",
"summary": "RHBZ#2379684",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379684"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24294",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24294"
},
{
"category": "external",
"summary": "https://www.ruby-lang.org/en/news/2025/07/08/dos-resolv-cve-2025-24294/",
"url": "https://www.ruby-lang.org/en/news/2025/07/08/dos-resolv-cve-2025-24294/"
}
],
"release_date": "2025-07-12T03:30:40.226000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-10T18:31:38+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23062"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "resolv: Denial of Service in resolv gem"
},
{
"cve": "CVE-2025-58767",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2025-09-17T18:01:11.059120+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396186"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the rubygem REXML. Certain input can cause excess cpu usage and given sufficiently large input this can affect program performance.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rexml: REXML denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security team has rated this vulnerability as having the \u0027Moderate\u0027 severity, with the final CVSSv3.1 score of 5.3 as the final impact in availability is restricted to the application consuming the REXML package and not the whole system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58767"
},
{
"category": "external",
"summary": "RHBZ#2396186",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396186"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58767",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58767"
},
{
"category": "external",
"summary": "https://github.com/ruby/rexml/commit/5859bdeac792687eaf93d8e8f0b7e3c1e2ed5c23",
"url": "https://github.com/ruby/rexml/commit/5859bdeac792687eaf93d8e8f0b7e3c1e2ed5c23"
},
{
"category": "external",
"summary": "https://github.com/ruby/rexml/security/advisories/GHSA-c2f4-jgmc-q2r5",
"url": "https://github.com/ruby/rexml/security/advisories/GHSA-c2f4-jgmc-q2r5"
}
],
"release_date": "2025-09-17T17:45:58.118000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-10T18:31:38+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23062"
},
{
"category": "workaround",
"details": "The primary mitigation for this flaw is to avoid parsing XML documents originating from untrusted, unauthenticated, or unverified sources.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rexml: REXML denial of service"
},
{
"cve": "CVE-2025-61594",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2025-12-30T22:00:54.259036+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2426336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the URI module. A remote attacker could exploit this vulnerability by using the `+` operator to combine Uniform Resource Identifiers (URIs). This bypasses a previous fix and can lead to the leakage of sensitive information, such as user credentials (passwords), from the original URI, resulting in credential exposure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "uri: URI module: Credential exposure via URI + operator",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate as it allows for credential exposure when the URI module\u0027s `+` operator is used to combine URIs. This flaw bypasses a previous fix, potentially leading to sensitive information leakage from the original URI in affected applications across Red Hat Enterprise Linux, OpenShift Container Platform, and other products utilizing the vulnerable URI module.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61594"
},
{
"category": "external",
"summary": "RHBZ#2426336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2426336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61594"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61594",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61594"
},
{
"category": "external",
"summary": "https://github.com/ruby/uri/commit/20157e3e29b125ff41f1d9662e2e3b1d066f5902",
"url": "https://github.com/ruby/uri/commit/20157e3e29b125ff41f1d9662e2e3b1d066f5902"
},
{
"category": "external",
"summary": "https://github.com/ruby/uri/commit/7e521b2da0833d964aab43019e735aea674e1c2c",
"url": "https://github.com/ruby/uri/commit/7e521b2da0833d964aab43019e735aea674e1c2c"
},
{
"category": "external",
"summary": "https://github.com/ruby/uri/commit/d3116ca66a3b1c97dc7577f9d2d6e353f391cd6a",
"url": "https://github.com/ruby/uri/commit/d3116ca66a3b1c97dc7577f9d2d6e353f391cd6a"
},
{
"category": "external",
"summary": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-61594.yml",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-61594.yml"
},
{
"category": "external",
"summary": "https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594/",
"url": "https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594/"
}
],
"release_date": "2025-12-30T21:03:08.990000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-10T18:31:38+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23062"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-debugsource-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-default-gems-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-devel-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-doc-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:ruby-libs-debuginfo-0:3.3.10-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-abrt-doc-0:0.4.0-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-bundler-0:2.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-io-console-debuginfo-0:0.7.1-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-irb-0:1.13.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-json-debuginfo-0:2.7.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-minitest-0:5.20.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-debugsource-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-mysql2-doc-0:0.5.5-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.src::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debuginfo-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-debugsource-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-pg-doc-0:1.5.4-1.module+el8.10.0+21226+b78a28c4.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-power_assert-0:2.0.3-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-psych-debuginfo-0:5.1.2-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-racc-debuginfo-0:1.7.3-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rake-0:13.1.0-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.aarch64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.i686::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.ppc64le::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.s390x::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rbs-debuginfo-0:3.4.0-5.module+el8.10.0+23696+c42b0f57.x86_64::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rdoc-0:6.6.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rexml-0:3.4.4-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-rss-0:0.3.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-test-unit-0:3.6.1-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygem-typeprof-0:0.21.9-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3",
"AppStream-8.10.0.Z.MAIN.EUS:rubygems-devel-0:3.5.22-5.module+el8.10.0+23696+c42b0f57.noarch::ruby:3.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "uri: URI module: Credential exposure via URI + operator"
}
]
}
RHSA-2025:23063
Vulnerability from csaf_redhat - Published: 2025-12-10 17:51 - Updated: 2026-03-18 03:11A denial of service flaw was found in resolv ruby gem. This flaw allows an attacker to craft a malicious DNS packet containing a highly compressed domain name. When the resolv library parses this packet, the name decompression process consumes a large amount of CPU resources, as the library does not limit the resulting length of the name.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
A denial of service flaw has been discovered in the rubygem REXML. Certain input can cause excess cpu usage and given sufficiently large input this can affect program performance.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the URI module. A remote attacker could exploit this vulnerability by using the `+` operator to combine Uniform Resource Identifiers (URIs). This bypasses a previous fix and can lead to the leakage of sensitive information, such as user credentials (passwords), from the original URI, resulting in credential exposure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2025:23063 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2379684 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2396186 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2025-24294 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2379684 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-24294 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-24294 | external |
| https://www.ruby-lang.org/en/news/2025/07/08/dos-… | external |
| https://access.redhat.com/security/cve/CVE-2025-58767 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2396186 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-58767 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-58767 | external |
| https://github.com/ruby/rexml/commit/5859bdeac792… | external |
| https://github.com/ruby/rexml/security/advisories… | external |
| https://access.redhat.com/security/cve/CVE-2025-61594 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2426336 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-61594 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-61594 | external |
| https://github.com/ruby/uri/commit/20157e3e29b125… | external |
| https://github.com/ruby/uri/commit/7e521b2da0833d… | external |
| https://github.com/ruby/uri/commit/d3116ca66a3b1c… | external |
| https://github.com/rubysec/ruby-advisory-db/blob/… | external |
| https://www.ruby-lang.org/en/news/2025/10/07/uri-… | external |
{
"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": "An update for the ruby:3.3 module is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.\n\nSecurity Fix(es):\n\n* resolv: Denial of Service in resolv gem (CVE-2025-24294)\n\n* rexml: REXML denial of service (CVE-2025-58767)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:23063",
"url": "https://access.redhat.com/errata/RHSA-2025:23063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2379684",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379684"
},
{
"category": "external",
"summary": "2396186",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396186"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23063.json"
}
],
"title": "Red Hat Security Advisory: ruby:3.3 security update",
"tracking": {
"current_release_date": "2026-03-18T03:11:44+00:00",
"generator": {
"date": "2026-03-18T03:11:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:23063",
"initial_release_date": "2025-12-10T17:51:13+00:00",
"revision_history": [
{
"date": "2025-12-10T17:51:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-10T17:51:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T03:11:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=i686\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"product": {
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src (ruby:3.3)",
"product_id": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=src\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=src\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=src\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64 (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64 (ruby:3.3)",
"product_id": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64 (ruby:3.3)",
"product_id": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3)",
"product_id": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3)",
"product_id": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=x86_64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-default-gems@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-doc@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bundler@2.5.22-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-irb@1.13.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-minitest@5.20.0-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"product": {
"name": "rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch (ruby:3.3)",
"product_id": "rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-doc@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"product": {
"name": "rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch (ruby:3.3)",
"product_id": "rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-doc@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-power_assert@2.0.3-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rake@13.1.0-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rdoc@6.6.3.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rexml@3.4.4-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rss@0.3.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-test-unit@3.6.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-typeprof@0.21.9-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygems@3.5.22-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product": {
"name": "rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3)",
"product_id": "rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygems-devel@3.5.22-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=noarch\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64 (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64 (ruby:3.3)",
"product_id": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64 (ruby:3.3)",
"product_id": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3)",
"product_id": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3)",
"product_id": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=aarch64\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le (ruby:3.3)",
"product_id": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le (ruby:3.3)",
"product_id": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3)",
"product_id": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3)",
"product_id": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=ppc64le\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x (ruby:3.3)",
"product_id": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x (ruby:3.3)",
"product_id": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.5-3.module%2Bel9.7.0%2B23362%2B7018fe7e?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3)",
"product_id": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3)",
"product_id": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-5.module%2Bel9.7.0%2B23651%2B15dc1615?arch=s390x\u0026rpmmod=ruby:3.3:9070020251113101221:9"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3"
},
"product_reference": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3"
},
"product_reference": "rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3"
},
"product_reference": "rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
},
"product_reference": "rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24294",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-07-12T04:00:52.896886+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379684"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in resolv ruby gem. This flaw allows an attacker to craft a malicious DNS packet containing a highly compressed domain name. When the resolv library parses this packet, the name decompression process consumes a large amount of CPU resources, as the library does not limit the resulting length of the name.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "resolv: Denial of Service in resolv gem",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24294"
},
{
"category": "external",
"summary": "RHBZ#2379684",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379684"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24294",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24294"
},
{
"category": "external",
"summary": "https://www.ruby-lang.org/en/news/2025/07/08/dos-resolv-cve-2025-24294/",
"url": "https://www.ruby-lang.org/en/news/2025/07/08/dos-resolv-cve-2025-24294/"
}
],
"release_date": "2025-07-12T03:30:40.226000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-10T17:51:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23063"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "resolv: Denial of Service in resolv gem"
},
{
"cve": "CVE-2025-58767",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2025-09-17T18:01:11.059120+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396186"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the rubygem REXML. Certain input can cause excess cpu usage and given sufficiently large input this can affect program performance.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rexml: REXML denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security team has rated this vulnerability as having the \u0027Moderate\u0027 severity, with the final CVSSv3.1 score of 5.3 as the final impact in availability is restricted to the application consuming the REXML package and not the whole system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58767"
},
{
"category": "external",
"summary": "RHBZ#2396186",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396186"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58767",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58767"
},
{
"category": "external",
"summary": "https://github.com/ruby/rexml/commit/5859bdeac792687eaf93d8e8f0b7e3c1e2ed5c23",
"url": "https://github.com/ruby/rexml/commit/5859bdeac792687eaf93d8e8f0b7e3c1e2ed5c23"
},
{
"category": "external",
"summary": "https://github.com/ruby/rexml/security/advisories/GHSA-c2f4-jgmc-q2r5",
"url": "https://github.com/ruby/rexml/security/advisories/GHSA-c2f4-jgmc-q2r5"
}
],
"release_date": "2025-09-17T17:45:58.118000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-10T17:51:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23063"
},
{
"category": "workaround",
"details": "The primary mitigation for this flaw is to avoid parsing XML documents originating from untrusted, unauthenticated, or unverified sources.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rexml: REXML denial of service"
},
{
"cve": "CVE-2025-61594",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2025-12-30T22:00:54.259036+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2426336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the URI module. A remote attacker could exploit this vulnerability by using the `+` operator to combine Uniform Resource Identifiers (URIs). This bypasses a previous fix and can lead to the leakage of sensitive information, such as user credentials (passwords), from the original URI, resulting in credential exposure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "uri: URI module: Credential exposure via URI + operator",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate as it allows for credential exposure when the URI module\u0027s `+` operator is used to combine URIs. This flaw bypasses a previous fix, potentially leading to sensitive information leakage from the original URI in affected applications across Red Hat Enterprise Linux, OpenShift Container Platform, and other products utilizing the vulnerable URI module.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61594"
},
{
"category": "external",
"summary": "RHBZ#2426336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2426336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61594"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61594",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61594"
},
{
"category": "external",
"summary": "https://github.com/ruby/uri/commit/20157e3e29b125ff41f1d9662e2e3b1d066f5902",
"url": "https://github.com/ruby/uri/commit/20157e3e29b125ff41f1d9662e2e3b1d066f5902"
},
{
"category": "external",
"summary": "https://github.com/ruby/uri/commit/7e521b2da0833d964aab43019e735aea674e1c2c",
"url": "https://github.com/ruby/uri/commit/7e521b2da0833d964aab43019e735aea674e1c2c"
},
{
"category": "external",
"summary": "https://github.com/ruby/uri/commit/d3116ca66a3b1c97dc7577f9d2d6e353f391cd6a",
"url": "https://github.com/ruby/uri/commit/d3116ca66a3b1c97dc7577f9d2d6e353f391cd6a"
},
{
"category": "external",
"summary": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-61594.yml",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-61594.yml"
},
{
"category": "external",
"summary": "https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594/",
"url": "https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594/"
}
],
"release_date": "2025-12-30T21:03:08.990000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-10T17:51:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23063"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-debugsource-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-default-gems-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-devel-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-doc-0:3.3.10-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.10-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-bundler-0:2.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-irb-0:1.13.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-minitest-0:5.20.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-3.module+el9.7.0+23362+7018fe7e.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-power_assert-0:2.0.3-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rake-0:13.1.0-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.aarch64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.i686::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.ppc64le::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.s390x::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-5.module+el9.7.0+23651+15dc1615.x86_64::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rexml-0:3.4.4-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-rss-0:0.3.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-test-unit-0:3.6.1-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygem-typeprof-0:0.21.9-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3",
"AppStream-9.7.0.Z.MAIN:rubygems-devel-0:3.5.22-5.module+el9.7.0+23651+15dc1615.noarch::ruby:3.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "uri: URI module: Credential exposure via URI + operator"
}
]
}
RHSA-2025:23141
Vulnerability from csaf_redhat - Published: 2025-12-11 19:50 - Updated: 2026-03-18 03:12A denial of service flaw was found in resolv ruby gem. This flaw allows an attacker to craft a malicious DNS packet containing a highly compressed domain name. When the resolv library parses this packet, the name decompression process consumes a large amount of CPU resources, as the library does not limit the resulting length of the name.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
A denial of service flaw has been discovered in the rubygem REXML. Certain input can cause excess cpu usage and given sufficiently large input this can affect program performance.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the URI module. A remote attacker could exploit this vulnerability by using the `+` operator to combine Uniform Resource Identifiers (URIs). This bypasses a previous fix and can lead to the leakage of sensitive information, such as user credentials (passwords), from the original URI, resulting in credential exposure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2025:23141 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2379684 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2396186 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2025-24294 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2379684 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-24294 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-24294 | external |
| https://www.ruby-lang.org/en/news/2025/07/08/dos-… | external |
| https://access.redhat.com/security/cve/CVE-2025-58767 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2396186 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-58767 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-58767 | external |
| https://github.com/ruby/rexml/commit/5859bdeac792… | external |
| https://github.com/ruby/rexml/security/advisories… | external |
| https://access.redhat.com/security/cve/CVE-2025-61594 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2426336 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-61594 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-61594 | external |
| https://github.com/ruby/uri/commit/20157e3e29b125… | external |
| https://github.com/ruby/uri/commit/7e521b2da0833d… | external |
| https://github.com/ruby/uri/commit/d3116ca66a3b1c… | external |
| https://github.com/rubysec/ruby-advisory-db/blob/… | external |
| https://www.ruby-lang.org/en/news/2025/10/07/uri-… | external |
{
"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": "An update for ruby is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.\n\nSecurity Fix(es):\n\n* resolv: Denial of Service in resolv gem (CVE-2025-24294)\n\n* rexml: REXML denial of service (CVE-2025-58767)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:23141",
"url": "https://access.redhat.com/errata/RHSA-2025:23141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2379684",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379684"
},
{
"category": "external",
"summary": "2396186",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396186"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23141.json"
}
],
"title": "Red Hat Security Advisory: ruby security update",
"tracking": {
"current_release_date": "2026-03-18T03:12:14+00:00",
"generator": {
"date": "2026-03-18T03:12:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:23141",
"initial_release_date": "2025-12-11T19:50:32+00:00",
"revision_history": [
{
"date": "2025-12-11T19:50:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-11T19:50:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T03:12:14+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-11.el10_1.src",
"product": {
"name": "ruby-0:3.3.10-11.el10_1.src",
"product_id": "ruby-0:3.3.10-11.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-11.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-11.el10_1.aarch64",
"product": {
"name": "ruby-0:3.3.10-11.el10_1.aarch64",
"product_id": "ruby-0:3.3.10-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"product_id": "ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-11.el10_1.aarch64",
"product": {
"name": "ruby-devel-0:3.3.10-11.el10_1.aarch64",
"product_id": "ruby-devel-0:3.3.10-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-11.el10_1.aarch64",
"product": {
"name": "ruby-libs-0:3.3.10-11.el10_1.aarch64",
"product_id": "ruby-libs-0:3.3.10-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"product_id": "rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"product": {
"name": "rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"product_id": "rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-11.el10_1.aarch64",
"product": {
"name": "rubygem-json-0:2.7.2-11.el10_1.aarch64",
"product_id": "rubygem-json-0:2.7.2-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"product": {
"name": "rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"product_id": "rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"product": {
"name": "rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"product_id": "rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"product": {
"name": "rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"product_id": "rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"product": {
"name": "ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"product_id": "ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"product": {
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"product_id": "ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"product_id": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"product_id": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-11.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-11.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-11.el10_1.ppc64le",
"product": {
"name": "ruby-0:3.3.10-11.el10_1.ppc64le",
"product_id": "ruby-0:3.3.10-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"product_id": "ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"product": {
"name": "ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"product_id": "ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"product": {
"name": "ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"product_id": "ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"product_id": "rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"product": {
"name": "rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"product_id": "rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"product": {
"name": "rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"product_id": "rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"product": {
"name": "rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"product_id": "rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"product": {
"name": "rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"product_id": "rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"product": {
"name": "rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"product_id": "rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"product": {
"name": "ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"product_id": "ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"product": {
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"product_id": "ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"product_id": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"product_id": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-11.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-11.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-11.el10_1.x86_64",
"product": {
"name": "ruby-0:3.3.10-11.el10_1.x86_64",
"product_id": "ruby-0:3.3.10-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"product_id": "ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-11.el10_1.x86_64",
"product": {
"name": "ruby-devel-0:3.3.10-11.el10_1.x86_64",
"product_id": "ruby-devel-0:3.3.10-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-11.el10_1.x86_64",
"product": {
"name": "ruby-libs-0:3.3.10-11.el10_1.x86_64",
"product_id": "ruby-libs-0:3.3.10-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"product_id": "rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"product": {
"name": "rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"product_id": "rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-11.el10_1.x86_64",
"product": {
"name": "rubygem-json-0:2.7.2-11.el10_1.x86_64",
"product_id": "rubygem-json-0:2.7.2-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"product": {
"name": "rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"product_id": "rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"product": {
"name": "rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"product_id": "rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"product": {
"name": "rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"product_id": "rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"product": {
"name": "ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"product_id": "ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"product": {
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"product_id": "ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"product_id": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"product_id": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-11.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-11.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.10-11.el10_1.s390x",
"product": {
"name": "ruby-0:3.3.10-11.el10_1.s390x",
"product_id": "ruby-0:3.3.10-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.10-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"product": {
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"product_id": "ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.10-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.10-11.el10_1.s390x",
"product": {
"name": "ruby-devel-0:3.3.10-11.el10_1.s390x",
"product_id": "ruby-devel-0:3.3.10-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.10-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.10-11.el10_1.s390x",
"product": {
"name": "ruby-libs-0:3.3.10-11.el10_1.s390x",
"product_id": "ruby-libs-0:3.3.10-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.10-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"product_id": "rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"product": {
"name": "rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"product_id": "rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-11.el10_1.s390x",
"product": {
"name": "rubygem-json-0:2.7.2-11.el10_1.s390x",
"product_id": "rubygem-json-0:2.7.2-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-11.el10_1.s390x",
"product": {
"name": "rubygem-psych-0:5.1.2-11.el10_1.s390x",
"product_id": "rubygem-psych-0:5.1.2-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-11.el10_1.s390x",
"product": {
"name": "rubygem-racc-0:1.7.3-11.el10_1.s390x",
"product_id": "rubygem-racc-0:1.7.3-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"product": {
"name": "rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"product_id": "rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"product": {
"name": "ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"product_id": "ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.10-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.10-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"product": {
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"product_id": "ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.10-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"product_id": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.10-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"product_id": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-11.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-11.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"product": {
"name": "ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"product_id": "ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-default-gems@3.3.10-11.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"product": {
"name": "rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"product_id": "rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bundler@2.5.22-11.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-irb-0:1.13.1-11.el10_1.noarch",
"product": {
"name": "rubygem-irb-0:1.13.1-11.el10_1.noarch",
"product_id": "rubygem-irb-0:1.13.1-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-irb@1.13.1-11.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"product": {
"name": "rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"product_id": "rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-minitest@5.20.0-11.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"product": {
"name": "rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"product_id": "rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-power_assert@2.0.3-11.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rake-0:13.1.0-11.el10_1.noarch",
"product": {
"name": "rubygem-rake-0:13.1.0-11.el10_1.noarch",
"product_id": "rubygem-rake-0:13.1.0-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rake@13.1.0-11.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"product": {
"name": "rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"product_id": "rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rdoc@6.6.3.1-11.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"product": {
"name": "rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"product_id": "rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rexml@3.4.4-11.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rss-0:0.3.1-11.el10_1.noarch",
"product": {
"name": "rubygem-rss-0:0.3.1-11.el10_1.noarch",
"product_id": "rubygem-rss-0:0.3.1-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rss@0.3.1-11.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"product": {
"name": "rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"product_id": "rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-test-unit@3.6.1-11.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"product": {
"name": "rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"product_id": "rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-typeprof@0.21.9-11.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygems-0:3.5.22-11.el10_1.noarch",
"product": {
"name": "rubygems-0:3.5.22-11.el10_1.noarch",
"product_id": "rubygems-0:3.5.22-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygems@3.5.22-11.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygems-devel-0:3.5.22-11.el10_1.noarch",
"product": {
"name": "rubygems-devel-0:3.5.22-11.el10_1.noarch",
"product_id": "rubygems-devel-0:3.5.22-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygems-devel@3.5.22-11.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ruby-doc-0:3.3.10-11.el10_1.noarch",
"product": {
"name": "ruby-doc-0:3.3.10-11.el10_1.noarch",
"product_id": "ruby-doc-0:3.3.10-11.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-doc@3.3.10-11.el10_1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-11.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src"
},
"product_reference": "ruby-0:3.3.10-11.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-default-gems-0:3.3.10-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch"
},
"product_reference": "ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-devel-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-devel-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-devel-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-doc-0:3.3.10-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch"
},
"product_reference": "ruby-doc-0:3.3.10-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-libs-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-libs-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-libs-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler-0:2.5.22-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch"
},
"product_reference": "rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64"
},
"product_reference": "rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le"
},
"product_reference": "rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x"
},
"product_reference": "rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64"
},
"product_reference": "rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-irb-0:1.13.1-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch"
},
"product_reference": "rubygem-irb-0:1.13.1-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64"
},
"product_reference": "rubygem-json-0:2.7.2-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le"
},
"product_reference": "rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x"
},
"product_reference": "rubygem-json-0:2.7.2-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64"
},
"product_reference": "rubygem-json-0:2.7.2-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-minitest-0:5.20.0-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch"
},
"product_reference": "rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-power_assert-0:2.0.3-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch"
},
"product_reference": "rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64"
},
"product_reference": "rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le"
},
"product_reference": "rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x"
},
"product_reference": "rubygem-psych-0:5.1.2-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64"
},
"product_reference": "rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64"
},
"product_reference": "rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le"
},
"product_reference": "rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x"
},
"product_reference": "rubygem-racc-0:1.7.3-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64"
},
"product_reference": "rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rake-0:13.1.0-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch"
},
"product_reference": "rubygem-rake-0:13.1.0-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64"
},
"product_reference": "rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le"
},
"product_reference": "rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x"
},
"product_reference": "rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64"
},
"product_reference": "rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch"
},
"product_reference": "rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rexml-0:3.4.4-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch"
},
"product_reference": "rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rss-0:0.3.1-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch"
},
"product_reference": "rubygem-rss-0:0.3.1-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-test-unit-0:3.6.1-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch"
},
"product_reference": "rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-typeprof-0:0.21.9-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch"
},
"product_reference": "rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-0:3.5.22-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch"
},
"product_reference": "rubygems-0:3.5.22-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-devel-0:3.5.22-11.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
},
"product_reference": "rubygems-devel-0:3.5.22-11.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-11.el10_1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src"
},
"product_reference": "ruby-0:3.3.10-11.el10_1.src",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-default-gems-0:3.3.10-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch"
},
"product_reference": "ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-devel-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-devel-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-devel-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-doc-0:3.3.10-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch"
},
"product_reference": "ruby-doc-0:3.3.10-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-libs-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-libs-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-libs-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler-0:2.5.22-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch"
},
"product_reference": "rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64"
},
"product_reference": "rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le"
},
"product_reference": "rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x"
},
"product_reference": "rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64"
},
"product_reference": "rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-irb-0:1.13.1-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch"
},
"product_reference": "rubygem-irb-0:1.13.1-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64"
},
"product_reference": "rubygem-json-0:2.7.2-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le"
},
"product_reference": "rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x"
},
"product_reference": "rubygem-json-0:2.7.2-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64"
},
"product_reference": "rubygem-json-0:2.7.2-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-minitest-0:5.20.0-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch"
},
"product_reference": "rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-power_assert-0:2.0.3-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch"
},
"product_reference": "rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64"
},
"product_reference": "rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le"
},
"product_reference": "rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x"
},
"product_reference": "rubygem-psych-0:5.1.2-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64"
},
"product_reference": "rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64"
},
"product_reference": "rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le"
},
"product_reference": "rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x"
},
"product_reference": "rubygem-racc-0:1.7.3-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64"
},
"product_reference": "rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rake-0:13.1.0-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch"
},
"product_reference": "rubygem-rake-0:13.1.0-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64"
},
"product_reference": "rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le"
},
"product_reference": "rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x"
},
"product_reference": "rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64"
},
"product_reference": "rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch"
},
"product_reference": "rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rexml-0:3.4.4-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch"
},
"product_reference": "rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rss-0:0.3.1-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch"
},
"product_reference": "rubygem-rss-0:0.3.1-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-test-unit-0:3.6.1-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch"
},
"product_reference": "rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-typeprof-0:0.21.9-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch"
},
"product_reference": "rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-0:3.5.22-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch"
},
"product_reference": "rubygems-0:3.5.22-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-devel-0:3.5.22-11.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
},
"product_reference": "rubygems-devel-0:3.5.22-11.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24294",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-07-12T04:00:52.896886+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379684"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in resolv ruby gem. This flaw allows an attacker to craft a malicious DNS packet containing a highly compressed domain name. When the resolv library parses this packet, the name decompression process consumes a large amount of CPU resources, as the library does not limit the resulting length of the name.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "resolv: Denial of Service in resolv gem",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24294"
},
{
"category": "external",
"summary": "RHBZ#2379684",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379684"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24294",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24294"
},
{
"category": "external",
"summary": "https://www.ruby-lang.org/en/news/2025/07/08/dos-resolv-cve-2025-24294/",
"url": "https://www.ruby-lang.org/en/news/2025/07/08/dos-resolv-cve-2025-24294/"
}
],
"release_date": "2025-07-12T03:30:40.226000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-11T19:50:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23141"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "resolv: Denial of Service in resolv gem"
},
{
"cve": "CVE-2025-58767",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2025-09-17T18:01:11.059120+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396186"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the rubygem REXML. Certain input can cause excess cpu usage and given sufficiently large input this can affect program performance.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rexml: REXML denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security team has rated this vulnerability as having the \u0027Moderate\u0027 severity, with the final CVSSv3.1 score of 5.3 as the final impact in availability is restricted to the application consuming the REXML package and not the whole system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58767"
},
{
"category": "external",
"summary": "RHBZ#2396186",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396186"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58767",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58767"
},
{
"category": "external",
"summary": "https://github.com/ruby/rexml/commit/5859bdeac792687eaf93d8e8f0b7e3c1e2ed5c23",
"url": "https://github.com/ruby/rexml/commit/5859bdeac792687eaf93d8e8f0b7e3c1e2ed5c23"
},
{
"category": "external",
"summary": "https://github.com/ruby/rexml/security/advisories/GHSA-c2f4-jgmc-q2r5",
"url": "https://github.com/ruby/rexml/security/advisories/GHSA-c2f4-jgmc-q2r5"
}
],
"release_date": "2025-09-17T17:45:58.118000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-11T19:50:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23141"
},
{
"category": "workaround",
"details": "The primary mitigation for this flaw is to avoid parsing XML documents originating from untrusted, unauthenticated, or unverified sources.",
"product_ids": [
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rexml: REXML denial of service"
},
{
"cve": "CVE-2025-61594",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2025-12-30T22:00:54.259036+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2426336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the URI module. A remote attacker could exploit this vulnerability by using the `+` operator to combine Uniform Resource Identifiers (URIs). This bypasses a previous fix and can lead to the leakage of sensitive information, such as user credentials (passwords), from the original URI, resulting in credential exposure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "uri: URI module: Credential exposure via URI + operator",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate as it allows for credential exposure when the URI module\u0027s `+` operator is used to combine URIs. This flaw bypasses a previous fix, potentially leading to sensitive information leakage from the original URI in affected applications across Red Hat Enterprise Linux, OpenShift Container Platform, and other products utilizing the vulnerable URI module.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61594"
},
{
"category": "external",
"summary": "RHBZ#2426336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2426336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61594"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61594",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61594"
},
{
"category": "external",
"summary": "https://github.com/ruby/uri/commit/20157e3e29b125ff41f1d9662e2e3b1d066f5902",
"url": "https://github.com/ruby/uri/commit/20157e3e29b125ff41f1d9662e2e3b1d066f5902"
},
{
"category": "external",
"summary": "https://github.com/ruby/uri/commit/7e521b2da0833d964aab43019e735aea674e1c2c",
"url": "https://github.com/ruby/uri/commit/7e521b2da0833d964aab43019e735aea674e1c2c"
},
{
"category": "external",
"summary": "https://github.com/ruby/uri/commit/d3116ca66a3b1c97dc7577f9d2d6e353f391cd6a",
"url": "https://github.com/ruby/uri/commit/d3116ca66a3b1c97dc7577f9d2d6e353f391cd6a"
},
{
"category": "external",
"summary": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-61594.yml",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-61594.yml"
},
{
"category": "external",
"summary": "https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594/",
"url": "https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594/"
}
],
"release_date": "2025-12-30T21:03:08.990000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-11T19:50:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23141"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"AppStream-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"AppStream-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"AppStream-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"AppStream-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"AppStream-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"AppStream-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.src",
"CRB-10.1.Z:ruby-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-bundled-gems-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-debugsource-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-default-gems-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-devel-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-doc-0:3.3.10-11.el10_1.noarch",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.aarch64",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.ppc64le",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.s390x",
"CRB-10.1.Z:ruby-libs-debuginfo-0:3.3.10-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-bundler-0:2.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-io-console-debuginfo-0:0.7.1-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-irb-0:1.13.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-json-debuginfo-0:2.7.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-minitest-0:5.20.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-power_assert-0:2.0.3-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-psych-debuginfo-0:5.1.2-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-racc-debuginfo-0:1.7.3-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rake-0:13.1.0-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.aarch64",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.ppc64le",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.s390x",
"CRB-10.1.Z:rubygem-rbs-debuginfo-0:3.4.0-11.el10_1.x86_64",
"CRB-10.1.Z:rubygem-rdoc-0:6.6.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rexml-0:3.4.4-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-rss-0:0.3.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-test-unit-0:3.6.1-11.el10_1.noarch",
"CRB-10.1.Z:rubygem-typeprof-0:0.21.9-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-0:3.5.22-11.el10_1.noarch",
"CRB-10.1.Z:rubygems-devel-0:3.5.22-11.el10_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "uri: URI module: Credential exposure via URI + operator"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.